summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-30 17:55:25 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-30 17:55:25 +0000
commitb25eebdb394702a87df0c774b1692288e18b5b64 (patch)
tree3a19901ae6cd8850fd694985daa1d8d3761427e1 /ChangeLog
parent66880e05aab3036164e8084d294ae2683b4c9e1d (diff)
downloadruby-b25eebdb394702a87df0c774b1692288e18b5b64.tar.gz
ruby-b25eebdb394702a87df0c774b1692288e18b5b64.tar.xz
ruby-b25eebdb394702a87df0c774b1692288e18b5b64.zip
* io.c (rb_io_extract_modeenc): should honor value of the
textmode: and binmode: options. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19650 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 4ea3f8f64..3b41bda55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,6 +45,11 @@ Tue Sep 30 23:00:05 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* lib/test/unit/testcase.rb: ditto.
+Tue Sep 30 20:17:26 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * io.c (rb_io_extract_modeenc): should honor value of the
+ textmode: and binmode: options.
+
Tue Sep 30 17:04:59 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): wrong