aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_iterator.rb (test_block_passing): more tests.nobu2005-08-171-0/+6
* * test/ruby/test_iterator.rb (test_block_passing): yield in methodnobu2005-08-101-0/+8
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-08-081-0/+42
* * test/ruby/test_super.rb: added from HEAD. [ruby-dev:26743]nahi2005-08-071-0/+29
* avoid some race conditionakr2005-07-031-1/+6
* add a test for [ruby-dev:26383].akr2005-06-301-0/+6
* kill a process spawned by test_exit_action.akr2005-06-051-3/+8
* add a test for [ruby-dev:26128].akr2005-06-031-0/+23
* * test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...ocean2005-05-131-0/+10
* add tests for reading an extended fileakr2005-05-121-0/+38
* * io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr2005-05-121-6/+6
* * io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr2005-05-121-6/+6
* * test/ruby/envutil.rb, test/drb/drbtest.rb: can test drbocean2005-05-121-0/+3
* * eval.c (rb_call0): "return" event hook should be always executedshugo2005-04-071-39/+55
* * test/ruby/test_settracefunc.rb (test_event): added tests forshugo2005-03-221-12/+106
* * eval.c (rb_call0): call_cfunc() should be protected.shugo2005-03-161-9/+11
* * ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read,gotoyuzo2005-03-071-0/+13
* add test_rand_0x100000000.akr2005-02-071-0/+7
* * io.c (io_fread): warn nonblocking behavior.akr2005-01-081-0/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-01-041-0/+124
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-12-201-0/+88
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-5/+0
* * test/ruby/test_stringchar.rb (test_bang): added.eban2004-11-201-0/+50
* Wed Nov 17 23:42:40 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi2004-11-171-1/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-171-0/+26
* backport from 1.9gotoyuzo2004-11-131-0/+38
* * test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa2004-11-111-3/+3
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-10-091-0/+11
* test String#sum for bits=0..7.akr2004-10-031-1/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-10-031-0/+19
* copy test/zlib/test_zlib.rb from trunk.akr2004-09-072-0/+55
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-09-071-0/+72
* * util.c (ruby_strtod): should not convert string in the form ofocean2004-07-141-3/+20
* add an assertion.akr2004-06-251-0/+1
* * test/ruby/test_array.rb: use local variables instead of a globalnobu2004-06-161-49/+49
* * lib/logger.rb: leading 0 padding of timestamp usec part.nahi2004-05-271-0/+18
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-04-061-0/+73
* add test_symmetry_bignum.akr2004-04-011-0/+6
* * test/*: should not depend on $KCODE.nahi2004-02-1833-66/+0
* * test/ruby/marshaltestlib.rb: common marshal testcase added.nahi2004-02-171-286/+11
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-02-171-0/+494
* * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests forakira2004-02-112-0/+26
* * ext/stringio/stringio.c (strio_read): clear the buffer argumentnobu2003-12-241-0/+20
* * io.c (read_all): do not return nil at the end of file.matz2003-12-231-10/+10
* * io.c (rb_io_ungetc): raise an exception at unread stream tonobu2003-12-231-7/+3
* * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi2003-12-231-2/+2
* * ext/stringio/stringio.c (strio_read): set EOF flag at short read.nobu2003-12-101-20/+29
* * ext/stringio/stringio.c (strio_read): do not set EOF flag whennobu2003-12-101-0/+3
* * ext/stringio/stringio.c (strio_read): adjust behavior at readingnobu2003-12-102-0/+29
* add test for previous change to io.c.akr2003-12-092-0/+11