summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2007-08-23* compile.c, insns.def, parse.y: fix massign order. This changeko1
2007-08-23* parse.y (f_norm_arg): ripper has no shadowing check.nobu
2007-08-23* parse.y (f_norm_arg): check also nested arguments. [ruby-dev:31502]nobu
2007-08-18* parse.y (reg_compile_gen): obtain error info from errinfo.nobu
2007-08-15* parse.y: remove "//" type comment.ko1
2007-08-15* parse.y: fix rules around f_margs. "make test" passes all tests.ko1
2007-08-09* parse.y (internal_id_gen): internal ID must be bigger thannobu
2007-08-09* parse.y (stmt): check if rhs has value before assignment insteadnobu
2007-08-09* parse.y (f_marg_list): renamed from f_marg_head.nobu
2007-08-06* parse.y (value_expr_gen): fix to cause "void value expression"ko1
2007-08-06* parse.y: fix a f_marg rule. [ruby-dev:31160]ko1
2007-08-02* parse.y (reg_compile_gen): set error if failed to compile regexpnobu
2007-07-23* parse.y (value_expr_gen): warn for empty expression ().matz
2007-07-20* parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummynobu
2007-07-18* parse.y (rb_parser_append_print, rb_parser_while_loop): moved checknobu
2007-07-13* parse.y (bvar): semicolon was lost for ripper description.matz
2007-07-13* parse.y (ripper_warningS): unused in ripper right now.nobu
2007-07-13* parse.y (debug_lines): use rb_hash_lookup() to get rid ofnobu
2007-07-13* parse.y (dsym): convert also literals containing NUL tonobu
2007-07-13* parse.y (program, stmt, primary): reduced duplicated code.nobu
2007-07-07* parse.y: fix node construction (around f_margs).ko1
2007-07-06* parse.y (keyword_to_name): constified.nobu
2007-07-06* parse.y (f_marg): wrap f_norm_arg assignment node with NODE_LIST.nobu
2007-07-05* parse.y (mlhs_basic): use mlhs_post after tSTAR.akr
2007-07-05* include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu
2007-07-05* parse.y (parser_parse_string): fix indent.nobu
2007-07-05* parse.y (global_symbols.last_id): reduce unused ID numbers.nobu
2007-07-05* include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):nobu
2007-07-04* parse.y (mlhs_inner): new rule. [ruby-dev:31132]akr
2007-06-29* parse.y (parser_yylex): return non-valid token for an invalidnobu
2007-06-29* parse.y (stmts): fix for ripper.nobu
2007-06-29* parse.y: fix to show line number of blank block.ko1
2007-06-29* parse.y (assoc_list): remove expanded hash literal (no splat).matz
2007-06-29* parse.y (dsym): return non-null NODE even if yyerror(). based on anobu
2007-06-28* parse.y (assoc_list): odd number check only for NODE_ARRAY.matz
2007-06-27 * parse.y (rb_intern2): unconstify cast.usa
2007-06-27* parse.y (rb_intern2): don't allocate a string object at first.akr
2007-06-27* include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko1
2007-06-25* insnhelper.ci, vm.c: complete block parameter support.ko1
2007-06-24* eval.c: remove ruby_current_node and change eval() prototype.ko1
2007-06-24* vm.c: some refactoring.ko1
2007-06-21* parse.y (rb_intern2): ID_JUNK test based on len, not by NUL.matz
2007-06-21* parse.y (rb_intern2): name may not be NUL-terminated.nobu
2007-06-19* parse.y (rb_intern2): use rb_intern2 to intern without trailingnobu
2007-06-18* parse.y (yycompile): disable trace while creating ruby_debug_lines.nobu
2007-06-15* vm.c (th_yield_setup_args): |v| should work as |v,|.ko1
2007-06-13* parse.y (call_args): no allow splat after assocs. takesmatz
2007-06-10* parse.y (do_block, brace_block): fix line numbers. [ruby-dev:30831]nobu
2007-06-10* include/ruby: moved public headers.nobu
2007-06-08* parse.y (call_args): allow splat argument after unpackedmatz