diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-06 15:42:53 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-06 15:42:53 +0000 |
| commit | f02212882dac1d3c5c711ec1929967bcb010a0ff (patch) | |
| tree | 271162cc2be950d67cf27f2d1a94b472a6f19638 /ChangeLog | |
| parent | 7c0408e181ce8b9b90d4a09fb780d2bf0ab96eff (diff) | |
| download | ruby-f02212882dac1d3c5c711ec1929967bcb010a0ff.tar.gz ruby-f02212882dac1d3c5c711ec1929967bcb010a0ff.tar.xz ruby-f02212882dac1d3c5c711ec1929967bcb010a0ff.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Fri Sep 7 00:28:25 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * 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 <matz@ruby-lang.org> * lib/fileutils.rb (FileUtils::Entry_::copy): prevent self copy of |
