-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@2276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
3 changed files
with
239 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
Mon Mar 25 23:39:25 2002 Nobuyoshi Nakada <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* ext/extmk.rb.in (arg_config): get rid of single quotes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.