diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-25 14:50:40 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-25 14:50:40 +0000 |
| commit | c10b98d645f9beae1e0c1d4118a901a0e0ffebb0 (patch) | |
| tree | cd7d94c77a710b4ac5422eb1d159298dded63f87 /ChangeLog | |
| parent | b49bbf9be333b0797355233243e5bf0388be0cfd (diff) | |
| download | ruby-c10b98d645f9beae1e0c1d4118a901a0e0ffebb0.tar.gz ruby-c10b98d645f9beae1e0c1d4118a901a0e0ffebb0.tar.xz ruby-c10b98d645f9beae1e0c1d4118a901a0e0ffebb0.zip | |
* configure.in (FILE_READPTR): new. for IO#gets improvement.
* io.c (READ_DATA_PENDING_PTR): ditto.
* io.c (remain_size): separated from read_all().
* io.c (read_all): argument chagend.
* io.c (appendline): new. get a line and append to string.
* io.c (swallow): new. swallow continuous line delimiters.
* io.c (rb_io_getline_fast): add delimiter argument.
* io.c (rb_io_getline): performance improvement.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Mon Mar 25 23:39:25 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> + + * configure.in (FILE_READPTR): new. for IO#gets improvement. + + * io.c (READ_DATA_PENDING_PTR): ditto. + + * io.c (remain_size): separated from read_all(). + + * io.c (read_all): argument chagend. + + * io.c (appendline): new. get a line and append to string. + + * io.c (swallow): new. swallow continuous line delimiters. + + * io.c (rb_io_getline_fast): add delimiter argument. + + * io.c (rb_io_getline): performance improvement. + Mon Mar 25 19:30:25 2002 WATANABE Hirofumi <eban@ruby-lang.org> * ext/extmk.rb.in (arg_config): get rid of single quotes |
