aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/util.h: removed extra semicolon in definition oftadf2012-11-211-2/+2
* * compile.c (iseq_set_arguments): keyword rest arg without keyword args.nobu2012-03-131-0/+1
* * node.h (rb_args_info): change pre_args_num and post_args_num asnobu2011-12-271-2/+2
* * node.h, node.c, parse.y: implement a parser part for keyword arguments. Thi...mame2011-12-261-0/+11
* * node.h, parse.y (new_args_gen), compile.c (iseq_set_arguments): use struct ...mame2011-12-261-45/+8
* * node.c (dump_node): add today's knowledge. "init arguments (m)" andmame2011-07-211-0/+3
* * node.c (add_id): remove duplicated rb_id2str() call.nagachika2011-01-311-1/+1
* * node.c: parenthesize macro arguments.akr2010-12-201-4/+4
* * cont.c (fiber_set_stack_location), iseq.c (prepare_iseq_build),nobu2010-05-161-1/+1
* * node.c (dump_node): fixed for long members.nobu2009-12-091-6/+8
* * node.c: node management added. Currently, only pretty-dumper ismame2009-12-091-0/+919