summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
2008-04-21* io.c (copy_stream_body): call rb_io_check_readable andakr
2008-04-20fix deadlock.akr
2008-04-20* io.c (copy_stream_rbuf_to_dst): removed.akr
2008-04-20* io.c (copy_stream_fallback): write directly (bypassing write method)akr
2008-04-20* io.c (copy_stream_fallback): read directly (bypassing readpartial)akr
2008-04-19* io.c (copy_stream_body): use readpartial and write method forakr
2008-03-30* io.c: IO.copy_stream implemented. [ruby-dev:33843]akr
2008-02-20 * io.c (open_key_args): set arg->io even if no options passed.usa
2008-01-10make a test locale independent.akr
2007-12-24* string.c (rb_str_comparable): fixed to keep transitivity.matz
2007-11-18use ML ref. for assertion message.akr
2007-09-26* bootstraptest/test_knownbug.rb: move fixed tests.ko1
2007-09-14* test/ruby/test_io.rb: tests which cause SEGV should not beko1
2007-09-08add test for [ruby-dev:31650] and [ruby-dev:31659].akr
2004-11-20* test/ruby/test_io.rb (test_gets_rs): add more tests.aamine
2004-10-09add test for [ruby-dev:24460]akr