| Age | Commit message (Expand) | Author |
| 2015-01-22 | merge revision(s) 49148: [Backport #9917] | usa |
| 2014-11-28 | merge revision(s) 42709: [Backport #10529] | usa |
| 2014-09-10 | merge revision(s) 47288: [Backport #10153] | usa |
| 2014-09-03 | merge revision(s) 46151,46165: [Backport #9865] | usa |
| 2014-07-07 | merge revision(s) 46360,46372: [Backport #8625] | usa |
| 2014-06-27 | merge revision(s) 45979: [Backport #9847] | usa |
| 2013-10-04 | merge revision(s) 43112,43114,43117,43118: [Backport #8980] | nagachika |
| 2013-07-28 | merge revision(s) 42212,42214: [Backport #8669] | nagachika |
| 2013-06-26 | merge revision(s) 41254,41655: [Backport #8519] | nagachika |
| 2013-06-03 | merge revision(s) 40887,40888,40894,40896: [Backport #8431] | nagachika |
| 2013-03-20 | merge revision(s) 39775: [Backport #8080] | nagachika |
| 2013-01-25 | * test/ruby/test_io.rb (test_ioctl_linux): skip if a platform is | kosaki |
| 2012-12-22 | Deprecate #{lines,bytes,chars,codepoints} of IO-likes. | knu |
| 2012-12-01 | io.c: recurse for the argument | nobu |
| 2012-11-06 | * ruby.c (load_file_internal): set default source encoding as | naruse |
| 2012-10-12 | use tty(1) to check if /dev/tty is usable or not | naruse |
| 2012-10-12 | Fix wrong condition of skipping test_ioctl_linux | naruse |
| 2012-10-03 | io.c: improved IO#reopen | nobu |
| 2012-09-28 | io.c: IO#reopen int mode | nobu |
| 2012-09-16 | io.c: io_set_read_length | nobu |
| 2012-09-09 | * test/ruby/test_io.rb (test_advise_pipe): new test to check | kosaki |
| 2012-07-19 | * test/ruby/test_io.rb: remove temporally files early. | akr |
| 2012-06-25 | add tests for IO#seek. | akr |
| 2012-06-05 | Split one big test to seven tests. | naruse |
| 2012-05-13 | * test/ruby/test_io.rb (test_flush_in_finalizer1): don't use IO.for_fd | nagachika |
| 2012-05-13 | * test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent of | nagachika |
| 2012-05-12 | * test/ruby/test_io.rb (class TestIO): Disable GC during IO tests to | luislavena |
| 2012-04-19 | Fix multithread issue in the test of r35391 | naruse |
| 2012-04-18 | * io.c (io_readpartial): Document the output buffer parameter is | drbrain |
| 2012-04-08 | Decrease 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-09 | Rescue even if it test_readpartial_locktmp RuntimeError. [Bug#6099] | naruse |
| 2012-02-29 | * test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip on | usa |
| 2012-02-28 | * io.c (io_fread, io_getpartial, rb_io_sysread): set buffer size | nobu |
| 2012-02-27 | forgotten to commit at r34834. | usa |
| 2012-02-22 | * io.c (rb_io_extract_modeenc): fail only if conflicting | nobu |
| 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 kerword | nobu |
| 2012-02-15 | Add test for r34624. | naruse |
| 2012-02-13 | * io.c (io_setstrbuf): defer resizing buffer string until data is | nobu |
| 2012-01-18 | Suppress 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't | usa |
| 2011-11-27 | Run the test only if /dev/tty exists. | naruse |
| 2011-11-25 | * io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linux | kosaki |
| 2011-11-24 | * test/openssl/test_engine.rb: use IO#reopen to restore stderr. | akr |
| 2011-11-24 | add a test. | akr |
| 2011-11-23 | * io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux. | naruse |