summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2010-01-31* vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]mame
2010-01-24* eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko1
2009-12-03* compile.c (compile_cpath, iseq_compile_each): revertedshugo
2009-11-17* insns.def (opt_case_dispatch): runtime value cannot be used asnobu
2009-11-16* vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo
2009-11-07* vm_insnhelper.c (vm_push_frame): get rid of out-of-boundsnobu
2009-11-07* vm_insnhelper.c (VM_CALLEE_SETUP_ARG): revert r25521.matz
2009-11-07* vm_insnhelper.c (vm_push_frame): add CHECK_STACK_OVERFLOW.matz
2009-10-28* vm_insnhelper.c (vm_setup_method): should push call frame beforematz
2009-09-28git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu
2009-09-12* vm_core.h: change members of iseq_inline_cache_entry.ko1
2009-09-06* vm_insnhelper.c: rename macro name ENABLE_IC_FOR_IVARko1
2009-09-06* insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar):ko1
2009-08-28* method.h (rb_method_definition_t): split from rb_method_entry_tnobu
2009-08-18* vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.wanabe
2009-08-15* vm_insnhelper.c (opt_eq_func): fix optimization bug. This issueko1
2009-08-13* insns.def (opt_case_dispatch): suppressed a warning.nobu
2009-08-12* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: checkko1
2009-08-10* gc.c: reject unused longlife gc.nari
2009-07-30* vm_insnhelper.c (vm_call_cfunc): let set_trace_func use called_idmame
2009-07-28* vm_core.h, vm_insnhelper.c (vm_call_method): reviveko1
2009-07-26* vm_insnhelper.c (vm_call_method): __send__ can call protectednobu
2009-07-26* vm_insnhelper.c (vm_call_method): fixed indent.nobu
2009-07-22 * method.h : Commas at end of enum list not allowed as of C89shyouhei
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-13* vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko1
2009-07-13* insns.def, vm_insnhelper.c (getinstancevariable):ko1
2009-07-10* vm_insnhelper.c (vm_search_superclass): checks for implicitnobu
2009-07-04* vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu
2009-06-24* vm_insnhelper.c (vm_setup_method): fixed format spec.nobu
2009-05-20* include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long tonobu
2009-05-20* vm_eval.c, vm_insnhelper.c: argument number is restricted tonobu
2009-05-16* iseq.c (rb_iseq_clone): use longlife object and insert write barrier.nari
2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari
2009-03-12* vm.c (rb_vm_get_sourceline), vm_insnhelper.c (vm_throw): usenobu
2009-02-22stripped trailing spaces.nobu
2009-02-22* vm_eval.c (method_missing): should not pop cfp if missing methodnobu
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