summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 01:33:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 01:33:47 +0000
commit26afc1a2318479d3951736b9280817c9bcd3fac9 (patch)
tree69762d64a2ca918e0f27afc4c713fd289ae7516c /ChangeLog
parent9914ee8157591393a4098ff9e96bce578d952365 (diff)
downloadruby-26afc1a2318479d3951736b9280817c9bcd3fac9.tar.gz
ruby-26afc1a2318479d3951736b9280817c9bcd3fac9.tar.xz
ruby-26afc1a2318479d3951736b9280817c9bcd3fac9.zip
* io.c (argf_next_argv, argf_set_encoding): copy struct wise.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19115 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 85208c05f..951c41a64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Sep 4 10:33:43 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (argf_next_argv, argf_set_encoding): copy struct wise.
+
Thu Sep 4 09:46:18 2008 Tanaka Akira <akr@fsij.org>
* io.c (rb_scan_open_args): follow rb_str_transcode change.