diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-24 01:08:20 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-24 01:08:20 +0000 |
| commit | 7b47124ca1a292c9d072315c5f8fe213ae0c9637 (patch) | |
| tree | 2bba107c67c141fd2b31aa01e38f43821df2fc04 /ChangeLog | |
| parent | da088eb50aabf77afd2dbf514d5a3152804689e0 (diff) | |
| download | ruby-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
