summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2007-09-01* test_jump.rb, test_knownbug.rb: seems to be fixed.usa
2007-09-01* bootstraptest/test_knownbug.rb: add new test. [ruby-dev:31698]usa
2007-09-01* eval_jump.ci (rb_f_catch): generate new tag object if no argument ismatz
2007-08-30* parse.y (assignable_gen): ignore already erred names.nobu
2007-08-29add test for [ruby-dev:31609].akr
2007-08-29* parse.y (aref_args): args may not be a list. [ruby-dev:31592]nobu
2007-08-25* insnhelper.ci (vm_call_method): fix to relaxant safe level checkko1
2007-08-25add test for [ruby-dev:31507].akr
2007-08-24* compile.c (compile_massign_opt): fix to skip massign optimizationko1
2007-08-24* eval.c (rb_f_send_bang): abandon the name funcall for privatematz
2007-08-23* compile.c, insns.def, parse.y: fix massign order. This changeko1
2007-08-22test for [ruby-dev:31592].akr
2007-08-22* bootstraptest/test_knownbug.rb:ko1
2007-08-22* bootstraptest/test_knwonbug.rb: added. This file will containko1
2007-08-22* bootstraptest/runner.rb (in_temporary_working_directory):akr
2007-08-22add test for [ruby-dev:31522].akr
2007-08-18* compile.c (iseq_compile_each): fix to allow self.x=ko1
2007-08-18* bootstraptest/test_exception.rb: add escape character ("\") forko1
2007-08-18add test for [ruby-dev:31472].akr
2007-08-18* compile.c (iseq_set_arguments), insnhelper.ciko1
2007-08-17* eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),ko1
2007-08-17* bootstraptest/runner.rb (in_temporary_working_directory): useakr
2007-08-16* compile.c (iseq_set_arguments), insnhelper.ciko1
2007-08-16* compile.c (iseq_compile_each): fix next/redo stack consistency.ko1
2007-08-16add test for [ruby-dev:31437].akr
2007-08-15* parse.y: fix rules around f_margs. "make test" passes all tests.ko1
2007-08-14* bootstraptest/runner.rb (assert_check): don't call newtest.akr
2007-08-14* bootstraptest/runner.rb (assert_check): new method.akr
2007-08-14* proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko1
2007-08-12* thread.c (rb_thread_raise): check if target thread isko1
2007-08-12* compile.c (iseq_peephole_optimize): fix peephole optimizationko1
2007-08-06add a test: def m() yield end; p m {|((*))|}.akr
2007-08-06* parse.y (value_expr_gen): fix to cause "void value expression"ko1
2007-08-06* bootstraptest/runner.rb (assert_equal): add additionalko1
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-07-20* bootstraptest/runner.rb (get_result_string): check $?.coredump? nobu
2007-07-13add test for [ruby-dev:31153].akr
2007-07-13add test for [ruby-dev:31160].akr
2007-07-10* bootstraptest/test_flip.rb: new test for flip-flop operator.nobu
2007-07-07fix typo.akr
2007-07-07* parse.y: fix node construction (around f_margs).ko1
2007-07-07* insnhelper.ci (vm_yield_setup_args), vm.c, insns.def:ko1
2007-07-06* bootstraptest/runner.rb: fix load path.ko1
2007-07-06* bootstraptest/runner.rb: added --quiet option.nobu
2007-07-05* insns.def: remove unused code.ko1
2007-07-05* insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT.ko1
2007-07-03* compile.c (compile_array, iseq_compile_each): fix about arrayko1
2007-07-03* compile.c (compile_array): ignore NODE_ZARRAY.ko1
2007-07-03* compile.c (iseq_compile_each): support v[&b]= type method call.ko1