aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_search_const_defined_class): searchnobu2011-09-021-7/+10
* * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu2011-09-011-0/+10
* * Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi2011-08-311-1/+2
* * vm_insnhelper.c (vm_call_cfunc): revert r33112. RB_GC_GUARD macrousa2011-08-301-2/+1
* Use RB_GC_GUARD.naruse2011-08-291-1/+2
* * Revert r33078. It caused a Rails application NoMethodError.nahi2011-08-271-2/+1
* * variable.c: Make autoload thread-safe. See #921.nahi2011-08-261-1/+2
* * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:ko12011-08-241-3/+3
* * iseq.h, iseq.c, compile.c: Change the line number data structureko12011-08-241-2/+2
* * vm_insnhelper.c (vm_call_cfunc): added volatile for a workaroundkosaki2011-07-221-1/+1
* * vm_insnhelper.c (vm_throw): check a class frame.ko12011-07-101-0/+8
* * vm_insnhelper.c (vm_getivar): check vm state versionko12011-06-301-2/+6
* * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return eventko12011-06-301-1/+5
* * vm_insnhelper.c (vm_search_superclass): avoid control framenagachika2011-06-251-0/+5
* * cont.c (cont_capture): add volatile.naruse2011-06-221-2/+2
* * method.h, internal.h iseq.h: declare internal functions.akr2011-06-181-1/+0
* * thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse.kosaki2011-06-161-2/+2
* * internal.h: add for internal use only.nobu2011-05-181-0/+1
* * 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