summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2009-01-31* variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const):nobu
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
2008-12-27* vm_insnhelper.c (vm_yield_with_cfunc): rename parameter nameko1
2008-12-27* vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko1
2008-12-25* vm_insnhelper.c (vm_method_search): fix control flow bug.ko1
2008-12-25* vm_insnhelper.c (vm_method_search): return rb_cObject if there is noko1
2008-12-25* vm_insnhelper.c (vm_yield_with_cfunc): check block has Proc.ko1
2008-12-24* vm.c (invoke_block_from_c): fix to point right cfp.ko1
2008-12-24* vm_insnhelper.c (vm_call_method): use class of method definedko1
2008-12-15* vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp fromnobu
2008-12-09* vm_insnhelper.c (check_cfunc): use function pointer.nobu
2008-11-14* README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: updatemame
2008-10-27* vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.yugui
2008-10-22* vm_insnhelper.c (vm_yield_setup_args): should not drop argumentsnobu
2008-09-23* common.mk: clean upko1
2008-09-03 * vm_insnhelper.c (vm_method_missing): C99.usa
2008-09-02* vm_insnhelper.c (vm_method_missing): copy arguments to allocatedmame
2008-08-29* vm_insnhelper.c (vm_call_method): copy arguments to allocatedko1
2008-08-28* vm_insnhelper.c (vm_yield_setup_args): object with to_ary shouldmatz
2008-08-20* proc.c (proc_new): use the given class.nobu
2008-08-13* vm_insnhelper.c (caller_setup_args): should ensure if the valuematz
2008-08-12* vm.c, vm_insnhelper.c (vm_define_method): moveko1
2008-08-08* vm_insnhelper.c (opt_eq_func): large function to make inline.nobu
2008-06-19* vm_insnhelper.c (vm_throw): fix "return" process from "lambda".ko1
2008-06-17* vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"ko1
2008-06-10* vm.c, eval_intern.h (PASS_PASSED_BLOCK):ko1
2008-06-10* include/ruby/intern.h, proc.c: revert rb_proc_call() andko1
2008-06-09* include/ruby/ruby.h, vm_core.h: add a type rb_blockptr.mame
2008-06-08* vm_insnhelper.c, vm.c, proc.c : revert r17021. [ruby-dev:34997]wanabe
2008-06-08* vm_insnhelper.c, vm.c, proc.c (proc_call): allow call method withwanabe
2008-06-08* vm_insnhelper.c (vm_throw): regard break as return in lambda.wanabe
2008-06-06* vm_insnhelper.c (vm_callee_setup_arg): check simple flag beforeko1
2008-05-24* eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko1
2008-05-24* compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): removemame
2008-05-22* eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko1
2008-05-22* eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".ko1
2008-05-21* insns.def, vm_insnhelper.c: specify "const".ko1
2008-05-19* eval.c, vm_insnhelper.c: fix cref in instance_evalko1
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-05-05* compile.c (compile_cpath): use Qundef to denote cbase lookup.matz
2008-04-22* vm_insnhelper.c (vm_get_ev_const): search from the base klass if itnobu
2008-04-03* insns.def (defineclass): check if cbase is a class or a module.nobu
2008-01-17* vm_insnhelper.c: math.h for isnan.nobu
2008-01-17* vm_insnhelper.c (vm_call_method): check argument number tonobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2008-01-05* vm_insnhelper.c (vm_callee_setup_arg): it is not inlinable becauseakr
2007-12-20* common.mk, *.ci: renamed to *.c.ko1