summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2008-06-19* test/ruby/test_enumerator.rb: fix to skip "with_memo" test.ko1
2008-06-18* test/ruby/test_rubyoptions.rb: use character class instead of alternationkazu
2008-06-18* test/ruby/test_unicode_escape.rb (test_basic): windows' echo support.usa
2008-06-18* test/ruby/test_shebang.rb (test_shebang): on windows path separetor is '\'.usa
2008-06-18* test/ruby/test_io.rb (test_copy_stream_dst_rbuf): set binmode.usa
2008-06-18* test/ruby/test_argf.rb: support NO_SAFE_RENAME platforms.usa
2008-06-18* test/ruby/test_argf.rb (test_binmode): wrong test. fixed.usa
2008-06-12* test/ruby/test_thread.rb: add a test.mame
2008-06-11* io.c (rb_io_reopen): clear read buffer.nobu
2008-06-10* test/ruby/test_float.rb: add tests. [ruby-dev:35009]kazu
2008-06-09* test/ruby/test_dir.rb (TestDir::test_glob): glob file names not sorted.matz
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