summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]akr2008-08-271-25/+0
* * test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958]mame2008-08-251-1/+1
* test O_NOFOLLOW only on FreeBSD and Linux.akr2008-08-211-2/+4
* * io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.akr2008-08-201-0/+28
* * io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.akr2008-08-201-0/+18
* mkcdtmpdir doesn't yield a value.akr2008-08-191-9/+9
* * io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError.akr2008-08-171-0/+9
* * test/ruby/test_io.rb (pipe): run reader thread and writer thread.mame2008-07-291-57/+81
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-48/+8
* * 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