summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
2012-01-09* test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika
2011-12-26* test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn'tusa
2011-11-27Run the test only if /dev/tty exists.naruse
2011-11-25* io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linuxkosaki
2011-11-24* test/openssl/test_engine.rb: use IO#reopen to restore stderr.akr
2011-11-24add a test.akr
2011-11-23* io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.naruse
2011-11-21* test/ruby/test_io.rb (test_fcntl_dupfd): there is no known platformakr
2011-11-21* test/ruby/test_io.rb (test_fcntl_dupfd): the argument of F_DUPFD isakr
2011-11-15* test/ruby/test_io.rb (TestIO#test_fcntl_dupfd): fix OpenBSD testkosaki
2011-11-14revert r33752 and fix test case based [ruby-dev:44866].ayumin
2011-11-14* test/ruby/test_io.rb (test_fcntl_dupfd): fix test error onayumin
2011-11-12* test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFDkosaki
2011-11-12* test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.kosaki
2011-11-12* test/ruby/test_io.rb (test_fcntl_lock_freebsd): add a testcasekosaki
2011-11-12* io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform.kosaki
2011-11-03add test for close-on-exec.akr
2011-10-23* io.c (copy_stream_fallback_body): check nil for EOF of read method.akr
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
2011-07-30* io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu
2011-07-17* error.c (rb_warn_m): accept multiple args in like puts. rdocnobu
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