aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_io.rb (safe_4): does not use Timeout becausemame2010-06-151-15/+18
* * test/ruby/test_io.rb: skip false tests on Windows.nobu2010-04-301-8/+32
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-291-1/+1
* * io.c (rb_io_initialize): add autoclose argument to control closenobu2010-03-211-0/+43
* * io.c (rb_io_print): RDoc update. a patch from Daniel Kelleymatz2010-03-151-0/+17
* * io.c (rb_io_each_codepoint): read directly when readconv isnobu2010-03-141-0/+10
* * io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame2010-03-061-30/+0
* * io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame2010-03-061-8/+8
* * io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.mame2010-03-041-0/+30
* * io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame2010-02-171-6/+6
* add a test.akr2010-02-171-0/+13
* * io.c (io_fwrite): adjust stdio file position after direct write onnobu2009-10-261-0/+15
* * io.c (io_reopen): unread current buffer before telling thenobu2009-10-151-0/+9
* * io.c (rb_io_tell): adjustment for ungotten data.nobu2009-09-071-0/+6
* * test/ruby/test_io.rb (test_binmode_after_closed): test for [ruby-core:25363].nobu2009-09-041-0/+6
* * io.c (io_read): should taint the result. [ruby-dev:38826]nobu2009-07-191-0/+6
* * io.c (io_reopen): discards read buffer. [ruby-core:24240]nobu2009-07-161-0/+10
* * io.c (rb_io_initialize): check if the descriptor can be accessednobu2009-07-141-0/+3
* * ext/stringio/stringio.c (strio_ungetbyte): encoding should notnobu2009-05-141-0/+16
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-5/+5
* * io.c (rb_io_getline_1): enables limit even if rs is given.nobu2009-02-251-1/+2
* * io.c (io_getpartial): error message describes what should beakr2009-02-211-0/+24
* add a test.akr2009-01-311-0/+11
* * io.c (copy_stream_body): don't check to_io becauseakr2008-12-311-0/+63
* * io.c (pipe_close): removed.akr2008-12-251-0/+13
* * io.c (flush_before_seek): check io_fflush result.akr2008-12-251-2/+2
* * io.c (rb_io_inspect): show fd number if there is no pathname.akr2008-12-231-1/+1
* * io.c (rb_io_s_pipe): IO.pipe can take a block.akr2008-12-221-0/+28
* * test/ruby/test_io.rb (test_dup_many): extracted from test_dup.akr2008-12-111-11/+21
* * test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fdusa2008-10-281-1/+7
* * test/ruby/test_io.rb (test_copy_stream, test_copy_stream_socket): skip someusa2008-10-281-50/+80
* * io.c (argf_init): initial value of $. should be 0.nobu2008-10-271-1/+1
* * test/ruby/envutil.rb: reverted the changeset 19948 because ityugui2008-10-271-1/+1
* * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu2008-10-261-1/+1
* * test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.kazu2008-09-171-5/+1
* * test/ruby/test_io.rb (TestIO#test_dup): exception should bematz2008-09-161-0/+3
* * test/ruby/test_io.rb (TestIO#test_dup): this test might fail ifmatz2008-09-151-16/+7
* * test/ruby/test_io.rb (TestIO#test_dup): add open in block.kazu2008-09-081-0/+4
* * 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