summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-12 09:24:28 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-01-12 09:24:28 +0000
commit3ffea7382eb417d535a9df60e544d90f5d98178c (patch)
tree29002e7493ec7f910e1fb09956c26e48b9c0002c /ChangeLog
parent495032ce8330765bf8066156af2680d105f39d6c (diff)
downloadruby-3ffea7382eb417d535a9df60e544d90f5d98178c.tar.gz
ruby-3ffea7382eb417d535a9df60e544d90f5d98178c.tar.xz
ruby-3ffea7382eb417d535a9df60e544d90f5d98178c.zip
* io.c (next_argv): inherit binmode from $defout.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3332 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 5bf46ae7c..5c98c2bc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Jan 12 16:07:17 2003 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * io.c (next_argv): inherit binmode from $defout.
+
Sat Jan 11 22:50:47 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/dl/lib/dl/win32.rb: compatibility improvement.