summaryrefslogtreecommitdiffstats
path: root/vm_eval.c
Commit message (Expand)AuthorAgeFilesLines
...
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-191-2/+2
* * iseq.c:ko12009-01-191-2/+1
* * eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.cko12009-01-191-0/+58
* * vm_eval.c (rb_f_loop): return enumerator if no block given.matz2008-12-271-1/+2
* * vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko12008-12-271-4/+4
* * vm_insnhelper.c (vm_call_method): use class of method definedko12008-12-241-1/+1
* * vm_eval.c (vm_call0): NODE_ZSUPER supported. [ruby-core:20480]nobu2008-12-151-0/+11
* * vm_eval.c (vm_call_super): uses method_missing().nobu2008-12-151-26/+20
* * compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu2008-12-091-1/+1
* * vm_eval.c (Init_vm_eval): define module_eval, class_eval and evalakr2008-09-251-0/+3
* * common.mk: clean upko12008-09-231-9/+3
* * vm_eval.c (vm_call_super): fixed typo, and get rid of too largenobu2008-08-041-2/+11
* * Add coverage measurement constant COVERAGE__. This constant is notmame2008-07-011-0/+5
* * vm_eval.c (vm_call_super): fix to call method_missing.ko12008-06-261-4/+6
* * vm_eval.c (eval_string_with_cref): preserve parse_in_eval even ifmame2008-06-241-0/+3
* * vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko12008-06-101-7/+15
* * suppress warnings with -Wwrite-string.nobu2008-05-311-3/+3
* * vm_eval.c: set properties.nobu2008-05-251-1319/+1319
* * vm_eval.c: added. Some codes are moved from "eval.c"ko12008-05-241-0/+1319