summaryrefslogtreecommitdiff
path: root/vm_eval.c
AgeCommit message (Expand)Author
2009-01-19* vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko1
2009-01-19* vm.c: add a prefix "rb_" to exposed functionsko1
2009-01-19* iseq.c:ko1
2009-01-19* eval.c, vm_eval.c (rb_f_local_variables): move definition from eval.cko1
2008-12-27* vm_eval.c (rb_f_loop): return enumerator if no block given.matz
2008-12-27* vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko1
2008-12-24* vm_insnhelper.c (vm_call_method): use class of method definedko1
2008-12-15* vm_eval.c (vm_call0): NODE_ZSUPER supported. [ruby-core:20480]nobu
2008-12-15* vm_eval.c (vm_call_super): uses method_missing().nobu
2008-12-09* compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu
2008-09-25* vm_eval.c (Init_vm_eval): define module_eval, class_eval and evalakr
2008-09-23* common.mk: clean upko1
2008-08-04* vm_eval.c (vm_call_super): fixed typo, and get rid of too largenobu
2008-07-01* Add coverage measurement constant COVERAGE__. This constant is notmame
2008-06-26* vm_eval.c (vm_call_super): fix to call method_missing.ko1
2008-06-24* vm_eval.c (eval_string_with_cref): preserve parse_in_eval even ifmame
2008-06-10* vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko1
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-25* vm_eval.c: set properties.nobu
2008-05-24* vm_eval.c: added. Some codes are moved from "eval.c"ko1