From 8eeac1072c96192f35456fcf3f88e3b8fb446ce7 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 20 May 2008 16:48:32 +0000 Subject: * test/ruby/test_file_exhaustive.rb (setup): workaround for Windows Vista. * test/ruby/envutil.rb (rubyexec): now Open3.open3 is supported on Windows. * test/ruby/test_process.rb: use ``||'' instead of ``;'' because cmd.exe not support it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 278426b33..abaafbb31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed May 21 01:45:58 2008 NAKAMURA Usaku + + * test/ruby/test_file_exhaustive.rb (setup): workaround for Windows + Vista. + + * test/ruby/envutil.rb (rubyexec): now Open3.open3 is supported on + Windows. + + * test/ruby/test_process.rb: use ``||'' instead of ``;'' because + cmd.exe not support it. + Wed May 21 01:28:47 2008 NARUSE, Yui * transcode.c, include/ruby/encodng.h (rb_str_transcode): -- cgit