aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_yield_setup_block_args): splat singlenobu2011-12-121-1/+1
* * bignum.c (big_rshift), compile.c (validate_label,nobu2011-12-051-2/+1
* * vm_insnhelper.c (vm_call_cfunc): adding back useless hack. For sometenderlove2011-10-271-0/+4
* fix typoskazu2011-10-061-1/+1
* * vm_eval.c (make_no_method_execption): extract fromnobu2011-10-061-1/+11
* * vm_insnhelper.c (vm_call_cfunc): remove useless hack.naruse2011-10-051-4/+0
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-3/+3
* * vm_insnhelper.c (vm_call_cfunc): suppress a warning. note thatnobu2011-09-211-1/+1
* Avoid cfp consistency error by LLVM.naruse2011-09-201-1/+5
* * vm_insnhelper.c (vm_get_cvar_base): reduce duplicated checks andnobu2011-09-201-5/+8
* * 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