index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_io.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* io.c (io_fwrite): adjust stdio file position after direct write on
nobu
2009-10-26
1
-0
/
+15
*
* io.c (io_reopen): unread current buffer before telling the
nobu
2009-10-15
1
-0
/
+9
*
* io.c (rb_io_tell): adjustment for ungotten data.
nobu
2009-09-07
1
-0
/
+6
*
* test/ruby/test_io.rb (test_binmode_after_closed): test for [ruby-core:25363].
nobu
2009-09-04
1
-0
/
+6
*
* io.c (io_read): should taint the result. [ruby-dev:38826]
nobu
2009-07-19
1
-0
/
+6
*
* io.c (io_reopen): discards read buffer. [ruby-core:24240]
nobu
2009-07-16
1
-0
/
+10
*
* io.c (rb_io_initialize): check if the descriptor can be accessed
nobu
2009-07-14
1
-0
/
+3
*
* ext/stringio/stringio.c (strio_ungetbyte): encoding should not
nobu
2009-05-14
1
-0
/
+16
*
* io.c (rb_mWaitReadable): defined.
akr
2009-03-19
1
-2
/
+2
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-5
/
+5
*
* io.c (rb_io_getline_1): enables limit even if rs is given.
nobu
2009-02-25
1
-1
/
+2
*
* io.c (io_getpartial): error message describes what should be
akr
2009-02-21
1
-0
/
+24
*
add a test.
akr
2009-01-31
1
-0
/
+11
*
* io.c (copy_stream_body): don't check to_io because
akr
2008-12-31
1
-0
/
+63
*
* io.c (pipe_close): removed.
akr
2008-12-25
1
-0
/
+13
*
* io.c (flush_before_seek): check io_fflush result.
akr
2008-12-25
1
-2
/
+2
*
* io.c (rb_io_inspect): show fd number if there is no pathname.
akr
2008-12-23
1
-1
/
+1
*
* io.c (rb_io_s_pipe): IO.pipe can take a block.
akr
2008-12-22
1
-0
/
+28
*
* test/ruby/test_io.rb (test_dup_many): extracted from test_dup.
akr
2008-12-11
1
-11
/
+21
*
* test/ruby/test_io.rb (test_sysopen): should specify the mode of IO::for_fd
usa
2008-10-28
1
-1
/
+7
*
* test/ruby/test_io.rb (test_copy_stream, test_copy_stream_socket): skip some
usa
2008-10-28
1
-50
/
+80
*
* io.c (argf_init): initial value of $. should be 0.
nobu
2008-10-27
1
-1
/
+1
*
* test/ruby/envutil.rb: reverted the changeset 19948 because it
yugui
2008-10-27
1
-1
/
+1
*
* test/ruby/envutil.rb (assert_in_out_err): disables builtin rubygems
nobu
2008-10-26
1
-1
/
+1
*
* test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.
kazu
2008-09-17
1
-5
/
+1
*
* test/ruby/test_io.rb (TestIO#test_dup): exception should be
matz
2008-09-16
1
-0
/
+3
*
* test/ruby/test_io.rb (TestIO#test_dup): this test might fail if
matz
2008-09-15
1
-16
/
+7
*
* test/ruby/test_io.rb (TestIO#test_dup): add open in block.
kazu
2008-09-08
1
-0
/
+4
*
* io.c (rb_io_initialize): don't accept IO object. [ruby-dev:35895]
akr
2008-08-27
1
-25
/
+0
*
* test/ruby/test_io.rb (test_dup): fix typo. see [ruby-dev:35958]
mame
2008-08-25
1
-1
/
+1
*
test O_NOFOLLOW only on FreeBSD and Linux.
akr
2008-08-21
1
-2
/
+4
*
* io.c (open_key_args): IO.foreach(path, rs, limit) didn't work.
akr
2008-08-20
1
-0
/
+28
*
* io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.
akr
2008-08-20
1
-0
/
+18
*
mkcdtmpdir doesn't yield a value.
akr
2008-08-19
1
-9
/
+9
*
* io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError.
akr
2008-08-17
1
-0
/
+9
*
* test/ruby/test_io.rb (pipe): run reader thread and writer thread.
mame
2008-07-29
1
-57
/
+81
*
* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): new
mame
2008-07-15
1
-48
/
+8
*
* test/ruby/test_io.rb (test_copy_stream_dst_rbuf): set binmode.
usa
2008-06-18
1
-1
/
+2
*
* io.c (rb_io_reopen): clear read buffer.
nobu
2008-06-11
1
-0
/
+8
*
* re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.
mame
2008-06-02
1
-0
/
+4
*
* test/ruby/test_argf.rb: rename a conflicting method name.
mame
2008-05-30
1
-1
/
+1
*
* test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% test
mame
2008-05-29
1
-0
/
+674
*
* io.c (copy_stream_body): call rb_io_check_readable and
akr
2008-04-21
1
-1
/
+35
*
fix deadlock.
akr
2008-04-20
1
-1
/
+4
*
* io.c (copy_stream_rbuf_to_dst): removed.
akr
2008-04-20
1
-0
/
+35
*
* io.c (copy_stream_fallback): write directly (bypassing write method)
akr
2008-04-20
1
-6
/
+15
*
* io.c (copy_stream_fallback): read directly (bypassing readpartial)
akr
2008-04-20
1
-3
/
+44
*
* io.c (copy_stream_body): use readpartial and write method for
akr
2008-04-19
1
-0
/
+26
*
* io.c: IO.copy_stream implemented. [ruby-dev:33843]
akr
2008-03-30
1
-0
/
+336
*
* io.c (open_key_args): set arg->io even if no options passed.
usa
2008-02-20
1
-0
/
+6
[next]