summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
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
2013-07-22* test/ruby/tes_io.rb (test_copy_stream_bigcontent_fpos): rename duplicatednagachika
2013-07-20test_io.rb: split test_copy_streamnobu
2013-06-26* test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): skip ifshirosaki
2013-06-19test_io.rb: use assert_separatelynobu
2013-06-19test/ruby: reap zombiesnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-06-12test_io.rb: fix test errornobu
2013-05-29GC before running test_copy_stream_socket7naruse
2013-05-23* test/ruby/test_io.rb (TestIO#test_write_32bit_boundary): HFS+ seemsnobu
2013-05-23test_io.rb: test for writenobu
2013-05-22win32.c: check error of SetFilePointernobu
2013-05-11disable test_fcntl_lock_linux on x32.akr
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-04-03* io.c (rb_io_seek_m): Accept :CUR, :END, :SET as "whence" argument.akr
2013-03-30* test/ruby/test_class.rb: Simplify warning checksmarcandre
2013-03-16* thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug.kosaki
2013-01-25* test/ruby/test_io.rb (test_ioctl_linux): skip if a platform iskosaki
2012-12-22Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu
2012-12-01io.c: recurse for the argumentnobu
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-10-12use tty(1) to check if /dev/tty is usable or notnaruse
2012-10-12Fix wrong condition of skipping test_ioctl_linuxnaruse
2012-10-03io.c: improved IO#reopennobu
2012-09-28io.c: IO#reopen int modenobu
2012-09-16io.c: io_set_read_lengthnobu
2012-09-09* test/ruby/test_io.rb (test_advise_pipe): new test to checkkosaki
2012-07-19* test/ruby/test_io.rb: remove temporally files early.akr
2012-06-25add tests for IO#seek.akr
2012-06-05Split one big test to seven tests.naruse
2012-05-13* test/ruby/test_io.rb (test_flush_in_finalizer1): don't use IO.for_fdnagachika
2012-05-13* test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent ofnagachika
2012-05-12* test/ruby/test_io.rb (class TestIO): Disable GC during IO tests toluislavena
2012-04-19Fix multithread issue in the test of r35391naruse
2012-04-18* io.c (io_readpartial): Document the output buffer parameter isdrbrain