| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_insnhelper.c (vm_throw): fix "return" process from "lambda". | ko1 | 2008-06-19 | 1 | -16/+18 |
* | * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return" | ko1 | 2008-06-17 | 1 | -12/+16 |
* | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 | 2008-06-10 | 1 | -28/+16 |
* | * include/ruby/intern.h, proc.c: revert rb_proc_call() and | ko1 | 2008-06-10 | 1 | -3/+9 |
* | * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr. | mame | 2008-06-09 | 1 | -3/+4 |
* | * vm_insnhelper.c, vm.c, proc.c : revert r17021. [ruby-dev:34997] | wanabe | 2008-06-08 | 1 | -12/+3 |
* | * vm_insnhelper.c, vm.c, proc.c (proc_call): allow call method with | wanabe | 2008-06-08 | 1 | -3/+12 |
* | * vm_insnhelper.c (vm_throw): regard break as return in lambda. | wanabe | 2008-06-08 | 1 | -1/+2 |
* | * vm_insnhelper.c (vm_callee_setup_arg): check simple flag before | ko1 | 2008-06-06 | 1 | -80/+84 |
* | * eval_method.c: renamed from vm_method.c. "vm_method.c" is included | ko1 | 2008-05-24 | 1 | -5/+5 |
* | * compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): remove | mame | 2008-05-24 | 1 | -6/+1 |
* | * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h, | ko1 | 2008-05-22 | 1 | -56/+47 |
* | * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const". | ko1 | 2008-05-22 | 1 | -1/+1 |
* | * insns.def, vm_insnhelper.c: specify "const". | ko1 | 2008-05-21 | 1 | -81/+96 |
* | * eval.c, vm_insnhelper.c: fix cref in instance_eval | ko1 | 2008-05-19 | 1 | -34/+38 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 1 | -62/+47 |
* | * compile.c (compile_cpath): use Qundef to denote cbase lookup. | matz | 2008-05-05 | 1 | -1/+1 |
* | * vm_insnhelper.c (vm_get_ev_const): search from the base klass if it | nobu | 2008-04-22 | 1 | -2/+2 |
* | * insns.def (defineclass): check if cbase is a class or a module. | nobu | 2008-04-03 | 1 | -8/+14 |
* | * vm_insnhelper.c: math.h for isnan. | nobu | 2008-01-17 | 1 | -0/+2 |
* | * vm_insnhelper.c (vm_call_method): check argument number to | nobu | 2008-01-17 | 1 | -27/+31 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * vm_insnhelper.c (vm_callee_setup_arg): it is not inlinable because | akr | 2008-01-05 | 1 | -1/+1 |
* | * common.mk, *.ci: renamed to *.c. | ko1 | 2007-12-20 | 1 | -0/+1455 |