summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-20 01:09:21 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-20 01:09:21 +0000
commit4472f136a1e6ef97aef89f978c864ae8d23a914e (patch)
tree81678ccd31ab6e16ee1e257fbecfffc8e91db074 /ChangeLog
parentc4ec5f32330cddcd46baaab77b8c41e27c4e7458 (diff)
downloadruby-4472f136a1e6ef97aef89f978c864ae8d23a914e.tar.gz
ruby-4472f136a1e6ef97aef89f978c864ae8d23a914e.tar.xz
ruby-4472f136a1e6ef97aef89f978c864ae8d23a914e.zip
* io.c (open_key_args): set arg->io even if no options passed.
[ruby-dev:33072] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15551 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 886a84fbc..8124f3bad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb 20 10:04:22 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * io.c (open_key_args): set arg->io even if no options passed.
+ [ruby-dev:33072]
+
Tue Feb 19 21:11:49 2008 NARUSE, Yui <naruse@ruby-lang.org>
* string.c (rb_enc_strlen_cr): get length with coderange scan.