aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:ko12007-12-181-0/+15
* * bootstraptest/test_knownbug.rb: add issues.ko12007-12-181-0/+17
* more tests.akr2007-12-181-0/+6
* more tests.akr2007-12-171-0/+7
* * string.c (rb_str_index): check if substring is broken.matz2007-12-171-4/+4
* more tests.akr2007-12-161-0/+61
* add test for [ruby-dev:32608].akr2007-12-151-0/+17
* use Enumerator for reproduce [ruby-dev:32604].akr2007-12-151-3/+2
* add test for [ruby-dev:32604].akr2007-12-141-0/+8
* * string.c (rb_str_succ): should not enter infinite loop formatz2007-12-131-2/+2
* * string.c (str_gsub): should copy encoding to the result.matz2007-12-131-1/+1
* add test for [ruby-dev:32567].akr2007-12-131-0/+10
* "// =~ :a" abort.akr2007-12-101-0/+2
* * eval.c (rb_f_public_send): rename invoke_method to public_send.matz2007-12-101-3/+3
* * parse.y (parser_yylex): wrong token was generated. [ruby-dev:32498]matz2007-12-091-3/+3
* * string.c (tr_find): returns true if no characters to be removed isnobu2007-12-091-6/+1
* * string.c (tr_trans): get rid of segfaults when has mulitbytes butnobu2007-12-091-8/+0
* fix added test.akr2007-12-091-1/+1
* more tests.akr2007-12-091-0/+49
* more tests.akr2007-12-091-0/+58
* fix previous commit.akr2007-12-081-1/+1
* add a test for casecmp with sjis string.akr2007-12-081-0/+7
* add a test for concatinating euc-jp and ascii-8bit string.akr2007-12-081-0/+9
* add test for [ruby-dev:32452].akr2007-12-071-0/+13
* reproduce segv.akr2007-12-061-1/+1
* use \xf0 instead of \xfd for valid first byte of a UTF-8 character.akr2007-12-061-1/+1
* * bootstraptest/test_knownbug.rb: new test for block andnobu2007-12-062-8/+19
* * bootstraptest/test_knownbug.rb: test for [ruby-talk:266422].nobu2007-12-061-0/+9
* add a test for [ruby-dev:32448].akr2007-12-041-0/+4
* add ML ref.akr2007-12-021-1/+1
* eval("\"\xfd".force_encoding("utf-8")) generates garbage in error message.akr2007-12-021-0/+5
* add a test for [ruby-dev:32404].akr2007-12-011-0/+6
* * bootstraptest/test_knownbug.rb: move fixed bugs.ko12007-12-011-14/+0
* * insns.def (concatarray, splatarray): use to_a instead ofmatz2007-12-011-2/+2
* * insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko12007-12-012-14/+13
* * ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault.matz2007-11-301-0/+1
* longer timeout.akr2007-11-271-1/+1
* * compile.c (iseq_compile_each): "when *[],1" dumps core.ko12007-11-271-0/+12
* * compile.c (iseq_compile_each): "a[*b] += 1" dumps core.ko12007-11-271-0/+4
* * compile.c, insns.def: change return value of "defined?"ko12007-11-271-1/+1
* * eval.c (rb_method_missing): fix stack trace.ko12007-11-272-17/+5
* * insns.def, compile.c: fix to allow dsym for alias/undef.ko12007-11-271-0/+22
* more tests.akr2007-11-261-0/+4
* * bootstraptest/test_{io,marshal}.rb, lib/rubygems/require_paths_builder.rb t...nobu2007-11-262-14/+14
* add a test for [ruby-dev:32351].akr2007-11-241-0/+3
* * bootstraptest/test_knownbug.rb: move solved tests.ko12007-11-234-46/+35
* previous change refined.akr2007-11-221-2/+1
* add test for [ruby-dev:32329].akr2007-11-221-0/+21
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-042-8/+6
* add test for Regexp.new("\0").akr2007-11-041-0/+4