aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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