| Commit message (Expand) | Author | Age | Files | Lines |
* | * compile.c (iseq_compile_each): fix to allow self.x= | ko1 | 2007-08-18 | 1 | -0/+10 |
* | * bootstraptest/test_exception.rb: add escape character ("\") for | ko1 | 2007-08-18 | 1 | -1/+1 |
* | add test for [ruby-dev:31472]. | akr | 2007-08-18 | 1 | -0/+9 |
* | * compile.c (iseq_set_arguments), insnhelper.ci | ko1 | 2007-08-18 | 1 | -0/+9 |
* | * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias), | ko1 | 2007-08-17 | 1 | -0/+44 |
* | * bootstraptest/runner.rb (in_temporary_working_directory): use | akr | 2007-08-17 | 1 | -6/+42 |
* | * compile.c (iseq_set_arguments), insnhelper.ci | ko1 | 2007-08-16 | 1 | -0/+7 |
* | * compile.c (iseq_compile_each): fix next/redo stack consistency. | ko1 | 2007-08-16 | 1 | -15/+78 |
* | add test for [ruby-dev:31437]. | akr | 2007-08-16 | 1 | -0/+7 |
* | * parse.y: fix rules around f_margs. "make test" passes all tests. | ko1 | 2007-08-15 | 1 | -8/+21 |
* | * bootstraptest/runner.rb (assert_check): don't call newtest. | akr | 2007-08-14 | 1 | -1/+2 |
* | * bootstraptest/runner.rb (assert_check): new method. | akr | 2007-08-14 | 2 | -15/+31 |
* | * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: move | ko1 | 2007-08-14 | 1 | -0/+23 |
* | * thread.c (rb_thread_raise): check if target thread is | ko1 | 2007-08-12 | 1 | -0/+14 |
* | * compile.c (iseq_peephole_optimize): fix peephole optimization | ko1 | 2007-08-12 | 1 | -2/+4 |
* | add a test: def m() yield end; p m {|((*))|}. | akr | 2007-08-06 | 1 | -1/+7 |
* | * parse.y (value_expr_gen): fix to cause "void value expression" | ko1 | 2007-08-06 | 1 | -2/+2 |
* | * bootstraptest/runner.rb (assert_equal): add additional | ko1 | 2007-08-06 | 1 | -5/+5 |
* | * parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummy | nobu | 2007-07-20 | 1 | -1/+1 |
* | * bootstraptest/test_syntax.rb: SEGV tests for syntax. | nobu | 2007-07-20 | 1 | -0/+20 |
* | * bootstraptest/runner.rb (get_result_string): check $?.coredump? | nobu | 2007-07-20 | 1 | -2/+8 |
* | add test for [ruby-dev:31153]. | akr | 2007-07-13 | 1 | -0/+9 |
* | add test for [ruby-dev:31160]. | akr | 2007-07-13 | 1 | -0/+8 |
* | * bootstraptest/test_flip.rb: new test for flip-flop operator. | nobu | 2007-07-10 | 1 | -0/+1 |
* | fix typo. | akr | 2007-07-07 | 1 | -1/+1 |
* | * parse.y: fix node construction (around f_margs). | ko1 | 2007-07-07 | 1 | -0/+31 |
* | * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def: | ko1 | 2007-07-07 | 1 | -0/+8 |
* | * bootstraptest/runner.rb: fix load path. | ko1 | 2007-07-06 | 1 | -4/+9 |
* | * bootstraptest/runner.rb: added --quiet option. | nobu | 2007-07-06 | 1 | -5/+13 |
* | * insns.def: remove unused code. | ko1 | 2007-07-05 | 1 | -0/+3 |
* | * insns.def: fix to invoke nil.to_splat on NODE_ARGSCAT. | ko1 | 2007-07-05 | 1 | -0/+2 |
* | * compile.c (compile_array, iseq_compile_each): fix about array | ko1 | 2007-07-03 | 1 | -0/+1 |
* | * compile.c (compile_array): ignore NODE_ZARRAY. | ko1 | 2007-07-03 | 1 | -0/+15 |
* | * compile.c (iseq_compile_each): support v[&b]= type method call. | ko1 | 2007-07-03 | 1 | -0/+19 |
* | * compile.c (compile_massign): fix massign compilation | ko1 | 2007-07-03 | 1 | -0/+3 |
* | * bootstraptest/runner.rb: fix to untouch $:. | ko1 | 2007-06-27 | 1 | -1/+0 |
* | * bootstraptest/runner.rb: fix to show file name. | ko1 | 2007-06-27 | 9 | -0/+2573 |
* | * compile.c (compile_massign), insns.def (expandarray): support | ko1 | 2007-06-26 | 1 | -0/+140 |
* | * insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception. | ko1 | 2007-06-24 | 1 | -0/+27 |
* | * vm.c (callee_setup_arg): added. support correct post arg. | ko1 | 2007-06-24 | 1 | -5/+503 |
* | * bootstraptest/runner.rb: set default directory to | ko1 | 2007-06-24 | 1 | -1/+13 |
* | * bootstraptest/runner.rb: show source code in error message. | aamine | 2007-02-25 | 1 | -5/+20 |
* | * bootstraptest/runner.rb: add lib/ to load path. | aamine | 2007-02-25 | 1 | -4/+3 |
* | * bootstraptest/runner.rb: new option -v,--verbose. | aamine | 2007-02-24 | 1 | -2/+7 |
* | * bootstraptest/test_class.rb: new file. | aamine | 2007-02-24 | 2 | -0/+244 |
* | * bootstraptest/runner.rb: fix syntax error. | aamine | 2007-02-24 | 1 | -1/+1 |
* | * bootstraptest/runner.rb: new option --help. | aamine | 2007-02-24 | 1 | -0/+7 |
* | * bootstraptest: new test suite. | aamine | 2007-02-24 | 3 | -0/+563 |