aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_io_tell): adjustment for ungotten data.nobu2009-09-071-0/+6
* * test/ruby/test_io.rb (test_binmode_after_closed): test for [ruby-core:25363].nobu2009-09-041-0/+6
* * io.c (io_read): should taint the result. [ruby-dev:38826]nobu2009-07-191-0/+6
* * io.c (io_reopen): discards read buffer. [ruby-core:24240]nobu2009-07-161-0/+10
* * io.c (rb_io_initialize): check if the descriptor can be accessednobu2009-07-141-0/+3
* * ext/stringio/stringio.c (strio_ungetbyte): encoding should notnobu2009-05-141-0/+16
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-5/+5
* * io.c (rb_io_getline_1): enables limit even if rs is given.nobu2009-02-251-1/+2
* * io.c (io_getpartial): error message describes what should beakr2009-02-211-0/+24
* add a test.akr2009-01-311-0/+11
* * io.c (copy_stream_body): don't check to_io becauseakr2008-12-311-0/+63
* * io.c (pipe_close): removed.akr2008-12-251-0/+13
* * io.c (flush_before_seek): check io_fflush result.akr2008-12-251-2/+2
* * io.c (rb_io_inspect): show fd number if there is no pathname.akr2008-12-231-1/+1
* * io.c (rb_io_s_pipe): IO.pipe can take a block.akr2008-12-221-0/+28
* * test/ruby/test_io.rb (test_dup_many): extracted from test_dup.akr2008-12-111-11/+21
* * test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fdusa2008-10-281-1/+7
* * test/ruby/test_io.rb (test_copy_stream, test_copy_stream_socket): skip someusa2008-10-281-50/+80
* * io.c (argf_init): initial value of $. should be 0.nobu2008-10-271-1/+1
* * test/ruby/envutil.rb: reverted the changeset 19948 because ityugui2008-10-271-1/+1
* * test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygemsnobu2008-10-261-1/+1
* * test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.kazu2008-09-171-5/+1
* * test/ruby/test_io.rb (TestIO#test_dup): exception should bematz2008-09-161-0/+3
* * test/ruby/test_io.rb (TestIO#test_dup): this test might fail ifmatz2008-09-151-16/+7
* * test/ruby/test_io.rb (TestIO#test_dup): add open in block.kazu2008-09-081-0/+4
* * io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]akr2008-08-271-25/+0
* * test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958]mame2008-08-251-1/+1
* test O_NOFOLLOW only on FreeBSD and Linux.akr2008-08-211-2/+4
* * io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.akr2008-08-201-0/+28
* * io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.akr2008-08-201-0/+18
* mkcdtmpdir doesn't yield a value.akr2008-08-191-9/+9
* * io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError.akr2008-08-171-0/+9
* * test/ruby/test_io.rb (pipe): run reader thread and writer thread.mame2008-07-291-57/+81
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-48/+8
* * test/ruby/test_io.rb (test_copy_stream_dst_rbuf): set binmode.usa2008-06-181-1/+2
* * io.c (rb_io_reopen): clear read buffer.nobu2008-06-111-0/+8
* * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame2008-06-021-0/+4
* * test/ruby/test_argf.rb: rename a conflicting method name.mame2008-05-301-1/+1
* * test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% testmame2008-05-291-0/+674
* * io.c (copy_stream_body): call rb_io_check_readable andakr2008-04-211-1/+35
* fix deadlock.akr2008-04-201-1/+4
* * io.c (copy_stream_rbuf_to_dst): removed.akr2008-04-201-0/+35
* * io.c (copy_stream_fallback): write directly (bypassing write method)akr2008-04-201-6/+15
* * io.c (copy_stream_fallback): read directly (bypassing readpartial)akr2008-04-201-3/+44
* * io.c (copy_stream_body): use readpartial and write method forakr2008-04-191-0/+26
* * io.c: IO.copy_stream implemented. [ruby-dev:33843]akr2008-03-301-0/+336
* * io.c (open_key_args): set arg->io even if no options passed.usa2008-02-201-0/+6
* make a test locale independent.akr2008-01-101-1/+1
* * string.c (rb_str_comparable): fixed to keep transitivity.matz2007-12-241-0/+1