summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
2014-09-05test/ruby/test_io.rb: use IO#nonblock=normal
2014-09-05test/ruby/test_io.rb: avoid EBADFnormal
2014-09-02* test/ruby/test_io.rb (test_new_with_block): Set autoclose to avoid EBADF.akr
2014-09-02test_io.rb: ignore stream closed IOErrornobu
2014-08-28test_io.rb: non UTF-8 patternnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-28io.c: preserve encodingsnobu
2014-08-26io.c: do not swallow exceptions at end of blocknobu
2014-08-14test_io.rb: investigationnobu
2014-08-09test_io.rb: fix tempfile leaksnobu
2014-07-09test_io.rb: fix assertionnobu
2014-07-02test_io.rb: fix leaked threadsnobu
2014-06-06io.c: not shorten buffer unless succeedednobu
2014-05-29* io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises anakr
2014-05-28* test/ruby/test_io.rb (test_flush_in_finalizer1): Useakr
2014-05-27* test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr
2014-05-27* test/ruby/test_io.rb (test_flush_in_finalizer1): some opened fds areusa
2014-05-27* io.c (rb_io_autoclose_p): Don't raise on frozen IO.akr
2014-05-27io.c: no error on frozen IOnobu
2014-05-22revert File::Statfs [Feature #9772]naruse
2014-05-18Use Etc.uname instead of uname command invocation.akr
2014-05-17io.c: buffer must be modifiablenobu
2014-05-02test_io.rb: defer f_typenobu
2014-04-24suppress warnings: assigned but unused variable - posnaruse
2014-04-24call to_inaruse
2014-04-23skip on SEEK_HOLEnaruse
2014-04-23check Linux versionnaruse
2014-04-23fix typonaruse
2014-04-23check whther ext4+ or notnaruse
2014-04-22check statfs and skipnaruse
2014-04-22refix the point is seeknaruse
2014-04-22show what filesystem it is on failurenaruse
2014-04-22test_io.rb: test with holesnobu
2014-03-04* test/ruby: get rid of warnings.usa
2013-12-18test_io.rb: duplicated testnobu
2013-12-17* test/ruby/test_io.rb: fix duplicated test name.ktsj
2013-12-16class.c: fix option hashnobu
2013-12-16test_io.rb: IO.write testnobu
2013-12-13test/ruby: better assertionsnobu
2013-10-09test/unit/assertions.rb: return exceptionnobu
2013-10-07test_io.rb: fix r43164nobu
2013-10-07test_io.rb: get rid of error messagenobu
2013-10-03test_io.rb: fix typonobu
2013-10-02test_io.rb: add testnobu
2013-10-02io.c: get rid of race conditionnobu
2013-08-27io.c: copy in binary modenobu
2013-08-26* io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove
2013-07-28* io.c (io_getpartial): use rb_str_locktmp_ensure().glass
2013-07-28* string.c: add internal API rb_str_locktmp_ensure().glass
2013-07-28* io.c (interpret_seek_whence): support SEEK_DATA and SEEK_HOLE.glass