summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
2012-04-19Fix multithread issue in the test of r35391naruse
2012-04-18* io.c (io_readpartial): Document the output buffer parameter isdrbrain
2012-04-08Decrease the default level of try_fdopen.naruse
2012-03-23* test/ruby/test_io.rb (try_fdopen): more GCable.nobu
2012-03-22* test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa
2012-03-21* test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa
2012-03-09Rescue even if it test_readpartial_locktmp RuntimeError. [Bug#6099]naruse
2012-02-29* test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip onusa
2012-02-28* io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu
2012-02-27forgotten to commit at r34834.usa
2012-02-22* io.c (rb_io_extract_modeenc): fail only if conflictingnobu
2012-02-22* io.c (rb_io_s_foreach): argument check before making Enumerator.nobu
2012-02-22* io.c (rb_io_s_foreach): return enumerator including kerwordnobu
2012-02-15Add test for r34624.naruse
2012-02-13* io.c (io_setstrbuf): defer resizing buffer string until data isnobu
2012-01-18Suppress warnings.naruse
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