summaryrefslogtreecommitdiffstats
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
* merges r24659 from trunk into ruby_1_9_1.yugui2009-10-281-1/+1
* merges r24530 from trunk into ruby_1_9_1.yugui2009-10-251-4/+17
* merges r24511 from trunk into ruby_1_9_1.yugui2009-10-251-0/+1
* merges r24148 from trunk into ruby_1_9_1.yugui2009-07-171-5/+0
* merges r23815 from trunk into ruby_1_9_1.yugui2009-06-241-1/+1
* merges r23472 from trunk into ruby_1_9_1.yugui2009-05-221-4/+5
* merges r21660 from trunk into ruby_1_9_1.yugui2009-01-281-1/+1
* merges r21659 from trunk into ruby_1_9_1.yugui2009-01-281-30/+30
* merges r21653 from trunk into ruby_1_9_1.yugui2009-01-281-1/+3
* merges r21651 from trunk into ruby_1_9_1.yugui2009-01-281-3/+2
* merges r21536 from trunk into ruby_1_9_1.yugui2009-01-151-0/+8
* merges r21163 from trunk into ruby_1_9_1.yugui2008-12-301-0/+6
* merges r21079 from trunk into ruby_1_9_1.yugui2008-12-271-3/+38
* merges r20980 from trunk into ruby_1_9_1.yugui2008-12-251-11/+13
* merges r20969 from trunk into ruby_1_9_1.yugui2008-12-251-13/+12
* merges r20742 from trunk into ruby_1_9_1.yugui2008-12-171-1/+1
* merges r20593 from trunk into ruby_1_9_1.yugui2008-12-131-5/+5
* merges r20535 from trunk into ruby_1_9_1.yugui2008-12-051-2/+1
* merges r20291 from trunk into ruby_1_9_1.yugui2008-11-221-1/+1
* * vm.c, vm_insnhelper.h (ruby_vm_redefined_flag): apply optimizationko12008-10-121-3/+3
* * vm.c (vm_jump_tag_but_local_jump): exc is not used if val is nil.nobu2008-09-261-1/+1
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-1/+0
* * include/ruby/node.h, vm_core.h: move definition ofko12008-09-231-0/+1
* * common.mk: clean upko12008-09-231-47/+26
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-151-2/+5
* * vm.c (rb_mRubyVMFrozenCore): registered for GC.akr2008-09-081-0/+1
* * vm.c (thread_recycle_stack_slot, thread_recycle_stack_count):ko12008-09-041-2/+2
* * vm.c (rb_vm_mark): commit miss.nobu2008-09-041-0/+2
* * vm_core.h (struct rb_vm_struct): replaced signal staff with trapnobu2008-09-041-0/+5
* * proc.c (proc_new): use the given class.nobu2008-08-201-9/+11
* * vm.c (Init_VM): get rid of SEGV in a trace proc.nobu2008-08-151-1/+1
* * vm.c (REWIND_CFP): get rid of statement expressions.nobu2008-08-141-1/+1
* * vm.c (Init_VM): hide FrozenCore.nobu2008-08-141-8/+13
* * vm.c: rewind cfp to show proper backtrace.ko12008-08-131-42/+56
* * vm.c, vm_insnhelper.c (vm_define_method): moveko12008-08-121-0/+40
* * vm.c (Init_BareVM): check failure of malloc().mame2008-08-011-0/+4
* * vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct inmame2008-07-271-2/+1
* * include/ruby/ruby.h: add a type T_DEFERRED.ko12008-07-271-0/+1
* * vm.c (vm_invoke_proc): skip setting safe_level ifko12008-07-251-1/+3
* * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.cnobu2008-07-101-1/+2
* * thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame2008-07-081-6/+0
* * vm.c (rb_vm_mark): mark the last element of special_exceptions.mame2008-07-081-1/+1
* * include/ruby/intern.h: remove prototypes about coverage.mame2008-07-031-0/+6
* * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame2008-07-031-0/+1
* * proc.c, vm.c: fix to refer next ruby level cfp to make binding.ko12008-07-011-1/+1
* * compile.c, vm.c, insns.def: call FrozenCore.set_postexe methodko12008-07-011-0/+23
* * compile.c, insns.def, vm.c, vm_core.h: remove some insnsko12008-07-011-1/+51
* * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class nameko12008-06-291-12/+12
* * vm.c (vm_eval_body): if thrown exception is frozen, reraise it tonobu2008-06-271-0/+1
* * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return"ko12008-06-171-2/+2