aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
* * insns.def, iseq.c, vm_insnhelper.c: rename variable nameko12010-10-141-8/+8
* * compile.c (iseq_build_body), error.c (set_syserr, get_syserr),nobu2010-10-121-1/+3
* * insns.def (opt_case_dispatch), vm_insnhelper.c:ko12010-09-271-19/+0
* * string.c (sym_call), vm.c (invoke_block_from_c),nobu2010-09-241-0/+3
* * vm_insnhelper.c (vm_get_cref0): cref is stacked only in normalnobu2010-09-231-0/+1
* * vm_insnhelper.c (vm_cref_push): no outer cref is needed for procnobu2010-09-231-9/+11
* * vm_insnhelper.c (vm_push_frame): initialize block_iseq. a patchnobu2010-08-181-0/+1
* * eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu2010-07-141-1/+1
* * removed trailing spaces.nobu2010-05-291-2/+2
* * insns.def (invokesuper): check consistency between class of self andmame2010-05-271-0/+5
* * vm_insnhelper.c (vm_invoke_block): iseq_t.type is VALUE.nobu2010-05-131-1/+1
* * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame2010-05-091-2/+15
* * vm_insnhelper.c (vm_call_bmethod): removed unused variable.nobu2010-05-081-1/+0
* * vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko12010-05-051-1/+2
* * vm_insnhelper.c (argument_error): removed unused variable.nobu2010-05-041-1/+0
* * vm_insnhelper.c (argument_error): never return.nobu2010-05-041-0/+1
* * vm_insnhelper.c (argument_error): push correct backtrace.ko12010-05-041-7/+30
* * proc.c (rb_method_location): return attr's location if it is setup.wanabe2010-03-221-2/+2
* * vm_insnhelper.c (vm_call_cfunc): removed unused variable.nobu2010-02-171-1/+0
* * vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]mame2010-01-311-1/+1
* * eval.c, vm.c, vm_eval.c, vm_insnhelper.c: fix issues aboutko12010-01-241-28/+14
* * compile.c (compile_cpath, iseq_compile_each): revertedshugo2009-12-031-8/+35
* * insns.def (opt_case_dispatch): runtime value cannot be used asnobu2009-11-171-2/+2
* * vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo2009-11-161-1/+1
* * vm_insnhelper.c (vm_push_frame): get rid of out-of-boundsnobu2009-11-071-1/+3
* * vm_insnhelper.c (VM_CALLEE_SETUP_ARG): revert r25521.matz2009-11-071-21/+10
* * vm_insnhelper.c (vm_push_frame): add CHECK_STACK_OVERFLOW.matz2009-11-071-1/+3
* * vm_insnhelper.c (vm_setup_method): should push call frame beforematz2009-10-281-10/+21
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz2009-09-281-0/+8
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-7/+7
* * vm_core.h: change members of iseq_inline_cache_entry.ko12009-09-121-6/+6
* * vm_insnhelper.c: rename macro name ENABLE_IC_FOR_IVARko12009-09-061-4/+4
* * insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar):ko12009-09-061-2/+48
* * method.h (rb_method_definition_t): split from rb_method_entry_tnobu2009-08-281-15/+14
* * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.wanabe2009-08-181-1/+1
* * vm_insnhelper.c (opt_eq_func): fix optimization bug. This issueko12009-08-151-23/+12
* * insns.def (opt_case_dispatch): suppressed a warning.nobu2009-08-131-1/+3
* * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: checkko12009-08-121-0/+18
* * gc.c: reject unused longlife gc.nari2009-08-101-2/+2
* * vm_insnhelper.c (vm_call_cfunc): let set_trace_func use called_idmame2009-07-301-1/+1
* * vm_core.h, vm_insnhelper.c (vm_call_method): reviveko12009-07-281-4/+2
* * vm_insnhelper.c (vm_call_method): __send__ can call protectednobu2009-07-261-1/+3
* * vm_insnhelper.c (vm_call_method): fixed indent.nobu2009-07-261-37/+36
* * method.h : Commas at end of enum list not allowed as of C89shyouhei2009-07-221-0/+2
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-114/+122
* * vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko12009-07-131-5/+5
* * insns.def, vm_insnhelper.c (getinstancevariable):ko12009-07-131-0/+47
* * vm_insnhelper.c (vm_search_superclass): checks for implicitnobu2009-07-101-7/+17
* * vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu2009-07-041-2/+6
* * vm_insnhelper.c (vm_setup_method): fixed format spec.nobu2009-06-241-1/+1