summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-06 06:32:19 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-07-06 06:32:19 +0000
commit88f586b8ac7ccc3154753529b99048bf1abb2d9e (patch)
tree490af2a104a851442cd5157a8bb1371f60a7335e /ChangeLog
parentf985b689ca330d73afbd5efa214aae28606b3635 (diff)
* lib/tempfile.rb: merge from 1.7: do not delete a used tempfile
from children processes. * lib/tempfile.rb: merge from 1.7: do not change the umask so as not to affect other threads' file creation. specify a file mode (0600) when creating a tempfile instead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f71c0c05db..ad7f9fc3e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Fri Jul 6 15:11:38 2001 Akinori MUSHA <knu@iDaemons.org>
+
+ * lib/tempfile.rb: merge from 1.7: do not delete a used tempfile
+ from children processes.
+
+ * lib/tempfile.rb: merge from 1.7: do not change the umask so as
+ not to affect other threads' file creation. specify a file mode
+ (0600) when creating a tempfile instead.
+
Fri Jul 6 00:49:05 2001 Akinori MUSHA <knu@iDaemons.org>
* ext/readline/readline.c (readline_event): merge from 1.7: a