aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): skip ifshirosaki2013-06-261-16/+20
* test_io.rb: use assert_separatelynobu2013-06-191-12/+5
* test/ruby: reap zombiesnobu2013-06-191-0/+5
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-44/+0
* test_io.rb: fix test errornobu2013-06-121-1/+21
* GC before running test_copy_stream_socket7naruse2013-05-291-0/+1
* * test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): HFS+ seemsnobu2013-05-231-2/+2
* test_io.rb: test for writenobu2013-05-231-4/+24
* win32.c: check error of SetFilePointernobu2013-05-221-0/+11
* disable test_fcntl_lock_linux on x32.akr2013-05-111-0/+1
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-22/+22
* * io.c (rb_io_seek_m): Accept :CUR, :END, :SET as "whence" argument.akr2013-04-031-0/+20
* * test/ruby/test_class.rb: Simplify warning checksmarcandre2013-03-301-6/+3
* * thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug.kosaki2013-03-161-1/+26
* * test/ruby/test_io.rb (test_ioctl_linux): skip if a platform iskosaki2013-01-251-1/+4
* Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu2012-12-221-3/+34
* io.c: recurse for the argumentnobu2012-12-011-0/+12
* * 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