| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * compile.c (iseq_compile_each): remove "retry" in block. | ko1 | 2007-12-19 | 1 | -2/+1 |
* | * compile.c (iseq_compile_each): fix for segfault. [ruby-dev:31372] | nobu | 2007-12-18 | 1 | -1/+1 |
* | * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h: | ko1 | 2007-12-18 | 1 | -1/+22 |
* | * parse.y (expr): redefinable not (!) operator. | matz | 2007-12-09 | 1 | -13/+0 |
* | unused variables removed. | akr | 2007-12-08 | 1 | -3/+0 |
* | * compile.c (iseq_compile_each): fix typo. | ko1 | 2007-12-05 | 1 | -1/+1 |
* | * compile.c (iseq_compile_each): "when *[],1" dumps core. | ko1 | 2007-11-27 | 1 | -6/+12 |
* | * compile.c (iseq_compile_each): "a[*b] += 1" dumps core. | ko1 | 2007-11-27 | 1 | -79/+98 |
* | * compile.c, insns.def: change return value of "defined?" | ko1 | 2007-11-27 | 1 | -1/+3 |
* | * insns.def, compile.c: fix to allow dsym for alias/undef. | ko1 | 2007-11-27 | 1 | -30/+25 |
* | * compile.c (defined_expr): defined(method(x)) dumped core. a | matz | 2007-11-23 | 1 | -5/+2 |
* | * compile.c (iseq_compile_each): alias and undef accept dsyms as well | nobu | 2007-11-18 | 1 | -5/+7 |
* | * blockinlining.c, compile.c, compile.h, debug.c, debug.h, | ko1 | 2007-11-13 | 1 | -9/+5 |
* | * compile.c (iseq_specialized_instruction): check argc. | ko1 | 2007-11-13 | 1 | -7/+9 |
* | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz | 2007-11-04 | 1 | -2/+2 |
* | * insnhelper.ci (vm_call_method): allow send! to call protected | matz | 2007-09-28 | 1 | -0/+3 |
* | * 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 |