summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
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
2005-05-12* test/ruby/envutil.rb, test/drb/drbtest.rb: can test drbocean
2005-04-07* eval.c (rb_call0): "return" event hook should be always executedshugo
2005-03-22* test/ruby/test_settracefunc.rb (test_event): added tests forshugo
2005-03-16* eval.c (rb_call0): call_cfunc() should be protected.shugo
2005-03-07* ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read,gotoyuzo
2005-02-07add test_rand_0x100000000.akr
2005-01-08* io.c (io_fread): warn nonblocking behavior.akr
2005-01-04This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-12-20This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-20* test/ruby/test_stringchar.rb (test_bang): added.eban
2004-11-17Wed Nov 17 23:42:40 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi