aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-08 08:47:26 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-08 08:47:26 +0000
commit4834aa5307d8c4750b7598b6b2ef8728d01d98b4 (patch)
tree3d4339c6e04d7cd902072637e9d7fc25a60e5573 /ChangeLog
parentce573f3166d8b80d6a0b9c6c027b0c5e10f05c4b (diff)
downloadruby-4834aa5307d8c4750b7598b6b2ef8728d01d98b4.tar.gz
* io.c (rb_io_ext_int_to_encs): ignore internal encoding if external
encoding is ASCII-8BIT. [Bug #8342] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40610 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 bc95812ae8..824e71e9a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 8 17:43:55 2013 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * io.c (rb_io_ext_int_to_encs): ignore internal encoding if external
+ encoding is ASCII-8BIT. [Bug #8342]
+
Wed May 8 13:49:38 2013 NARUSE, Yui <naruse@ruby-lang.org>
* ext/json/generator/generator.c (isArrayOrObject): cast char to