summaryrefslogtreecommitdiff
path: root/bootstraptest/test_syntax.rb
AgeCommit message (Expand)Author
2008-01-31test updated for empty symbolsmatz
2008-01-27* parse.y (value_expr_gen): reverted r12880. [ruby-dev:33388]nobu
2008-01-26* compile.c (iseq_compile_each): validate argument expr of "next"ko1
2008-01-25* compile.c, compile.h: fix stack pointer issues.ko1
2007-12-25* compile.c (iseq_compile_each): fix stack consistency errorko1
2007-12-25* compile.c (iseq_compile_each): fix stack consistency error.ko1
2007-12-24* compile.c (iseq_compile_each): fix stack consistency bug.ko1
2007-12-24* compile.c (iseq_compile_each): add a "pop" insn after breakko1
2007-12-21illegal -> invalid.akr
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-18* compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:ko1
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-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
2007-08-16* compile.c (iseq_compile_each): fix next/redo stack consistency.ko1
2007-08-12* compile.c (iseq_peephole_optimize): fix peephole optimizationko1
2007-08-06* parse.y (value_expr_gen): fix to cause "void value expression"ko1
2007-07-20* parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummynobu
2007-07-20* bootstraptest/test_syntax.rb: SEGV tests for syntax.nobu
2007-06-27* bootstraptest/runner.rb: fix to show file name.ko1