aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):arton2011-04-181-0/+1
* * test/ruby/test_io.rb: Added TestIO#test_cross_thread_close_stdiokosaki2011-04-111-0/+39
* cancel subversion backfire. sorrymatz2011-03-071-0/+33
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-33/+0
* * test/ruby/test_io.rb (TestIO#test_fcntl_lock): small clean up.kosaki2011-03-051-28/+27
* * io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()kosaki2011-03-041-0/+34
* * io.c (advice_arg_check): Change argument check.kosaki2010-12-251-1/+6
* * io.c (rb_io_advise): New API. IO#advise() allows to tell thekosaki2010-12-161-0/+34
* * test/ruby/test_io.rb (test_reopen, test_reinitialize): should closeusa2010-12-141-12/+24
* * test/ruby/test_io.rb (test_binmode_after_closed): the temporary fileusa2010-12-141-2/+1
* * test/ruby/test_io.rb (test_flush_in_finalizer[12]): should closeusa2010-12-141-2/+6
* * io.c (rb_io_readlines, rb_io_each_line): limit must not be zero.nobu2010-11-041-0/+20
* * test/ruby/test_io.rb (TestIO#pipe): should close write end of pipeusa2010-10-271-4/+4
* * test/ruby/test_io.rb (TestIO#pipe): need to propagate exceptionsusa2010-10-271-2/+19
* * test/ruby/test_io.rb (TestIO#pipe): get rid of deadlock on pipe.nobu2010-10-201-118/+149
* * io.c (fptr_finalize): write_mutex might have been destroyednobu2010-10-061-0/+29
* * test/ruby/test_io.rb (test_threaded_flush): test "hi" is not outputakr2010-08-171-1/+3
* * io.c (io_flush_buffer): write and buffer operations should benobu2010-07-201-0/+14
* * 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