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