From 3d05d38ef655f0ffcbe51fc3c3fdcca1685e831f Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 29 Jan 2009 17:12:32 +0000 Subject: merges r21871 from trunk into ruby_1_9_1. * lib/rake.rb (FileUtils#rake_system): no longer needs workaround on Windows. [ruby-core:21339] * lib/rake/win32.rb (Rake::Win32#rake_system): ditto. * lib/rake/win32.rb (Rake::Win32#win32_system_dir): no longer needs environment variables other than APPDATA now. * lib/rake.rb (Rake::Application#standard_system_dir): uses platfrom specific definition on Windows system. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9507c98ae..1eada9b19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Thu Jan 29 12:29:51 2009 Nobuyoshi Nakada + + * lib/rake.rb (FileUtils#rake_system): no longer needs workaround + on Windows. [ruby-core:21339] + + * lib/rake/win32.rb (Rake::Win32#rake_system): ditto. + + * lib/rake/win32.rb (Rake::Win32#win32_system_dir): no longer + needs environment variables other than APPDATA now. + + * lib/rake.rb (Rake::Application#standard_system_dir): uses + platfrom specific definition on Windows system. + Thu Jan 29 00:24:48 2009 NAKAMURA Usaku * ext/zlib/zlib.c (zstream_run): previous change didn't resolve the -- cgit