summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2008-06-08avoid dead lock on MacOS X.akr
2008-06-07* hash.c (hash_i): make Hash#hash order insensitive.akr
2008-06-05* test/ruby/test_gc.rb: add tests to achieve over 90% test coverage ofmame
2008-06-04* test/ruby/test_transcode.rb: add tests for iso-2022-jp.mame
2008-06-04* test/ruby/test_process.rb: add tests.mame
2008-06-03* test/ruby/test_dir.rb: add tests to achieve over 90% test coveragemame
2008-06-03* enumerator.c (enumerator_with_memo): New method: with_memo().knu
2008-06-02* test/ruby/test_method.rb: add a test.mame
2008-06-02* enc/iso_8859_5.c: Large omicron should lowercase to small omicron.mame
2008-06-02* test/ruby/test_file.rb: add tests for uninitialized object.mame
2008-06-02* re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame
2008-06-02* test/ruby/test_argf.rb (teardown): remove renamed temporary files.akr
2008-06-01* test/ruby/envutil.rb (assert_normal_exit): show coredump status.akr
2008-06-01debug print removed.akr
2008-05-31* gc.c (count_objects): clear given hash.akr
2008-05-31* test/ruby/test_regexp.rb: add tests.mame
2008-05-31* test/ruby/envutil.rb (assert_normal_exit): show pid when fail.akr
2008-05-30* test/ruby/test_rubyoptions.rb: add a test of RUBY_DESCRIPTION.kazu
2008-05-30* test/ruby/test_regexp.rb: add tests.mame
2008-05-30* test/ruby/test_signal.rb: add tests to achieve over 80% testmame
2008-05-30* test/ruby/test_argf.rb: rename a conflicting method name.mame
2008-05-29* enum.c (enum_count, count_all_i, Init_Enumerable),knu
2008-05-29* test/ruby/test_regexp.rb: add tests.mame
2008-05-29* test/ruby/test_require.rb: add a test for load with wrap flag, tomame
2008-05-29* test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% testmame
2008-05-28* array.c (rb_ary_nitems, Init_Array): Axe Array#nitems().knu
2008-05-27* numeric.c (num_div): should raise ZeroDivisionError.matz
2008-05-25* test/ruby/envutil.rb (assert_normal_exit): signal descriptionakr
2008-05-24* test/ruby/test_modules.rb (remove_json_mixins): change judgmentmame
2008-05-24* test/ruby/test_modules.rb (test_ancestors, test_included_modules):mame
2008-05-24add a test for [ruby-dev:34828].akr
2008-05-22add a test for [ruby-dev:34802].akr
2008-05-22* array.c (flatten): check if reentered. [ruby-dev:34798]nobu
2008-05-22* array.c (flatten): check if reentered. [ruby-dev:34798]nobu
2008-05-22* test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderrakr
2008-05-21* test/ruby/test_require.rb: new tests for library requiring, tomame
2008-05-20 * test/ruby/test_file_exhaustive.rb (setup): workaround for Windowsusa
2008-05-20* test/ruby/test_array.rb: fix tests for 64bit CPU.mame
2008-05-20* string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT ifmatz
2008-05-19* eval.c, vm_insnhelper.c: fix cref in instance_evalko1
2008-05-19* bootstraptest/test_knownbug.rb: move solved tests.ko1
2008-05-17* pack.c (pack_pack): check errno to detect error of ruby_strtoul.mame
2008-05-17* array.c (rb_ary_sort_bang): should not free shared pointer, and setnobu
2008-05-17* test/ruby/test_eval.rb (test_define_method_block): new testnobu
2008-05-17* file.c (rb_file_s_extname): first dot is not an extension name.nobu
2008-05-16* test/ruby/test_module.rb (assert_method_defined?): added.nobu
2008-05-16* math.c (to_flo): rb_Float() accepts even strings for input.matz
2008-05-15* test/ruby/test_string.rb: add tests to achieve over 90% testmame
2008-05-15* string.c (tr_find): String#delete returned wrong result when multiplemame
2008-05-15* file.c (file_expand_path): support for alternative data streamnobu