summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-20 13:32:08 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-20 13:32:08 +0000
commit4d59559d81822cd601f23c3110182037f09013c6 (patch)
treed64dcd0544a11b502b66030808ebf6ac81c5ff98 /ChangeLog
parent0e3bc04895d6ab57cb072b7916ef44da38834415 (diff)
downloadruby-4d59559d81822cd601f23c3110182037f09013c6.tar.gz
ruby-4d59559d81822cd601f23c3110182037f09013c6.tar.xz
ruby-4d59559d81822cd601f23c3110182037f09013c6.zip
* io.c (rb_file_open_internal): use rb_io_flags_modenum.
(rb_io_reopen): use rb_io_flags_modenum and rb_io_modenum_mode. (rb_io_stdio_file): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0cd4a7b4..a9e2958fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Aug 20 22:30:33 2008 Tanaka Akira <akr@fsij.org>
+
+ * io.c (rb_file_open_internal): use rb_io_flags_modenum.
+ (rb_io_reopen): use rb_io_flags_modenum and rb_io_modenum_mode.
+ (rb_io_stdio_file): ditto.
+
Wed Aug 20 22:28:15 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* proc.c (proc_new): use the given class.