aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* add RLIMIT_NOFILE testakr2006-06-151-1/+20
* give dummy argument for Process.getrlimit and rescue TypeError.akr2006-06-151-2/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-06-151-0/+13
* * numeric.c (num_div): use floor rather than rb_Integer().matz2006-05-011-0/+28
* fix string interpolationakr2006-03-041-2/+3
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-03-041-0/+35
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-172-0/+4
* * eval.c (eval): no need to push ruby_class. [ruby-dev:28176]matz2006-02-111-1/+5
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-01-011-0/+42
* * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr2005-12-291-4/+4
* * stable version 1.8.4 released.matz2005-12-241-1/+1
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-191-0/+27
* * file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa2005-11-221-15/+114
* * test/ruby/test_array.rb (test_misc): added some testsocean2005-11-201-0/+11
* * file.c (rb_file_s_dirname): should use skipprefix for UNC path.usa2005-11-181-6/+14
* * file.c (file_s_dirname): added checks for some patterns with driveusa2005-11-181-0/+71
* * array.c (rb_ary_fill): tail elements were vanished when the middleocean2005-11-151-0/+23
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-11-021-0/+50
* * test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean2005-10-301-4/+4
* * test/ruby/test_signal.rb (test_exit_action): skip the test usingusa2005-09-151-0/+10
* * test/dbm/test_dbm.rb: remove locking test, which may not bematz2005-09-121-6/+4
* * 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