diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-16 09:29:40 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-16 09:29:40 +0000 |
| commit | cda9c17cdc9d91dba86a51c2572fe8e222ce63c5 (patch) | |
| tree | d81b5ec888d274446b97d90458104049966a77bf /ChangeLog | |
| parent | 3338d8f45e361ca85a427b5d78cc8b3f7286c2e1 (diff) | |
| download | ruby-cda9c17cdc9d91dba86a51c2572fe8e222ce63c5.tar.gz ruby-cda9c17cdc9d91dba86a51c2572fe8e222ce63c5.tar.xz ruby-cda9c17cdc9d91dba86a51c2572fe8e222ce63c5.zip | |
* io.c (rb_io_gets_m): rdoc updated. limit counts in bytes.
[ruby-core:18617]
* io.c (rb_io_readlines, rb_f_gets): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19380 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 @@ +Tue Sep 16 18:28:52 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (rb_io_gets_m): rdoc updated. limit counts in bytes. + [ruby-core:18617] + + * io.c (rb_io_readlines, rb_f_gets): ditto. + Tue Sep 16 11:55:16 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (rb_str_each_codepoint): add new methods, #codepoints |
