From 9c6cb448b6faee085ffd4133718c651c2c9de85d Mon Sep 17 00:00:00 2001 From: eban Date: Wed, 23 Jul 2003 16:37:35 +0000 Subject: * lib/tmpdir.rb (tmpdir): new method. remove TMPDIR. use GetSystemWindowsDirectory(GetSystemDirectory), not GetTempPath. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 51ae2ecbb..199e5aa63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 24 01:32:04 2003 WATANABE Hirofumi + + * lib/tmpdir.rb (tmpdir): new method. remove TMPDIR. + use GetSystemWindowsDirectory(GetSystemDirectory), not GetTempPath. + Thu Jul 24 01:08:43 2003 GOTOU Yuuzou * ext/openssl: imported. -- cgit