summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
2012-10-12merge revision(s) 33857,37157:usa
2012-10-12Remove wrong tests of r37144naruse
2012-10-11merge revision(s) 33819,33839:naruse
2012-05-28merge revision(s) 34753:naruse
2012-05-14merge revision(s) 35636,35637: [Backport #6429]naruse
2012-05-14merge revision(s) 35631:naruse
2012-04-14merge revision(s) 34785,35095,35098,35111,35152: [Backport #6294]naruse
2012-02-22merge revision(s) 34735,34736:nobu
2012-02-07merge revision(s) 34253:ayumin
2012-01-11merge revision(s) 34129:ayumin
2011-07-30* io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu
2011-06-18* io.c (fill_cbuf): finish reading at EOF, and the readconv hasnobu
2011-06-16* test/ruby/test_io.rb (TestIO#test_copy_stream_socket): fixkosaki
2011-06-15* test/ruby/test_io.rb (test_copy_stream_socket): wait a child processakr
2011-06-09* io.c: fix IO.copy_stream interrupt handling.akr
2011-06-06* test/ruby/test_io.rb (TestIO#test_s_{,bin}write): do not create a filekazu
2011-06-02* io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701]sorah
2011-05-31* test/ruby/test_io.rb (TestIO#test_open_mode): MUST release resourcesusa
2011-05-27* test/ruby/test_io.rb (TestIO#test_ungetc2): get rid of busy loop.nobu
2011-05-21* io.c (rb_io_extract_modeenc): accept combination hash andkosaki
2011-05-19revert O_CLOEXEC patch series completely.kosaki
2011-05-17* test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): add null check.kosaki
2011-05-07* test/ruby/test_io.rb (TestIO#test_readpartial_lock),nobu
2011-05-05* test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): fix false positivekosaki
2011-05-04* io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki
2011-04-18* test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):arton
2011-04-11* test/ruby/test_io.rb: Added TestIO#test_cross_thread_close_stdiokosaki
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-05* test/ruby/test_io.rb (TestIO#test_fcntl_lock): small clean up.kosaki
2011-03-04* io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()kosaki
2010-12-25 * io.c (advice_arg_check): Change argument check.kosaki
2010-12-16 * io.c (rb_io_advise): New API. IO#advise() allows to tell thekosaki
2010-12-14* test/ruby/test_io.rb (test_reopen, test_reinitialize): should closeusa
2010-12-14* test/ruby/test_io.rb (test_binmode_after_closed): the temporary fileusa
2010-12-14* test/ruby/test_io.rb (test_flush_in_finalizer[12]): should closeusa
2010-11-04* io.c (rb_io_readlines, rb_io_each_line): limit must not be zero.nobu
2010-10-27* test/ruby/test_io.rb (TestIO#pipe): should close write end of pipeusa
2010-10-27* test/ruby/test_io.rb (TestIO#pipe): need to propagate exceptionsusa
2010-10-20* test/ruby/test_io.rb (TestIO#pipe): get rid of deadlock on pipe.nobu
2010-10-06* io.c (fptr_finalize): write_mutex might have been destroyednobu
2010-08-17* test/ruby/test_io.rb (test_threaded_flush): test "hi" is not outputakr
2010-07-20* io.c (io_flush_buffer): write and buffer operations should benobu
2010-06-15* test/ruby/test_io.rb (safe_4): does not use Timeout becausemame
2010-04-30* test/ruby/test_io.rb: skip false tests on Windows.nobu
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-03-21* io.c (rb_io_initialize): add autoclose argument to control closenobu
2010-03-15* io.c (rb_io_print): RDoc update. a patch from Daniel Kelleymatz
2010-03-14* io.c (rb_io_each_codepoint): read directly when readconv isnobu
2010-03-06* io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame