summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2007-12-20* insnhelper.ci, vm.c, vm_core.h: change interface ofko1
2007-12-20* insnhelper.ci (vm_expandarray): fix sp increase place.ko1
2007-12-20* bootstraptest/test_syntax.rb: add a test.ko1
2007-12-19* compile.c (iseq_compile_each): add pop after throw as return.ko1
2007-12-19* compile.c (iseq_compile_each): should handle upper level eval iseqnobu
2007-12-19* bootstraptest/test_m17n.rb: set properties.nobu
2007-12-19* compile.c (iseq_compile_each): remove "retry" in block.ko1
2007-12-19* bootstraptest/test_knownbug.rb, test_block.rb:ko1
2007-12-19* eval.c (errinfo_place): skip if error is Fixnum. [ruby-dev:32608]ko1
2007-12-18* compile.c (iseq_compile_each): fix for segfault. [ruby-dev:31372]nobu
2007-12-18* compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:ko1
2007-12-18* bootstraptest/test_knownbug.rb: add issues.ko1
2007-12-18more tests.akr
2007-12-17more tests.akr
2007-12-17* string.c (rb_str_index): check if substring is broken.matz
2007-12-16more tests.akr
2007-12-15add test for [ruby-dev:32608].akr
2007-12-15use Enumerator for reproduce [ruby-dev:32604].akr
2007-12-14add test for [ruby-dev:32604].akr
2007-12-13* string.c (rb_str_succ): should not enter infinite loop formatz
2007-12-13* string.c (str_gsub): should copy encoding to the result.matz
2007-12-13add test for [ruby-dev:32567].akr
2007-12-10"// =~ :a" abort.akr
2007-12-10* eval.c (rb_f_public_send): rename invoke_method to public_send.matz
2007-12-09* parse.y (parser_yylex): wrong token was generated. [ruby-dev:32498]matz
2007-12-09* string.c (tr_find): returns true if no characters to be removed isnobu
2007-12-09* string.c (tr_trans): get rid of segfaults when has mulitbytes butnobu
2007-12-09fix added test.akr
2007-12-09more tests.akr
2007-12-09more tests.akr
2007-12-08fix previous commit.akr
2007-12-08add a test for casecmp with sjis string.akr
2007-12-08add a test for concatinating euc-jp and ascii-8bit string.akr
2007-12-07add test for [ruby-dev:32452].akr
2007-12-06reproduce segv.akr
2007-12-06use \xf0 instead of \xfd for valid first byte of a UTF-8 character.akr
2007-12-06* bootstraptest/test_knownbug.rb: new test for block andnobu
2007-12-06* bootstraptest/test_knownbug.rb: test for [ruby-talk:266422].nobu
2007-12-04add a test for [ruby-dev:32448].akr
2007-12-02add ML ref.akr
2007-12-02eval("\"\xfd".force_encoding("utf-8")) generates garbage in error message.akr
2007-12-01add a test for [ruby-dev:32404].akr
2007-12-01* bootstraptest/test_knownbug.rb: move fixed bugs.ko1
2007-12-01* insns.def (concatarray, splatarray): use to_a instead ofmatz
2007-12-01* insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko1
2007-11-30* ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault.matz
2007-11-27longer timeout.akr
2007-11-27* compile.c (iseq_compile_each): "when *[],1" dumps core.ko1
2007-11-27* compile.c (iseq_compile_each): "a[*b] += 1" dumps core.ko1
2007-11-27* compile.c, insns.def: change return value of "defined?"ko1