| Commit message (Expand) | Author | Age | Files | Lines |
* | * insnhelper.ci, vm.c: complete block parameter support. | ko1 | 2007-06-25 | 1 | -6/+9 |
* | * gc.h: add RUBY_ prefix to debug macros. | ko1 | 2007-06-25 | 1 | -3/+3 |
* | * insnhelper.ci (caller_setup_args): add need_block_check option. | ko1 | 2007-06-24 | 1 | -4/+4 |
* | * insns.def (invokesuper): fix error message. | ko1 | 2007-06-24 | 1 | -1/+1 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -27/+27 |
* | * insn_send.ci: removed. | ko1 | 2007-06-24 | 1 | -115/+121 |
* | * vm_macro.def: removed. | ko1 | 2007-06-24 | 1 | -129/+1 |
* | * insns.def, vm.c: add/fix stack overflow check. | ko1 | 2007-06-24 | 1 | -0/+2 |
* | * insnhelper.h: change CHECK_STACK_OVERFLOW() to throw exception. | ko1 | 2007-06-24 | 1 | -23/+4 |
* | * insns.def(setconstant, toregexp): fix to mark object correctly. | ko1 | 2007-06-15 | 1 | -2/+5 |
* | * insns.def (invokeblock): fix of splat argument. | ko1 | 2007-06-06 | 1 | -1/+3 |
* | * insns.def: fixed indentation. | usa | 2007-06-06 | 1 | -1/+1 |
* | * insnhelper.h, insns.def (DEC_SP): shoudn't use unary minus operator | usa | 2007-06-05 | 1 | -2/+2 |
* | * insns.def (invokeblock): check block is created by lambda | ko1 | 2007-06-05 | 1 | -2/+3 |
* | * insnhelper.h (INC_SP): shouldn't cast ``x'' to unsigned type because | usa | 2007-06-01 | 1 | -3/+3 |
* | * compile.c, vm_macro.def: support tail call optimization | ko1 | 2007-05-21 | 1 | -0/+70 |
* | * vm_evalbody.ci, insns.def, vm.c, tool/insns2vm.rb (rb_num_t): | nobu | 2007-05-03 | 1 | -26/+26 |
* | * vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stack | ko1 | 2007-05-02 | 1 | -1/+1 |
* | * compile.c: use Qtrue instead of 2. | ko1 | 2007-05-02 | 1 | -1/+2 |
* | * yarvcore.h, compile.c (set_arguments): support post arguments. | ko1 | 2007-05-01 | 1 | -3/+5 |
* | * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h: | ko1 | 2007-04-19 | 1 | -7/+3 |
* | * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixed | nobu | 2007-04-02 | 1 | -1/+1 |
* | * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield(). | ko1 | 2007-02-26 | 1 | -2/+2 |
* | * yarvcore.h: add rb_thread_t#top_wrapper, top_self. | ko1 | 2007-02-25 | 1 | -0/+1 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -11/+2 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -17/+17 |
* | * compile.c, insns.def: remove (get|set)instancevariable2 and add a | ko1 | 2007-02-06 | 1 | -34/+12 |
* | * parse.y (rb_compose_ivar2): function to create a new ivar2 | matz | 2007-02-04 | 1 | -0/+38 |
* | * insns.def (setclassvariable): remove unnecessary operand. | matz | 2007-02-04 | 1 | -7/+2 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -1/+1 |
* | * insns.def (setclassvariable): remove warn argument. | matz | 2007-02-02 | 1 | -1/+1 |
* | * vm.c (eval_search_super_klass): rename to search_super_klass() and | ko1 | 2007-01-16 | 1 | -2424/+2424 |
* | * insns.def (send) : fix to optimize send() with Symbol. | ko1 | 2007-01-06 | 1 | -1/+2 |
* | * insns.def : support direct method dispatch with "send" or "funcall". | ko1 | 2007-01-06 | 1 | -1/+27 |
* | * compile.c, compile.h : add ADD_CALL_RECEIVER() macro. | ko1 | 2007-01-05 | 1 | -3/+10 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -0/+2390 |