summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
2010-03-21* io.c (rb_io_initialize): add autoclose argument to control closenobu
2010-03-15* io.c (rb_io_print): RDoc update. a patch from Daniel Kelleymatz
2010-03-14* io.c (rb_io_each_codepoint): read directly when readconv isnobu
2010-03-06* io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write andmame
2010-03-06* io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handlemame
2010-03-04* io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.mame
2010-02-17* io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,mame
2010-02-17add a test.akr
2009-10-26* io.c (io_fwrite): adjust stdio file position after direct write onnobu
2009-10-15* io.c (io_reopen): unread current buffer before telling thenobu
2009-09-07* io.c (rb_io_tell): adjustment for ungotten data.nobu
2009-09-04* test/ruby/test_io.rb (test_binmode_after_closed): test for [ruby-core:25363].nobu
2009-07-19* io.c (io_read): should taint the result. [ruby-dev:38826]nobu
2009-07-16* io.c (io_reopen): discards read buffer. [ruby-core:24240]nobu
2009-07-14* io.c (rb_io_initialize): check if the descriptor can be accessednobu
2009-05-14* ext/stringio/stringio.c (strio_ungetbyte): encoding should notnobu
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-25* io.c (rb_io_getline_1): enables limit even if rs is given.nobu
2009-02-21* io.c (io_getpartial): error message describes what should beakr
2009-01-31add a test.akr
2008-12-31* io.c (copy_stream_body): don't check to_io becauseakr
2008-12-25* io.c (pipe_close): removed.akr
2008-12-25* io.c (flush_before_seek): check io_fflush result.akr
2008-12-23* io.c (rb_io_inspect): show fd number if there is no pathname.akr
2008-12-22* io.c (rb_io_s_pipe): IO.pipe can take a block.akr
2008-12-11* test/ruby/test_io.rb (test_dup_many): extracted from test_dup.akr
2008-10-28* test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fdusa
2008-10-28* test/ruby/test_io.rb (test_copy_stream, test_copy_stream_socket): skip someusa
2008-10-27* io.c (argf_init): initial value of $. should be 0.nobu
2008-10-27* test/ruby/envutil.rb: reverted the changeset 19948 because ityugui
2008-10-26* test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu
2008-09-17* test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.kazu
2008-09-16* test/ruby/test_io.rb (TestIO#test_dup): exception should bematz
2008-09-15* test/ruby/test_io.rb (TestIO#test_dup): this test might fail ifmatz
2008-09-08* test/ruby/test_io.rb (TestIO#test_dup): add open in block.kazu
2008-08-27* io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]akr
2008-08-25* test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958]mame
2008-08-21test O_NOFOLLOW only on FreeBSD and Linux.akr
2008-08-20* io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.akr
2008-08-20* io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.akr
2008-08-19mkcdtmpdir doesn't yield a value.akr
2008-08-17* io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError.akr
2008-07-29* test/ruby/test_io.rb (pipe): run reader thread and writer thread.mame
2008-07-15* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame
2008-06-18* test/ruby/test_io.rb (test_copy_stream_dst_rbuf): set binmode.usa
2008-06-11* io.c (rb_io_reopen): clear read buffer.nobu
2008-06-02* re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame
2008-05-30* test/ruby/test_argf.rb: rename a conflicting method name.mame
2008-05-29* test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% testmame