summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo2008-05-211-0/+31
* * test/ruby/test_require.rb: new tests for library requiring, tomame2008-05-213-0/+275
* * test/ruby/test_file_exhaustive.rb (setup): workaround for Windowsusa2008-05-203-10/+5
* * test/ruby/test_array.rb: fix tests for 64bit CPU.mame2008-05-201-6/+16
* * string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT ifmatz2008-05-201-1/+1
* * eval.c, vm_insnhelper.c: fix cref in instance_evalko12008-05-191-7/+10
* * bootstraptest/test_knownbug.rb: move solved tests.ko12008-05-195-0/+33
* test material for r16453.gotoyuzo2008-05-182-0/+37
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-05-183-11/+92
* * pack.c (pack_pack): check errno to detect error of ruby_strtoul.mame2008-05-171-0/+4
* * array.c (rb_ary_sort_bang): should not free shared pointer, and setnobu2008-05-171-0/+10
* * test/ruby/test_eval.rb (test_define_method_block): new testnobu2008-05-171-0/+13
* * file.c (rb_file_s_extname): first dot is not an extension name.nobu2008-05-171-0/+11
* * test/ruby/test_module.rb (assert_method_defined?): added.nobu2008-05-161-6/+52
* * math.c (to_flo): rb_Float() accepts even strings for input.matz2008-05-161-1/+1
* * test/ruby/test_string.rb: add tests to achieve over 90% testmame2008-05-154-5/+277
* * string.c (tr_find): String#delete returned wrong result when multiplemame2008-05-151-0/+4