summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2007-12-10* array.c (rb_ary_slice_bang): If an invalid negative index (<=knu
2007-12-05new file.akr
2007-10-15* marshal.c (r_bytes0): check if source has enough data.nobu
2007-08-18* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu
2007-08-15* hash.c (rb_hash_delete_key): delete the entry without calling block.nobu
2007-07-16* numeric.c (fix_pow): integer power calculation: 0**n => 0, matz
2007-07-05 * numeric.c (int_pow): fix previous nubu's commit.usa
2007-06-10* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-05-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12385 b2dd03c8-...nobu
2007-03-23* eval.c (ruby_cleanup): exit by SystemExit and SignalException in ENDnobu
2007-03-22* test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa
2007-01-31* eval.c (rb_iterate): need to PUSH_ITER in proper order.matz
2006-10-31* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.usa
2006-09-16use assert_same instead of assert_equal.akr
2006-07-31* test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr
2006-07-18* test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz
2006-06-21use fork to isolate rlimit effect.akr
2006-06-15add RLIMIT_NOFILE testakr
2006-06-15give dummy argument for Process.getrlimit and rescue TypeError.akr
2006-06-15This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-05-01* numeric.c (num_div): use floor rather than rb_Integer().matz
2006-03-04fix string interpolationakr
2006-03-04This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-02-17* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean
2006-02-11* eval.c (eval): no need to push ruby_class. [ruby-dev:28176]matz
2006-01-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-12-29* test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr
2005-12-24* stable version 1.8.4 released.matz
2005-12-19* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu
2005-11-22* file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa
2005-11-20* test/ruby/test_array.rb (test_misc): added some testsocean
2005-11-18* file.c (rb_file_s_dirname): should use skipprefix for UNC path.usa
2005-11-18* file.c (file_s_dirname): added checks for some patterns with driveusa
2005-11-15* array.c (rb_ary_fill): tail elements were vanished when the middleocean
2005-11-02This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-10-30* test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean
2005-09-15* test/ruby/test_signal.rb (test_exit_action): skip the test usingusa
2005-09-12* test/dbm/test_dbm.rb: remove locking test, which may not bematz
2005-08-17* test/ruby/test_iterator.rb (test_block_passing): more tests.nobu
2005-08-10* test/ruby/test_iterator.rb (test_block_passing): yield in methodnobu
2005-08-08This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-08-07 * test/ruby/test_super.rb: added from HEAD. [ruby-dev:26743]nahi
2005-07-03avoid some race conditionakr
2005-06-30add a test for [ruby-dev:26383].akr
2005-06-05kill a process spawned by test_exit_action.akr
2005-06-03add a test for [ruby-dev:26128].akr
2005-05-13* test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...ocean
2005-05-12add tests for reading an extended fileakr
2005-05-12* io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr
2005-05-12* io.c (rb_io_eof, remain_size, read_all, io_read, appendline)akr