From cf80deed4fb55405ef065a05db96b9976cf1e226 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 27 Nov 2009 02:55:41 +0000 Subject: merges r25127 from trunk into ruby_1_9_1. -- * stringio/stringio.c (strio_read): set ASCII-8BIT encoding when length argument is given. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 431cf4690..c4359e16f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 28 10:06:38 2009 NARUSE, Yui + + * stringio/stringio.c (strio_read): set ASCII-8BIT encoding + when length argument is given. + Sun Sep 27 13:06:43 2009 Tanaka Akira * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspect -- cgit