diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-12-29 19:21:50 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-12-29 19:21:50 +0000 |
| commit | d57b135a99f1327007bb5d15444b987d38df240f (patch) | |
| tree | bc9eff7dd294011d25049ed35bab0eca868e4dfd /ChangeLog | |
| parent | e285b559be1ef4d17377615038d3b71627f2f552 (diff) | |
| download | ruby-d57b135a99f1327007bb5d15444b987d38df240f.tar.gz ruby-d57b135a99f1327007bb5d15444b987d38df240f.tar.xz ruby-d57b135a99f1327007bb5d15444b987d38df240f.zip | |
* ext/stringio/stringio.c (strio_gets): accepts limit argument.
* ext/stringio/stringio.c (strio_readline, strio_each,
strio_readlines): ditto.
* ext/stringio/stringio.c (strio_getline): add limit capability.
* io.c (rb_io_gets_m): accepts limit argument. [ruby-talk:231563]
* io.c (rb_io_readline, rb_io_readlines, rb_io_each_line, argf_getline):
ditto.
* io.c (appendline): add limit capability.
* io.c (rb_io_getline_fast, rb_io_getline): ditto.
* io.c (rb_io_getline): small refactoring for DRY.
* io.c (rb_io_s_foreach, rb_io_s_readlines): small refactoring.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,27 @@ +Sat Dec 30 02:54:22 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/stringio/stringio.c (strio_gets): accepts limit argument. + + * ext/stringio/stringio.c (strio_readline, strio_each, + strio_readlines): ditto. + +Sat Dec 30 02:22:32 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/stringio/stringio.c (strio_getline): add limit capability. + + * io.c (rb_io_gets_m): accepts limit argument. [ruby-talk:231563] + + * io.c (rb_io_readline, rb_io_readlines, rb_io_each_line, argf_getline): + ditto. + + * io.c (appendline): add limit capability. + + * io.c (rb_io_getline_fast, rb_io_getline): ditto. + + * io.c (rb_io_getline): small refactoring for DRY. + + * io.c (rb_io_s_foreach, rb_io_s_readlines): small refactoring. + Thu Dec 28 15:27:38 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/cgi.rb (CGI::Cookie::initialize): use Array() again. |
