summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-08* test/zlib/test_zlib.rb: add tests to achieve over 90% test coveragemame
2008-06-08avoid dead lock on MacOS X.akr
2008-06-07* hash.c (hash_i): make Hash#hash order insensitive.akr
2008-06-06* test/iconv/utils.rb (default_test): override not to croak.nobu
2008-06-05* test/ruby/test_gc.rb: add tests to achieve over 90% test coverage ofmame
2008-06-05* test/stringio/test_stringio.rb: add tests to achieve over 95% testmame
2008-06-05* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu
2008-06-05* test/iconv/utils.rb (TestIconv.testcase): make test cases conditionally.nobu
2008-06-05* test/iconv/test_{basic,option}.rb, test/iconv/utils.rb: added.nobu
2008-06-05* test/iconv/test_simple.rb: added.nobu
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-04avoid infinite loop on FreeBSD 6.3.akr
2008-06-03* test/ruby/test_dir.rb: add tests to achieve over 90% test coveragemame
2008-06-03* test/etc/test_etc.rb: new tests for etc.mame
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-02* lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bugknu
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-24add a test for [ruby-dev:34808].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* lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo
2008-05-21* test/ruby/test_require.rb: new tests for library requiring, tomame