| Commit message (Expand) | Author | Age | Files | Lines |
* | * compile.c: use Qtrue instead of 2. | ko1 | 2007-05-02 | 1 | -2/+3 |
* | * yarvcore.h, compile.c (set_arguments): support post arguments. | ko1 | 2007-05-01 | 1 | -0/+77 |
* | * compile.c: support multiple splat (e.g, [a, *b, *c, e, *f]). | ko1 | 2007-04-26 | 1 | -51/+58 |
* | * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h: | ko1 | 2007-04-19 | 1 | -1/+17 |
* | * compile.c (iseq_compile_each): check node->nd_state == 1, not !0. | ko1 | 2007-04-12 | 1 | -1/+1 |
* | * compile.c (defined_expr): test arguments of NODE_CALL and so | nobu | 2007-04-08 | 1 | -4/+7 |
* | * compile.c (defined_expr): support for assignment. | nobu | 2007-04-05 | 1 | -75/+137 |
* | * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h, | ko1 | 2007-03-21 | 1 | -506/+110 |
* | * compile.c: iseq_compile -> rb_iseq_compile. | aamine | 2007-03-08 | 1 | -2/+1 |
* | * yarvcore.h: | ko1 | 2007-02-25 | 1 | -40/+62 |
* | * parse.y, node.h, compile.c: change node tree structure. a purpose | ko1 | 2007-02-24 | 1 | -9/+106 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -14/+5 |
* | * compile.c (defined_expr): no longer distinguish ordinary local | matz | 2007-02-14 | 1 | -3/+1 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -21/+11 |
* | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 | 2007-02-06 | 1 | -78/+78 |
* | * compile.c (iseq_compile_each): fix setting is_local flag. | ko1 | 2007-02-06 | 1 | -1/+1 |
* | * compile.c, insns.def: remove (get|set)instancevariable2 and add a | ko1 | 2007-02-06 | 1 | -21/+9 |
* | * parse.y (rb_compose_ivar2): function to create a new ivar2 | matz | 2007-02-04 | 1 | -0/+22 |
* | * insns.def (setclassvariable): remove unnecessary operand. | matz | 2007-02-04 | 1 | -3/+2 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -14/+14 |
* | * ruby.h (SYMBOL_P): make Symbol immediate again for performance. | matz | 2007-02-02 | 1 | -2/+1 |
* | * parse.y (assignable_gen): no need to generate NODE_CVDECL. | matz | 2007-02-02 | 1 | -3/+2 |
* | * some refactoring around yarvcore and proc. | ko1 | 2007-01-17 | 1 | -1/+1 |
* | * insns.def : support direct method dispatch with "send" or "funcall". | ko1 | 2007-01-06 | 1 | -0/+5 |
* | * compile.c, compile.h : add ADD_CALL_RECEIVER() macro. | ko1 | 2007-01-05 | 1 | -8/+9 |
* | * compile.c (iseq_compile_each, set_block_local_tbl) : | ko1 | 2007-01-05 | 1 | -37/+74 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -0/+4914 |