summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-20 10:16:20 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-20 10:16:20 +0000
commit3edc51c1292a55f152110735d7de59a841f1aecf (patch)
treedae2bd844120b433abad140e0245bedd9f355044 /ChangeLog
parent605fd936f5f808d50b6a48e028a0313b3f3c3962 (diff)
* io.c (Init_IO): new constants: File::DSYNC, File::RSYNC and
File::NOFOLLOW. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b05daef6..f7642905d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 20 19:15:35 2008 Tanaka Akira <akr@fsij.org>
+
+ * io.c (Init_IO): new constants: File::DSYNC, File::RSYNC and
+ File::NOFOLLOW.
+
Wed Aug 20 18:41:11 2008 Tanaka Akira <akr@fsij.org>
* io.c (rb_open_file): don't lookup :mode and :perm in opt. it is