aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * io.c (fill_cbuf): finish reading at EOF, and the readconv hasnobu2011-06-181-0/+20
* * test/ruby/test_io.rb (TestIO#test_copy_stream_socket): fixkosaki2011-06-161-2/+2
* * test/ruby/test_io.rb (test_copy_stream_socket): wait a child processakr2011-06-151-13/+16
* * io.c: fix IO.copy_stream interrupt handling.akr2011-06-091-0/+32
* * test/ruby/test_io.rb (TestIO#test_s_{,bin}write): do not create a filekazu2011-06-061-52/+50
* * io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701]sorah2011-06-021-0/+57
* * test/ruby/test_io.rb (TestIO#test_open_mode): MUST release resourcesusa2011-05-311-4/+8
* * test/ruby/test_io.rb (TestIO#test_ungetc2): get rid of busy loop.nobu2011-05-271-1/+1
* * io.c (rb_io_extract_modeenc): accept combination hash andkosaki2011-05-211-0/+12
* revert O_CLOEXEC patch series completely.kosaki2011-05-191-51/+0
* * test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): add null check.kosaki2011-05-171-4/+4
* * test/ruby/test_io.rb (TestIO#test_readpartial_lock),nobu2011-05-071-2/+2
* * test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): fix false positivekosaki2011-05-051-19/+39
* * io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki2011-05-041-0/+31
* * 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