| Commit message (Expand) | Author | Age | Files | Lines |
* | * compile.c (iseq_compile_each): inline cache entries are overwritten | nobu | 2007-09-13 | 1 | -8/+4 |
* | * id.h, id.c: remove idFuncall. | ko1 | 2007-08-24 | 1 | -2/+3 |
* | * compile.c (compile_massign_opt): fix to skip massign optimization | ko1 | 2007-08-24 | 1 | -3/+0 |
* | * compile.c: optimize simple massign. | ko1 | 2007-08-23 | 1 | -10/+80 |
* | * compile.c (compile_massign), insnhelper.ci (vm_throw): not use C99 | nobu | 2007-08-23 | 1 | -1/+1 |
* | * compile.c, insns.def, parse.y: fix massign order. This change | ko1 | 2007-08-23 | 1 | -116/+45 |
* | * compile.c (make_masgn_lhs, iseq_compile_each): fixed indent. | nobu | 2007-08-23 | 1 | -50/+51 |
* | * compile.c (iseq_compile_each/NODE_RESBODY): fix to add | ko1 | 2007-08-19 | 1 | -0/+3 |
* | * compile.c (iseq_compile_each): fix to allow self.x= | ko1 | 2007-08-18 | 1 | -0/+1 |
* | * compile.c (iseq_set_arguments), insnhelper.ci | ko1 | 2007-08-18 | 1 | -1/+1 |
* | * compile.c (iseq_compile_each): massign should return rvalue(s). | ko1 | 2007-08-17 | 1 | -9/+14 |
* | * compile.c (iseq_compile_each): fix thorw insn option of next. | ko1 | 2007-08-16 | 1 | -3/+4 |
* | * compile.c (iseq_set_arguments), insnhelper.ci | ko1 | 2007-08-16 | 1 | -5/+7 |
* | * compile.c (iseq_compile_each): fix next/redo stack consistency. | ko1 | 2007-08-16 | 1 | -14/+43 |
* | * compile.c (iseq_peephole_optimize): fix peephole optimization | ko1 | 2007-08-12 | 1 | -2/+4 |
* | * compile.c (iseq_set_sequence): raise SyntaxError instead of rb_bug | nobu | 2007-07-20 | 1 | -8/+16 |
* | * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to | nobu | 2007-07-20 | 1 | -7/+39 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -54/+43 |
* | * vm.c, insnhelper.ci: fix svar interface. | ko1 | 2007-07-10 | 1 | -5/+8 |
* | * compile.c (rb_iseq_compile): formatted if/else to switch statement. | nobu | 2007-07-10 | 1 | -16/+20 |
* | * compile.c: use rb_bug() instead of rb_compile_error(). | ko1 | 2007-07-07 | 1 | -63/+50 |
* | * insns.def: remove unused code. | ko1 | 2007-07-05 | 1 | -11/+10 |
* | * compile.c (iseq_compile_each): add break catch point. | ko1 | 2007-07-05 | 1 | -24/+27 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 1 | -123/+142 |
* | * compile.c (compile_array, iseq_compile_each): fix about array | ko1 | 2007-07-03 | 1 | -19/+28 |
* | * compile.c (compile_array): ignore NODE_ZARRAY. | ko1 | 2007-07-03 | 1 | -10/+12 |
* | * compile.c (iseq_compile_each): support v[&b]= type method call. | ko1 | 2007-07-03 | 1 | -0/+8 |
* | * compile.c (compile_massign): fix massign compilation | ko1 | 2007-07-03 | 1 | -2/+12 |
* | * compile.c: rename iseq_translate_direct_threaded_code() | ko1 | 2007-07-02 | 1 | -4/+4 |
* | * compile.c, iseq.c: fix iseq some of load/store process. | ko1 | 2007-07-01 | 1 | -34/+43 |
* | * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c: | ko1 | 2007-07-01 | 1 | -25/+19 |
* | * yarvcore.h: some refactoring on rb_iseq_t. | ko1 | 2007-06-30 | 1 | -14/+13 |
* | * compile.c: fix to remove -Wall warnings on gcc. | ko1 | 2007-06-28 | 1 | -20/+15 |
* | * compile.c (setup_args): change parameter type. | ko1 | 2007-06-27 | 1 | -8/+8 |
* | * compile.c (iseq_compile_each): fix popped backref and others. | ko1 | 2007-06-27 | 1 | -77/+12 |
* | * compile.c (iseq_translate_direct_threaded_code): fix prototype | ko1 | 2007-06-27 | 1 | -1/+1 |
* | * compile.c (iseq_compile_each): fix type error. | ko1 | 2007-06-26 | 1 | -2/+2 |
* | * compile.c (compile_massign), insns.def (expandarray): support | ko1 | 2007-06-26 | 1 | -40/+57 |
* | * cont.c (rb_fiber_s_new): revert initializing VM stack. | ko1 | 2007-06-26 | 1 | -1/+2 |
* | * compile.c: rename setup_arg() to setup_args(). | ko1 | 2007-06-25 | 1 | -40/+8 |
* | * compile.c (setup_arg): support kind of "m(*ary, x)" method call. | ko1 | 2007-06-25 | 1 | -0/+1 |
* | * insnhelper.ci, vm.c: complete block parameter support. | ko1 | 2007-06-25 | 1 | -4/+21 |
* | * call_cfunc.ci: removed. | ko1 | 2007-06-24 | 1 | -17/+0 |
* | * vm.c: some refactoring. | ko1 | 2007-06-24 | 1 | -29/+10 |
* | * vm.c (callee_setup_arg): added. support correct post arg. | ko1 | 2007-06-24 | 1 | -93/+55 |
* | * vm.c (th_yield_setup_args): |v| should work as |v,|. | ko1 | 2007-06-15 | 1 | -1/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+2 |
* | * compile.c (iseq_compile_each): fix around yield arguments | ko1 | 2007-06-06 | 1 | -7/+3 |
* | * parse.y (new_yield), compile.c (iseq_compile_each): fix | ko1 | 2007-06-05 | 1 | -7/+2 |
* | * compile.c: fixed indentation. | nobu | 2007-06-05 | 1 | -17/+19 |