summaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Fix method scoping bug.wyhaines2009-07-101-0/+11
* merge revision(s) 20580:shyouhei2009-02-191-0/+40
* merge revision(s) 19078,20097:shyouhei2009-01-221-0/+6
* merge revision(s) 17842:shyouhei2008-07-101-0/+34
* merge revision(s) 17617:shyouhei2008-06-291-0/+21
* merge revision(s) 15645:15647:shyouhei2008-06-151-0/+8
* merge revision(s) 15541,15545,15558:shyouhei2008-06-151-0/+12
* merge revision(s) 13699:13704:shyouhei2008-06-071-0/+20
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepshyouhei2007-09-071-1/+4
* * hash.c (rb_hash_delete_key): delete the entry without calling block.shyouhei2007-08-221-0/+564
* * test/ruby/test_beginendblock.rb (test_should_propagate_signaled):shyouhei2007-06-142-3/+4
* * eval.c (mnew): call of super via a method object should work again.shyouhei2007-05-261-0/+11
* merge -c 12126shyouhei2007-05-221-0/+30
* * eval.c (rb_iterate): need to PUSH_ITER in proper order.matz2007-01-311-0/+12
* * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.usa2006-10-311-0/+17
* use assert_same instead of assert_equal.akr2006-09-161-1/+1
* * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr2006-07-311-1/+5
* * test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz2006-07-181-5/+0
* use fork to isolate rlimit effect.akr2006-06-211-7/+12
* 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