diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-11-17 18:01:17 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-11-17 18:01:17 +0000 |
| commit | b6ee4132220966c654ac11a60fa1b8c812be2d70 (patch) | |
| tree | b6cf6e447cfc6aece1fd2ba1b3087da3a7dd0320 /ChangeLog | |
| parent | 8b523950602923e4409547bc86de6788aa03ed04 (diff) | |
| download | ruby-b6ee4132220966c654ac11a60fa1b8c812be2d70.tar.gz ruby-b6ee4132220966c654ac11a60fa1b8c812be2d70.tar.xz ruby-b6ee4132220966c654ac11a60fa1b8c812be2d70.zip | |
* lib/tempfile.rb: Make this libary thread safe.
* lib/tempfile.rb: Do not pick a name which was once used and is
still scheduled for removal.
* lib/tempfile.rb: A lock file need not and must not be scheduled
for removal.
* lib/tempfile.rb: Compare Max_try with the number of mkdir
failures instead of the suffix counter.
* lib/tempfile.rb: Overall cleanup and add some important notices.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Mon Nov 18 02:13:36 2002 Akinori MUSHA <knu@iDaemons.org> + + * lib/tempfile.rb: Make this libary thread safe. + + * lib/tempfile.rb: Do not pick a name which was once used and is + still scheduled for removal. + + * lib/tempfile.rb: A lock file need not and must not be scheduled + for removal. + + * lib/tempfile.rb: Compare Max_try with the number of mkdir + failures instead of the suffix counter. + + * lib/tempfile.rb: Overall cleanup and add some important notices. + Sun Nov 17 22:57:31 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net> * parse.y (dsym): garbage returned. (ruby-bugs-ja:PR#358) |
