Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |