aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-12 13:23:07 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-12 13:23:07 +0000
commit098ca001752dd6cfd6c044f06e9773fc39536c6e (patch)
tree2b500fcdeca26484959fbe5c225b5907b62f2a89 /ChangeLog
parentc6fa37e2f0b6ca4926690861f3e16aa15f93ba51 (diff)
downloadruby-098ca001752dd6cfd6c044f06e9773fc39536c6e.tar.gz
* io.c (rb_io_mode_enc): allow specifying external encoding in
open mode, e.g. open(path, "r:utf-8"). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14201 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 f516098c1a..d0157aed8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 12 22:21:34 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * io.c (rb_io_mode_enc): allow specifying external encoding in
+ open mode, e.g. open(path, "r:utf-8").
+
Wed Dec 12 21:26:03 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval_method.ci (rb_alias): no need to skip aliasing when new