diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-11 08:28:29 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-11 08:28:29 +0000 |
| commit | 0b10f88f5c9a0c71054b3627a138e39f526ccb9d (patch) | |
| tree | c440c415702767c1d119fa8ed4895ab335225260 /ChangeLog | |
| parent | 28e3618705d53493269910cf28da4d5ed105a6f5 (diff) | |
* lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify a
suffix for a temporary file name.
* lib/tempfile.rb (Tempfile::make_tmpname): Make temporary file
names less predictable by including a random string.
[inspired by: akr]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue Sep 11 17:28:00 2007 Akinori MUSHA <knu@iDaemons.org> + + * lib/tempfile.rb (Tempfile::make_tmpname): Allow to specify a + suffix for a temporary file name. + + * lib/tempfile.rb (Tempfile::make_tmpname): Make temporary file + names less predictable by including a random string. + [inspired by: akr] + Tue Sep 11 17:25:59 2007 Akinori MUSHA <knu@iDaemons.org> * lib/shellwords.rb: Add shellescape() and shelljoin(). |
