From f02212882dac1d3c5c711ec1929967bcb010a0ff Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 6 Sep 2007 15:42:53 +0000 Subject: * ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix. * ext/stringio/stringio.c (strio_ungetc): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b794f6555..478e381fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ Fri Sep 7 00:28:25 2007 Yukihiro Matsumoto * io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix. + * ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix. + + * ext/stringio/stringio.c (strio_ungetc): ditto. + Thu Sep 6 22:57:01 2007 Yukihiro Matsumoto * lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy of -- cgit