summaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
...
* * vm_insnhelper.c (vm_yield_setup_args): should not drop argumentsnobu2008-10-221-2/+3
* * common.mk: clean upko12008-09-231-2/+30
* * vm_insnhelper.c (vm_method_missing): C99.usa2008-09-031-1/+1
* * vm_insnhelper.c (vm_method_missing): copy arguments to allocatedmame2008-09-021-2/+3
* * vm_insnhelper.c (vm_call_method): copy arguments to allocatedko12008-08-291-2/+3
* * vm_insnhelper.c (vm_yield_setup_args): object with to_ary shouldmatz2008-08-281-2/+2
* * proc.c (proc_new): use the given class.nobu2008-08-201-2/+2
* * vm_insnhelper.c (caller_setup_args): should ensure if the valuematz2008-08-131-1/+1
* * vm.c, vm_insnhelper.c (vm_define_method): moveko12008-08-121-40/+0
* * vm_insnhelper.c (opt_eq_func): large function to make inline.nobu2008-08-081-1/+5
* * vm_insnhelper.c (vm_throw): fix "return" process from "lambda".ko12008-06-191-16/+18
* * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"ko12008-06-171-12/+16
* * vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko12008-06-101-28/+16
* * include/ruby/intern.h, proc.c: revert rb_proc_call() andko12008-06-101-3/+9
* * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame2008-06-091-3/+4
* * vm_insnhelper.c, vm.c, proc.c : revert r17021. [ruby-dev:34997]wanabe2008-06-081-12/+3
* * vm_insnhelper.c, vm.c, proc.c (proc_call): allow call method withwanabe2008-06-081-3/+12
* * vm_insnhelper.c (vm_throw): regard break as return in lambda.wanabe2008-06-081-1/+2
* * vm_insnhelper.c (vm_callee_setup_arg): check simple flag beforeko12008-06-061-80/+84
* * eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko12008-05-241-5/+5
* * compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): removemame2008-05-241-6/+1
* * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko12008-05-221-56/+47
* * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".ko12008-05-221-1/+1
* * insns.def, vm_insnhelper.c: specify "const".ko12008-05-211-81/+96
* * eval.c, vm_insnhelper.c: fix cref in instance_evalko12008-05-191-34/+38
* * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko12008-05-191-62/+47
* * compile.c (compile_cpath): use Qundef to denote cbase lookup.matz2008-05-051-1/+1
* * vm_insnhelper.c (vm_get_ev_const): search from the base klass if itnobu2008-04-221-2/+2
* * insns.def (defineclass): check if cbase is a class or a module.nobu2008-04-031-8/+14
* * vm_insnhelper.c: math.h for isnan.nobu2008-01-171-0/+2
* * vm_insnhelper.c (vm_call_method): check argument number tonobu2008-01-171-27/+31
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * vm_insnhelper.c (vm_callee_setup_arg): it is not inlinable becauseakr2008-01-051-1/+1
* * common.mk, *.ci: renamed to *.c.ko12007-12-201-0/+1455