summaryrefslogtreecommitdiff
path: root/test/ruby/test_io.rb
AgeCommit message (Expand)Author
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
2008-04-21* io.c (copy_stream_body): call rb_io_check_readable andakr
2008-04-20fix deadlock.akr
2008-04-20* io.c (copy_stream_rbuf_to_dst): removed.akr
2008-04-20* io.c (copy_stream_fallback): write directly (bypassing write method)akr
2008-04-20* io.c (copy_stream_fallback): read directly (bypassing readpartial)akr
2008-04-19* io.c (copy_stream_body): use readpartial and write method forakr
2008-03-30* io.c: IO.copy_stream implemented. [ruby-dev:33843]akr
2008-02-20 * io.c (open_key_args): set arg->io even if no options passed.usa
2008-01-10make a test locale independent.akr
2007-12-24* string.c (rb_str_comparable): fixed to keep transitivity.matz
2007-11-18use ML ref. for assertion message.akr
2007-09-26* bootstraptest/test_knownbug.rb: move fixed tests.ko1