| Commit message (Expand) | Author | Age | Files | Lines |
* | merges r21660 from trunk into ruby_1_9_1. | yugui | 2009-01-28 | 1 | -1/+1 |
* | merges r21659 from trunk into ruby_1_9_1. | yugui | 2009-01-28 | 1 | -30/+30 |
* | merges r21653 from trunk into ruby_1_9_1. | yugui | 2009-01-28 | 1 | -1/+3 |
* | merges r21651 from trunk into ruby_1_9_1. | yugui | 2009-01-28 | 1 | -3/+2 |
* | merges r21536 from trunk into ruby_1_9_1. | yugui | 2009-01-15 | 1 | -0/+8 |
* | merges r21163 from trunk into ruby_1_9_1. | yugui | 2008-12-30 | 1 | -0/+6 |
* | merges r21079 from trunk into ruby_1_9_1. | yugui | 2008-12-27 | 1 | -3/+38 |
* | merges r20980 from trunk into ruby_1_9_1. | yugui | 2008-12-25 | 1 | -11/+13 |
* | merges r20969 from trunk into ruby_1_9_1. | yugui | 2008-12-25 | 1 | -13/+12 |
* | merges r20742 from trunk into ruby_1_9_1. | yugui | 2008-12-17 | 1 | -1/+1 |
* | merges r20593 from trunk into ruby_1_9_1. | yugui | 2008-12-13 | 1 | -5/+5 |
* | merges r20535 from trunk into ruby_1_9_1. | yugui | 2008-12-05 | 1 | -2/+1 |
* | merges r20291 from trunk into ruby_1_9_1. | yugui | 2008-11-22 | 1 | -1/+1 |
* | * vm.c, vm_insnhelper.h (ruby_vm_redefined_flag): apply optimization | ko1 | 2008-10-12 | 1 | -3/+3 |
* | * vm.c (vm_jump_tag_but_local_jump): exc is not used if val is nil. | nobu | 2008-09-26 | 1 | -1/+1 |
* | * include/ruby/node.h, node.h: move node.h from include path. | ko1 | 2008-09-23 | 1 | -1/+0 |
* | * include/ruby/node.h, vm_core.h: move definition of | ko1 | 2008-09-23 | 1 | -0/+1 |
* | * common.mk: clean up | ko1 | 2008-09-23 | 1 | -47/+26 |
* | * gc.c, include/ruby/ruby.h: rename rb_register_mark_object() | ko1 | 2008-09-15 | 1 | -2/+5 |
* | * vm.c (rb_mRubyVMFrozenCore): registered for GC. | akr | 2008-09-08 | 1 | -0/+1 |
* | * vm.c (thread_recycle_stack_slot, thread_recycle_stack_count): | ko1 | 2008-09-04 | 1 | -2/+2 |
* | * vm.c (rb_vm_mark): commit miss. | nobu | 2008-09-04 | 1 | -0/+2 |
* | * vm_core.h (struct rb_vm_struct): replaced signal staff with trap | nobu | 2008-09-04 | 1 | -0/+5 |
* | * proc.c (proc_new): use the given class. | nobu | 2008-08-20 | 1 | -9/+11 |
* | * vm.c (Init_VM): get rid of SEGV in a trace proc. | nobu | 2008-08-15 | 1 | -1/+1 |
* | * vm.c (REWIND_CFP): get rid of statement expressions. | nobu | 2008-08-14 | 1 | -1/+1 |
* | * vm.c (Init_VM): hide FrozenCore. | nobu | 2008-08-14 | 1 | -8/+13 |
* | * vm.c: rewind cfp to show proper backtrace. | ko1 | 2008-08-13 | 1 | -42/+56 |
* | * vm.c, vm_insnhelper.c (vm_define_method): move | ko1 | 2008-08-12 | 1 | -0/+40 |
* | * vm.c (Init_BareVM): check failure of malloc(). | mame | 2008-08-01 | 1 | -0/+4 |
* | * vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct in | mame | 2008-07-27 | 1 | -2/+1 |
* | * include/ruby/ruby.h: add a type T_DEFERRED. | ko1 | 2008-07-27 | 1 | -0/+1 |
* | * vm.c (vm_invoke_proc): skip setting safe_level if | ko1 | 2008-07-25 | 1 | -1/+3 |
* | * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.c | nobu | 2008-07-10 | 1 | -1/+2 |
* | * thread.c (rb_set_coverages, rb_reset_coverages): enable and disable | mame | 2008-07-08 | 1 | -6/+0 |
* | * vm.c (rb_vm_mark): mark the last element of special_exceptions. | mame | 2008-07-08 | 1 | -1/+1 |
* | * include/ruby/intern.h: remove prototypes about coverage. | mame | 2008-07-03 | 1 | -0/+6 |
* | * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminate | mame | 2008-07-03 | 1 | -0/+1 |
* | * proc.c, vm.c: fix to refer next ruby level cfp to make binding. | ko1 | 2008-07-01 | 1 | -1/+1 |
* | * compile.c, vm.c, insns.def: call FrozenCore.set_postexe method | ko1 | 2008-07-01 | 1 | -0/+23 |
* | * compile.c, insns.def, vm.c, vm_core.h: remove some insns | ko1 | 2008-07-01 | 1 | -1/+51 |
* | * vm.c, vm_core.h,vm_core.h, vm_dump.c, iseq.c: rename class name | ko1 | 2008-06-29 | 1 | -12/+12 |
* | * vm.c (vm_eval_body): if thrown exception is frozen, reraise it to | nobu | 2008-06-27 | 1 | -0/+1 |
* | * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return" | ko1 | 2008-06-17 | 1 | -2/+2 |
* | * vm_core.h (rb_vm_t), vm.c (rb_vm_mark): moved preallocated special | nobu | 2008-06-15 | 1 | -0/+1 |
* | * gc.h (STACK_UPPER): moved from gc.c | nobu | 2008-06-14 | 1 | -14/+11 |
* | * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add | mame | 2008-06-12 | 1 | -0/+9 |
* | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 | 2008-06-10 | 1 | -34/+61 |
* | * include/ruby/ruby.h, vm_core.h: add a type rb_blockptr. | mame | 2008-06-09 | 1 | -1/+1 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -7/+7 |