aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/stringio/stringio.c (strio_init): rewind when reopened.mame2008-06-111-2/+2
* * io.c (rb_io_reopen): clear read buffer.nobu2008-06-111-0/+8
* * test/ruby/test_float.rb: add tests. [ruby-dev:35009]kazu2008-06-101-0/+3
* * test/ruby/test_dir.rb (TestDir::test_glob): glob file names not sorted.matz2008-06-091-6/+6
* * test/zlib/test_zlib.rb: add tests to achieve over 90% test coveragemame2008-06-081-2/+576
* avoid dead lock on MacOS X.akr2008-06-081-2/+4
* * hash.c (hash_i): make Hash#hash order insensitive.akr2008-06-071-0/+4
* * test/iconv/utils.rb (default_test): override not to croak.nobu2008-06-064-21/+11
* * test/ruby/test_gc.rb: add tests to achieve over 90% test coverage ofmame2008-06-053-0/+50
* * test/stringio/test_stringio.rb: add tests to achieve over 95% testmame2008-06-052-0/+437
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu2008-06-051-1/+6
* * test/iconv/utils.rb (TestIconv.testcase): make test cases conditionally.nobu2008-06-054-6/+20
* * test/iconv/test_{basic,option}.rb, test/iconv/utils.rb: added.nobu2008-06-055-27/+143
* * test/iconv/test_simple.rb: added.nobu2008-06-051-0/+27
* * test/ruby/test_transcode.rb: add tests for iso-2022-jp.mame2008-06-041-0/+15
* * test/ruby/test_process.rb: add tests.mame2008-06-041-0/+141
* avoid infinite loop on FreeBSD 6.3.akr2008-06-041-0/+8
* * test/ruby/test_dir.rb: add tests to achieve over 90% test coveragemame2008-06-033-0/+209
* * test/etc/test_etc.rb: new tests for etc.mame2008-06-031-0/+127
* * enumerator.c (enumerator_with_memo): New method: with_memo().knu2008-06-031-0/+19
* * test/ruby/test_method.rb: add a test.mame2008-06-021-0/+10
* * enc/iso_8859_5.c: Large omicron should lowercase to small omicron.mame2008-06-0214-2/+684
* * test/ruby/test_file.rb: add tests for uninitialized object.mame2008-06-023-0/+14
* * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame2008-06-022-0/+45
* * test/ruby/test_argf.rb (teardown): remove renamed temporary files.akr2008-06-021-0/+9
* * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bugknu2008-06-021-5/+5
* * test/ruby/envutil.rb (assert_normal_exit): show coredump status.akr2008-06-011-0/+3
* debug print removed.akr2008-06-011-1/+0
* * gc.c (count_objects): clear given hash.akr2008-05-311-0/+6
* * test/ruby/test_regexp.rb: add tests.mame2008-05-311-0/+7
* * test/ruby/envutil.rb (assert_normal_exit): show pid when fail.akr2008-05-311-2/+4
* * test/ruby/test_rubyoptions.rb: add a test of RUBY_DESCRIPTION.kazu2008-05-301-1/+3
* * test/ruby/test_regexp.rb: add tests.mame2008-05-301-10/+45
* * test/ruby/test_signal.rb: add tests to achieve over 80% testmame2008-05-301-0/+99
* * test/ruby/test_argf.rb: rename a conflicting method name.mame2008-05-303-3/+3
* * enum.c (enum_count, count_all_i, Init_Enumerable),knu2008-05-292-0/+2
* * test/ruby/test_regexp.rb: add tests.mame2008-05-291-0/+26
* * test/ruby/test_require.rb: add a test for load with wrap flag, tomame2008-05-291-0/+20
* * test/ruby/test_argf.rb: new tests for ARGF, to achieve over 85% testmame2008-05-292-0/+1360
* * array.c (rb_ary_nitems, Init_Array): Axe Array#nitems().knu2008-05-281-12/+0
* * numeric.c (num_div): should raise ZeroDivisionError.matz2008-05-271-3/+3
* * test/ruby/envutil.rb (assert_normal_exit): signal descriptionakr2008-05-251-2/+4
* * test/ruby/test_modules.rb (remove_json_mixins): change judgmentmame2008-05-241-1/+1
* * test/ruby/test_modules.rb (test_ancestors, test_included_modules):mame2008-05-241-4/+10
* add a test for [ruby-dev:34828].akr2008-05-241-0/+72
* add a test for [ruby-dev:34808].akr2008-05-241-0/+5
* add a test for [ruby-dev:34802].akr2008-05-221-0/+14
* * array.c (flatten): check if reentered. [ruby-dev:34798]nobu2008-05-221-2/+2
* * array.c (flatten): check if reentered. [ruby-dev:34798]nobu2008-05-221-0/+14
* * test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderrakr2008-05-222-4/+34