aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* use tty(1) to check if /dev/tty is usable or notnaruse2012-10-121-1/+1
* Fix wrong condition of skipping test_ioctl_linuxnaruse2012-10-121-2/+2
* io.c: improved IO#reopennobu2012-10-031-0/+68
* io.c: IO#reopen int modenobu2012-09-281-0/+19
* io.c: io_set_read_lengthnobu2012-09-161-0/+49
* * test/ruby/test_io.rb (test_advise_pipe): new test to checkkosaki2012-09-091-0/+11
* * test/ruby/test_io.rb: remove temporally files early.akr2012-07-191-319/+348
* add tests for IO#seek.akr2012-06-251-1/+34
* Split one big test to seven tests.naruse2012-06-051-42/+75
* * test/ruby/test_io.rb (test_flush_in_finalizer1): don't use IO.for_fdnagachika2012-05-131-1/+1
* * test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent ofnagachika2012-05-131-8/+0
* * test/ruby/test_io.rb (class TestIO): Disable GC during IO tests toluislavena2012-05-121-0/+8
* Fix multithread issue in the test of r35391naruse2012-04-191-3/+2
* * io.c (io_readpartial): Document the output buffer parameter isdrbrain2012-04-181-0/+41
* Decrease the default level of try_fdopen.naruse2012-04-081-1/+1
* * test/ruby/test_io.rb (try_fdopen): more GCable.nobu2012-03-231-3/+5
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa2012-03-221-15/+17
* * test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa2012-03-211-0/+22
* Rescue even if it test_readpartial_locktmp RuntimeError. [Bug#6099]naruse2012-03-091-4/+5
* * test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip onusa2012-02-291-0/+1
* * io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu2012-02-281-0/+33
* forgotten to commit at r34834.usa2012-02-271-6/+6
* * io.c (rb_io_extract_modeenc): fail only if conflictingnobu2012-02-221-4/+7
* * io.c (rb_io_s_foreach): argument check before making Enumerator.nobu2012-02-221-0/+7
* * io.c (rb_io_s_foreach): return enumerator including kerwordnobu2012-02-221-0/+3
* Add test for r34624.naruse2012-02-151-0/+5
* * io.c (io_setstrbuf): defer resizing buffer string until data isnobu2012-02-131-4/+26
* Suppress warnings.naruse2012-01-181-7/+7
* * test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika2012-01-091-10/+33
* * test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn'tusa2011-12-261-23/+20
* Run the test only if /dev/tty exists.naruse2011-11-271-0/+1
* * io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linuxkosaki2011-11-251-0/+13
* * test/openssl/test_engine.rb: use IO#reopen to restore stderr.akr2011-11-241-0/+9
* add a test.akr2011-11-241-0/+35
* * io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.naruse2011-11-231-0/+9
* * test/ruby/test_io.rb (test_fcntl_dupfd): there is no known platformakr2011-11-211-1/+1
* * test/ruby/test_io.rb (test_fcntl_dupfd): the argument of F_DUPFD isakr2011-11-211-1/+1
* * test/ruby/test_io.rb (TestIO#test_fcntl_dupfd): fix OpenBSD testkosaki2011-11-151-2/+2
* revert r33752 and fix test case based [ruby-dev:44866].ayumin2011-11-141-4/+3
* * test/ruby/test_io.rb (test_fcntl_dupfd): fix test error onayumin2011-11-141-1/+2
* * test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFDkosaki2011-11-121-1/+1
* * test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.kosaki2011-11-121-0/+11
* * test/ruby/test_io.rb (test_fcntl_lock_freebsd): add a testcasekosaki2011-11-121-1/+36
* * io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform.kosaki2011-11-121-0/+12
* add test for close-on-exec.akr2011-11-031-0/+25
* * io.c (copy_stream_fallback_body): check nil for EOF of read method.akr2011-10-231-0/+22
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-0/+6
* * io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu2011-07-301-0/+10
* * error.c (rb_warn_m): accept multiple args in like puts. rdocnobu2011-07-171-0/+17