From 2a8989d71c611884631c4d9ff5dba65aed00cc83 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Sep 2014 03:52:37 +0000 Subject: stringio.c: ASCII-8BIT StringIO rejects no encodings * ext/stringio/stringio.c (strio_write): ASCII-8BIT StringIO should be writable any encoding strings, without conversion. [ruby-core:65240] [Bug #10285] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6b32bc4eb1..01dda976e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 26 12:52:36 2014 Nobuyoshi Nakada + + * ext/stringio/stringio.c (strio_write): ASCII-8BIT StringIO + should be writable any encoding strings, without conversion. + [ruby-core:65240] [Bug #10285] + Fri Sep 26 05:21:01 2014 Eric Wong * object.c (rb_class_real): do not dereference 0 VALUE -- cgit v1.2.3