Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * compile.c (iseq_set_arguments): keyword rest arg without keyword args. | nobu | 2012-03-13 | 1 | -0/+1 |
* | * node.h (rb_args_info): change pre_args_num and post_args_num as | nobu | 2011-12-27 | 1 | -2/+2 |
* | * node.h, node.c, parse.y: implement a parser part for keyword arguments. Thi... | mame | 2011-12-26 | 1 | -0/+11 |
* | * node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ... | mame | 2011-12-26 | 1 | -45/+8 |
* | * node.c (dump_node): add today's knowledge. "init arguments (m)" and | mame | 2011-07-21 | 1 | -0/+3 |
* | * node.c (add_id): remove duplicated rb_id2str() call. | nagachika | 2011-01-31 | 1 | -1/+1 |
* | * node.c: parenthesize macro arguments. | akr | 2010-12-20 | 1 | -4/+4 |
* | * cont.c (fiber_set_stack_location), iseq.c (prepare_iseq_build), | nobu | 2010-05-16 | 1 | -1/+1 |
* | * node.c (dump_node): fixed for long members. | nobu | 2009-12-09 | 1 | -6/+8 |
* | * node.c: node management added. Currently, only pretty-dumper is | mame | 2009-12-09 | 1 | -0/+919 |