summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
2015-01-22merge revision(s) 49148: [Backport #9917]usa
2014-11-28merge revision(s) 42709: [Backport #10529]usa
2014-09-10merge revision(s) 47288: [Backport #10153]usa
2014-09-03merge revision(s) 46151,46165: [Backport #9865]usa
2014-07-07merge revision(s) 46360,46372: [Backport #8625]usa
2014-06-27merge revision(s) 45979: [Backport #9847]usa
2013-10-04merge revision(s) 43112,43114,43117,43118: [Backport #8980]nagachika
2013-07-28merge revision(s) 42212,42214: [Backport #8669]nagachika
2013-06-26merge revision(s) 41254,41655: [Backport #8519]nagachika
2013-06-03merge revision(s) 40887,40888,40894,40896: [Backport #8431]nagachika
2013-03-20merge revision(s) 39775: [Backport #8080]nagachika
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
2012-04-08Decrease the default level of try_fdopen.naruse
2012-03-23* test/ruby/test_io.rb (try_fdopen): more GCable.nobu
2012-03-22* test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa
2012-03-21* test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa
2012-03-09Rescue even if it test_readpartial_locktmp RuntimeError. [Bug#6099]naruse
2012-02-29* test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip onusa
2012-02-28* io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu
2012-02-27forgotten to commit at r34834.usa
2012-02-22* io.c (rb_io_extract_modeenc): fail only if conflictingnobu
2012-02-22* io.c (rb_io_s_foreach): argument check before making Enumerator.nobu
2012-02-22* io.c (rb_io_s_foreach): return enumerator including kerwordnobu
2012-02-15Add test for r34624.naruse
2012-02-13* io.c (io_setstrbuf): defer resizing buffer string until data isnobu
2012-01-18Suppress warnings.naruse
2012-01-09* test/ruby/test_io.rb (test_autoclose_true_closed_by_finalizer,nagachika
2011-12-26* test/ruby/test_io.rb (TestIO#test_autoclose): Tempfile.new doesn'tusa
2011-11-27Run the test only if /dev/tty exists.naruse
2011-11-25* io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linuxkosaki
2011-11-24* test/openssl/test_engine.rb: use IO#reopen to restore stderr.akr
2011-11-24add a test.akr
2011-11-23* io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.naruse