| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * vm_core.h (rb_thread_t): new member machine_stack_maxsize and | akr | 2007-12-15 | 1 | -0/+4 |
* | * vm.c (rb_thread_mark): use rb_gc_mark_maybe() for | ko1 | 2007-12-09 | 1 | -3/+4 |
* | * proc.c (rb_proc_s_new): call initialize. [ruby-core:13824] | nobu | 2007-12-05 | 1 | -2/+5 |
* | * vm.c: fix comment. | ko1 | 2007-11-23 | 1 | -1/+1 |
* | * insnhelper.ci (vm_search_normal_superclass): rename function. | matz | 2007-11-22 | 1 | -6/+6 |
* | * vm.c: fix to recycle thread data (VM stack). | ko1 | 2007-11-21 | 1 | -4/+50 |
* | * insnhelper.ci (vm_call_method): pass mn->nd_clss to | shugo | 2007-11-11 | 1 | -11/+18 |
* | * eval.c (rb_invoke_method): check if invoked in function style. | nobu | 2007-11-09 | 1 | -0/+8 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -2/+2 |
* | * encoding.c (rb_enc_check): check for ASCII-compatibilities. | nobu | 2007-09-26 | 1 | -0/+1 |
* | * vm_core.h (struct rb_thread_struct): removed first_func_arg and | nobu | 2007-08-20 | 1 | -6/+5 |
* | * insnhelper.ci (vm_call_bmethod): fix to propagate information | ko1 | 2007-08-19 | 1 | -10/+3 |
* | * insnhelper.ci (vm_call_bmethod), | ko1 | 2007-08-18 | 1 | -3/+13 |
* | * configure.in (aix): enable shared by default. | nobu | 2007-08-16 | 1 | -2/+4 |
* | * insnhelper.ci, insns.def: move some statements to functions. | ko1 | 2007-08-06 | 1 | -2/+1 |
* | * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to | nobu | 2007-07-20 | 1 | -28/+22 |
* | * vm.c (vm_free): clear free'ed living_threads field. | matz | 2007-07-13 | 1 | -0/+1 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -18/+415 |
* | * eval.c, insnhelper.ci, vm.c: change cref index (-1 -> 2). | ko1 | 2007-07-10 | 1 | -3/+2 |
* | * vm.c, insnhelper.ci: fix svar interface. | ko1 | 2007-07-10 | 1 | -27/+26 |
* | * insnhelper.ci (vm_yield_setup_args), vm.c, insns.def: | ko1 | 2007-07-07 | 1 | -1/+16 |
* | * yarvcore.h: rename rb_control_frame_t#magic to flag. | ko1 | 2007-07-05 | 1 | -7/+7 |
* | * compile.c (iseq_compile_each): add break catch point. | ko1 | 2007-07-05 | 1 | -11/+9 |