aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* io.c: do not swallow exceptions at end of blocknobu2014-08-261-0/+9
* test_io.rb: investigationnobu2014-08-141-1/+2
* test_io.rb: fix tempfile leaksnobu2014-08-091-13/+15
* test_io.rb: fix assertionnobu2014-07-091-1/+1
* test_io.rb: fix leaked threadsnobu2014-07-021-0/+3
* io.c: not shorten buffer unless succeedednobu2014-06-061-0/+8
* * io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises anakr2014-05-291-43/+58
* * test/ruby/test_io.rb (test_flush_in_finalizer1): Useakr2014-05-281-1/+6
* * test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr2014-05-271-4/+4
* * test/ruby/test_io.rb (test_flush_in_finalizer1): some opened fds areusa2014-05-271-2/+3
* * io.c (rb_io_autoclose_p): Don't raise on frozen IO.akr2014-05-271-0/+7
* io.c: no error on frozen IOnobu2014-05-271-0/+10
* revert File::Statfs [Feature #9772]naruse2014-05-221-22/+16
* Use Etc.uname instead of uname command invocation.akr2014-05-181-3/+3
* io.c: buffer must be modifiablenobu2014-05-171-6/+5
* test_io.rb: defer f_typenobu2014-05-021-2/+2
* suppress warnings: assigned but unused variable - posnaruse2014-04-241-2/+0
* call to_inaruse2014-04-241-3/+3
* skip on SEEK_HOLEnaruse2014-04-231-0/+2
* check Linux versionnaruse2014-04-231-0/+3
* fix typonaruse2014-04-231-1/+1
* check whther ext4+ or notnaruse2014-04-231-2/+4
* check statfs and skipnaruse2014-04-221-0/+20
* refix the point is seeknaruse2014-04-221-4/+8
* show what filesystem it is on failurenaruse2014-04-221-2/+2
* test_io.rb: test with holesnobu2014-04-221-0/+20
* * test/ruby: get rid of warnings.usa2014-03-041-2/+2
* test_io.rb: duplicated testnobu2013-12-181-19/+3
* * test/ruby/test_io.rb: fix duplicated test name.ktsj2013-12-171-1/+1
* class.c: fix option hashnobu2013-12-161-0/+3
* test_io.rb: IO.write testnobu2013-12-161-0/+16
* test/ruby: better assertionsnobu2013-12-131-16/+16
* test/unit/assertions.rb: return exceptionnobu2013-10-091-2/+3
* test_io.rb: fix r43164nobu2013-10-071-1/+1
* test_io.rb: get rid of error messagenobu2013-10-071-1/+1
* test_io.rb: fix typonobu2013-10-031-1/+1
* test_io.rb: add testnobu2013-10-021-0/+11
* io.c: get rid of race conditionnobu2013-10-021-0/+13
* io.c: copy in binary modenobu2013-08-271-0/+41
* * io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove2013-08-261-0/+59
* * io.c (io_getpartial): use rb_str_locktmp_ensure().glass2013-07-281-0/+28
* * string.c: add internal API rb_str_locktmp_ensure().glass2013-07-281-0/+14
* * io.c (interpret_seek_whence): support SEEK_DATA and SEEK_HOLE.glass2013-07-281-0/+32
* * test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicatednagachika2013-07-221-1/+1
* test_io.rb: split test_copy_streamnobu2013-07-201-72/+158
* * 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