From a43eeaef7529f979eb17276cd04bd87fabb25968 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 24 Mar 2004 01:08:20 +0000 Subject: * lib/tempfile.rb (Tempfile::_close): should not clear @tmpname until the file is really removed. [ruby-core:02684] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2280aeb154..00b2b13d04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 24 10:05:22 2004 Yukihiro Matsumoto + + * 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 * object.c (rb_mod_cvar_get): new method Module#class_variable_get. -- cgit v1.2.3