diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-28 04:20:12 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-28 04:20:12 +0000 |
| commit | 5cd0f7449c5eb0879bc74a0db30c513991b6df15 (patch) | |
| tree | 0a2dc45ebb5f43682408d9fc8ac976077ef74386 /ChangeLog | |
| parent | 6ab9d9584ba41a439deb26f2d24f38deb00d8f82 (diff) | |
| download | ruby-5cd0f7449c5eb0879bc74a0db30c513991b6df15.tar.gz ruby-5cd0f7449c5eb0879bc74a0db30c513991b6df15.tar.xz ruby-5cd0f7449c5eb0879bc74a0db30c513991b6df15.zip | |
* io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to the
result string, as well as getc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri Sep 28 13:20:10 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to the + result string, as well as getc. + Fri Sep 28 12:51:42 2007 Koichi Sasada <ko1@atdot.net> * benchmark/bm_app_erb.rb: added. |
