From cf4ff3f16618a19179d7e9977c86ff1faa7dd799 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 28 Sep 2009 01:08:24 +0000 Subject: * stringio/stringio.c (strio_read): set ASCII-8BIT encoding when length argument is given. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ba433f64e..411fa43e2 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. + Mon Sep 28 01:28:17 2009 Yutaka Kanemoto * Makefile.in (miniruby): suppress duplication warning on AIX. -- cgit