aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_io.rb (test_copy_stream_dst_rbuf): set binmode.usa2008-06-181-1/+2
* * io.c (rb_io_reopen): clear read buffer.nobu2008-06-111-0/+8
* * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame2008-06-021-0/+4
* * test/ruby/test_argf.rb: rename a conflicting method name.mame2008-05-301-1/+1
* * test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% testmame2008-05-291-0/+674
* * io.c (copy_stream_body): call rb_io_check_readable andakr2008-04-211-1/+35
* fix deadlock.akr2008-04-201-1/+4
* * io.c (copy_stream_rbuf_to_dst): removed.akr2008-04-201-0/+35
* * io.c (copy_stream_fallback): write directly (bypassing write method)akr2008-04-201-6/+15
* * io.c (copy_stream_fallback): read directly (bypassing readpartial)akr2008-04-201-3/+44
* * io.c (copy_stream_body): use readpartial and write method forakr2008-04-191-0/+26
* * io.c: IO.copy_stream implemented. [ruby-dev:33843]akr2008-03-301-0/+336
* * io.c (open_key_args): set arg->io even if no options passed.usa2008-02-201-0/+6
* make a test locale independent.akr2008-01-101-1/+1
* * string.c (rb_str_comparable): fixed to keep transitivity.matz2007-12-241-0/+1
* use ML ref. for assertion message.akr2007-11-181-3/+3
* * bootstraptest/test_knownbug.rb: move fixed tests.ko12007-09-261-1/+1
* * test/ruby/test_io.rb: tests which cause SEGV should not beko12007-09-141-1/+2
* add test for [ruby-dev:31650] and [ruby-dev:31659].akr2007-09-081-0/+18
* * test/ruby/test_io.rb (test_gets_rs): add more tests.aamine2004-11-201-0/+27
* add test for [ruby-dev:24460]akr2004-10-091-0/+11