summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
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
2007-07-03* compile.c (compile_massign): fix massign compilationko1
2007-06-27* bootstraptest/runner.rb: fix to untouch $:.ko1
2007-06-27* bootstraptest/runner.rb: fix to show file name.ko1
2007-06-26* compile.c (compile_massign), insns.def (expandarray): supportko1
2007-06-24* insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception.ko1
2007-06-24* vm.c (callee_setup_arg): added. support correct post arg.ko1
2007-06-24* bootstraptest/runner.rb: set default directory toko1
2007-02-25* bootstraptest/runner.rb: show source code in error message.aamine