1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
matz 424f8ec44f * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@11428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-12-29 19:21:50 +00:00
..
bigdecimal * ext/bigdecimal/bigdecimal.c: remove useless method BigDecimal#!=. [ruby-dev:30050] 2006-12-25 21:14:25 +00:00
curses revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX. 2006-09-02 22:23:14 +00:00
dbm * ext/dbm/extconf.rb: allow multiple candidates for dbm-type. 2006-09-16 07:14:37 +00:00
digest * ext/digest/sha2/lib/sha2.rb: Moved one level up from under 2006-12-11 02:59:43 +00:00
dl * parse.y (parser_warning, parser_warn): some error message may 2006-10-14 14:33:10 +00:00
etc * ext/etc/etc.c (etc_getpwuid): uid integer should be wraped in 2006-09-21 05:12:57 +00:00
fcntl add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
gdbm * parse.y (parser_warning, parser_warn): some error message may 2006-10-14 14:33:10 +00:00
iconv * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
io/wait * ext/io/wait/extconf.rb: suspicious checking_for. 2006-09-16 07:15:22 +00:00
nkf * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110. 2006-09-15 11:26:07 +00:00
openssl * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should be 2006-12-01 22:11:51 +00:00
pty * ext/pty/pty.c (establishShell): parent pid is not used. 2006-09-16 07:21:02 +00:00
racc/cparse * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
readline * ext/readline/readline.c: NetBSD editline does not have 2006-12-14 09:41:37 +00:00
ripper * ext/ripper/eventids2.c (token_assoc): added tCHAR, which is not 2006-06-26 15:52:50 +00:00
sdbm * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
socket * ext/socket/socket.c (ruby_getnameinfo__aix): AF_INET6 workaround 2006-11-02 15:38:59 +00:00
stringio * ext/stringio/stringio.c (strio_gets): accepts limit argument. 2006-12-29 19:21:50 +00:00
strscan * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
syck * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
syslog * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
tk * ext/tk/tcltklib.c: shouldn't run the killed thread at callback. 2006-12-01 07:43:05 +00:00
Win32API * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
win32ole remove WIN32OLE::PROPERTY class. 2006-12-27 12:00:54 +00:00
zlib * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
.cvsignore
.document Add digest.c 2006-08-28 02:32:47 +00:00
extmk.rb * ext/extmk.rb: Borland make needs also -D flags to override variables 2006-10-19 16:03:45 +00:00
Setup * sprintf.c (rb_str_format): allow %c to print one character 2006-06-09 21:20:17 +00:00
Setup.atheos * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.dj * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.emx * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.nt * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.x68 * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00