summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2010-12-20* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-18* compile.c (setup_args), vm.c (invoke_block_from_c),nobu
2010-12-15* iseq.c (set_relation), vm_insnhelper.c (vm_cref_push): nd_filenobu
2010-12-03* vm_insnhelper.c (vm_call_method): revert r30064 and r30071,nobu
2010-12-03* vm_insnhelper.c (vm_call_method): protected methods should benobu
2010-12-03* vm_insnhelper.c (vm_call_method): protected singleton methods shouldnobu
2010-11-16* vm_insnhelper.c (vm_throw): remove fear of undefined behavior :-)mame
2010-10-26* class.c, constant.h, gc.c, method.h, object.c, variable.c,mame
2010-10-26* class.c, gc.c, object.c, variable.c, vm_insnhelper.c,mame
2010-10-24* array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu
2010-10-19Commit miss.nobu
2010-10-19* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu
2010-10-14* insns.def, iseq.c, vm_insnhelper.c: rename variable nameko1
2010-10-12* compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu
2010-09-27* insns.def (opt_case_dispatch), vm_insnhelper.c:ko1
2010-09-24* string.c (sym_call), vm.c (invoke_block_from_c),nobu
2010-09-23* vm_insnhelper.c (vm_get_cref0): cref is stacked only in normalnobu
2010-09-23* vm_insnhelper.c (vm_cref_push): no outer cref is needed for procnobu
2010-08-18* vm_insnhelper.c (vm_push_frame): initialize block_iseq. a patchnobu
2010-07-14* eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu
2010-05-29* removed trailing spaces.nobu
2010-05-27* insns.def (invokesuper): check consistency between class of self andmame
2010-05-13* vm_insnhelper.c (vm_invoke_block): iseq_t.type is VALUE.nobu
2010-05-09* compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame
2010-05-08* vm_insnhelper.c (vm_call_bmethod): removed unused variable.nobu
2010-05-05* vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko1
2010-05-04* vm_insnhelper.c (argument_error): removed unused variable.nobu
2010-05-04* vm_insnhelper.c (argument_error): never return.nobu
2010-05-04* vm_insnhelper.c (argument_error): push correct backtrace.ko1
2010-03-22* proc.c (rb_method_location): return attr's location if it is setup.wanabe
2010-02-17* vm_insnhelper.c (vm_call_cfunc): removed unused variable.nobu
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