diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-03 10:12:02 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-03 10:12:02 +0000 |
| commit | 3b9aaf9b02d5814202c5e9dfbc1112c0ff057cc1 (patch) | |
| tree | 39497ca8029d36d6031f9963f49a7e2b00a07c53 /ChangeLog | |
| parent | 467e07c53c4292f0ba75c87aa944566fffa9d6b4 (diff) | |
* io.c (rb_io_getline): lineno update condition was wrong.
[ruby-dev:30065]
* io.c (rb_io_getline_fast): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11463 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Jan 3 18:49:15 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (rb_io_getline): lineno update condition was wrong. + [ruby-dev:30065] + + * io.c (rb_io_getline_fast): ditto. + Wed Jan 3 11:36:51 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * io.c (ruby_dup): start GC on ENOMEM as well. |
