summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2007-02-09* test/ruby/test_readpartial.rb: tests are working on mswin32/cygwin.ko1
2007-02-08* test/ruby/test_clone.rb: fix to current specko1
2007-02-08* test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)ko1
2007-02-08* test/ruby/test_module.rb: fix to use Symbol instead of Stringko1
2007-02-08* test/ruby/marshaltestlib.rb: eval(sym) -> eval(sym.to_s)ko1
2007-01-31* test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):matz
2007-01-24* test/ruby/test_iterator.rb: removed a needless workaround.kou
2007-01-05* compile.c (iseq_compile_each, set_block_local_tbl) :ko1
2006-12-31 * Merge YARVko1
2006-11-07* class.c (rb_include_module): revert duplicate inclusion ofmatz
2006-10-03* parse.y (block_param): restrict block parameters to be localmatz
2006-09-25* sample/test.rb: "print nil" now prints empty string.matz
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-20* test/ruby/test_float.rb (TestFloat::test_strtod): update test tomatz
2006-07-10* sample/test.rb: update test suites.matz
2006-07-04* test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):matz
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-15new file.akr
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-03-04fix string interpolationakr
2006-03-04* gc.c (id2ref): fix symbol test.akr
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2006-02-17* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean
2006-02-05test small structs.akr
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2006-01-01* win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean
2005-12-29fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"akr
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-12-29* test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr
2005-12-19* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu
2005-11-25* range.c (range_max): treat end exclusion without iteration ifmatz
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* forgotten to save after rename method name.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-10-30* test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean
2005-10-22* ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu
2005-10-22* object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu
2005-10-08* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu
2005-09-22* test/ruby/test_file.rb: check File#chown(nil,nil). [ruby-dev:27140]aamine
2005-09-17* test/ruby/test_readpartial.rb (test_open_pipe, test_with_stdio):ocean
2005-09-15* test/ruby/test_signal.rb (test_exit_action): skip the test usingusa
2005-09-12* lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu
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