aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
* * 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