summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-23 09:30:06 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-23 09:30:06 +0000
commitcefcbd24f67258ec2dc1263fa987378f1971d429 (patch)
tree41e463d4a0c7333dbc89726a1cd51ee3448aa981 /ChangeLog
parent2b78afebc731e3f9e447076c3cd2e53328b9e97a (diff)
* io.c (rb_scan_open_args): use pop_last_hash.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c4fefc42d..df191ea799 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Aug 23 18:29:29 2008 Tanaka Akira <akr@fsij.org>
+
+ * io.c (rb_scan_open_args): use pop_last_hash.
+
Sat Aug 23 16:59:42 2008 Tanaka Akira <akr@fsij.org>
* include/ruby/io.h (FMODE_INVALID_MASK): defined.