summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-24 01:08:20 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-03-24 01:08:20 +0000
commit7b47124ca1a292c9d072315c5f8fe213ae0c9637 (patch)
tree2bba107c67c141fd2b31aa01e38f43821df2fc04 /ChangeLog
parentda088eb50aabf77afd2dbf514d5a3152804689e0 (diff)
downloadruby-7b47124ca1a292c9d072315c5f8fe213ae0c9637.tar.gz
ruby-7b47124ca1a292c9d072315c5f8fe213ae0c9637.tar.xz
ruby-7b47124ca1a292c9d072315c5f8fe213ae0c9637.zip
* lib/tempfile.rb (Tempfile::_close): should not clear @tmpname
until the file is really removed. [ruby-core:02684] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2280aeb15..00b2b13d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 24 10:05:22 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * lib/tempfile.rb (Tempfile::_close): should not clear @tmpname
+ until the file is really removed. [ruby-core:02684]
+
Wed Mar 24 04:12:44 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
* object.c (rb_mod_cvar_get): new method Module#class_variable_get.