| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | * vm_core.h (struct rb_vm_struct): moved ruby_debug, ruby_verbose, and | nobu | 2008-06-09 | 1 | -0/+23 |
* | * vm_core.h (struct rb_vm_struct): moved src_encoding_index. | nobu | 2008-06-09 | 1 | -0/+1 |
* | * vm.c (rb_thread_recycle_stack_release): reduce redundant code. | nobu | 2008-06-09 | 1 | -5/+2 |
* | * vm_insnhelper.c, vm.c, proc.c : revert r17021. [ruby-dev:34997] | wanabe | 2008-06-08 | 1 | -1/+1 |
* | * vm_insnhelper.c, vm.c, proc.c (proc_call): allow call method with | wanabe | 2008-06-08 | 1 | -1/+1 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -5/+3 |
* | * gc.c (rb_objspace_alloc): this function is needed only when | mame | 2008-06-05 | 1 | -0/+2 |
* | * suppress warnings on cygwin, mingw and mswin. | nobu | 2008-06-01 | 1 | -2/+3 |
* | * eval_method.c: renamed from vm_method.c. "vm_method.c" is included | ko1 | 2008-05-24 | 1 | -180/+58 |
* | * compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): remove | mame | 2008-05-24 | 1 | -5/+1 |
* | * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h, | ko1 | 2008-05-22 | 1 | -84/+73 |
* | * vm.c (sdr, nsdr): define methods only if VMDEBUG is defined. | nobu | 2008-05-22 | 1 | -2/+4 |
* | * vm.c (vm_get_ruby_level_cfp): moved from eval_intern.h. | nobu | 2008-05-22 | 1 | -0/+18 |
* | * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h, | usa | 2008-05-22 | 1 | -1/+1 |
* | * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const". | ko1 | 2008-05-22 | 1 | -94/+105 |
* | * vm.c (invoke_block_from_c): fix call flow. | ko1 | 2008-05-19 | 1 | -9/+20 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 1 | -77/+53 |
* | * vm.c (Init_VM): removed the definition of Thread#initialize, | yugui | 2008-05-17 | 1 | -1/+0 |
* | * vm.c (collect_local_variables_in_env): remove unnecessary check | mame | 2008-05-12 | 1 | -3/+0 |
* | * vm.c (env_mark): mark env->block.self. prevent SEGV when GC occur | akr | 2008-05-10 | 1 | -0/+1 |
* | * vm.c (rb_thread_mark): mark stat_insn_usage only when ptr is not | nobu | 2008-05-08 | 1 | -1/+1 |
* | * vm.c (vm_eval_body): initialize retval. [ruby-dev:34576] | nobu | 2008-05-07 | 1 | -2/+4 |
* | * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM. | nobu | 2008-04-30 | 1 | -0/+1 |
* | * vm_core.h (rb_vm_t), gc.c (rb_objspace, rb_newobj), vm.c | nobu | 2008-04-27 | 1 | -2/+7 |
* | * include/ruby/node.h: add new constants for rb_call()'s scope. | matz | 2008-04-01 | 1 | -2/+1 |
* | * eval.c (rb_f_local_variables): local_variables should return an | matz | 2008-03-10 | 1 | -1/+1 |
* | * vm.c (rb_call_super): pass a passed block when super is called via | mame | 2008-02-05 | 1 | -0/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * iseq.c: all methods need $SAFE < 1. | ko1 | 2007-12-25 | 1 | -2/+2 |
* | * vm.c (rb_frame_method_id_and_class): new function to get the | shugo | 2007-12-25 | 1 | -0/+6 |
* | * vm.c (Init_VM): remove unused code. | ko1 | 2007-12-25 | 1 | -2/+0 |
* | * vm.c: check frame is FINAL when creating env. | ko1 | 2007-12-25 | 1 | -1/+6 |
* | * vm.c: add dummy toplevel frame. | ko1 | 2007-12-24 | 1 | -20/+13 |
* | * compile.c (iseq_compile): clear local table if node == 0. | ko1 | 2007-12-24 | 1 | -3/+10 |
* | * proc.c (method_name): preserve Symbol's encoding. | matz | 2007-12-24 | 1 | -1/+1 |
* | * proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic. | nobu | 2007-12-24 | 1 | -5/+0 |
* | * vm.c, vm_dump.c: fix typo. | ko1 | 2007-12-21 | 1 | -4/+4 |
* | * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, | akr | 2007-12-21 | 1 | -2/+2 |
* | * common.mk, *.ci: renamed to *.c. | ko1 | 2007-12-20 | 1 | -2/+2 |
* | * insnhelper.ci, vm.c, vm_core.h: change interface of | ko1 | 2007-12-20 | 1 | -25/+11 |
* | * insnhelper.ci, vm.c: rewrite sp manipulation around method/block | ko1 | 2007-12-18 | 1 | -10/+10 |
* | * vm.c (invoke_block): merge 2 stack overflow checks. | ko1 | 2007-12-18 | 1 | -2/+1 |