aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_get_ev_const): should ignore crefs withshugo2011-03-311-1/+6
* * vm_insnhelper.c (vm_get_ev_const): search root cref properly.shugo2011-03-311-7/+7
* * vm_insnhelper.c (vm_get_ev_const): should not autoload innobu2011-03-241-0/+1
* * prevent temporary objects from GC, and should not usenobu2011-02-201-1/+1
* * vm_insnhelper.c (vm_check_if_namespace): guard temporary objectnagachika2011-02-191-1/+3
* * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame2011-01-291-2/+2
* * constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame2011-01-281-4/+4
* * vm_insnhelper.c: parenthesize macro arguments.akr2011-01-131-5/+5
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-201-1/+1
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-181-1/+1
* * iseq.c (set_relation), vm_insnhelper.c (vm_cref_push): nd_filenobu2010-12-151-1/+0
* * vm_insnhelper.c (vm_call_method): revert r30064 and r30071,nobu2010-12-031-1/+4
* * vm_insnhelper.c (vm_call_method): protected methods should benobu2010-12-031-7/+1
* * vm_insnhelper.c (vm_call_method): protected singleton methods shouldnobu2010-12-031-1/+4
* * vm_insnhelper.c (vm_throw): remove fear of undefined behavior :-)mame2010-11-161-1/+1
* * class.c, constant.h, gc.c, method.h, object.c, variable.c,mame2010-10-261-1/+2
* * class.c, gc.c, object.c, variable.c, vm_insnhelper.c,mame2010-10-261-2/+2
* * array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu2010-10-241-3/+2
* Commit miss.nobu2010-10-191-2/+3
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-3/+2
* * 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