summaryrefslogtreecommitdiff
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (opt_block_arg): Allow a trailing comma at the end ofknu2010-10-111-0/+4
* * parse.y (rb_intern): should check symbol table overflow.nobu2010-10-031-0/+10
* * parse.y (method_call): Add support for Ruby 1.9 style methodknu2010-09-031-0/+10
* * parse.y: Revert r26609, r26160, r25658 and r24695. The looseknu2010-02-231-193/+120
* * parse.y: Get rid of tags for Ripper, pointless in 1.8.knu2010-02-061-136/+0
* * parse.y (dsym): Allow empty symbols. [merge from 1.9]knu2009-12-311-6/+1
* * parse.y (args): splat other than direct array literal.nobu2009-12-231-4/+6
* * parse.y (mlhs_basic): suppress warnings.nobu2009-12-221-2/+2
* * parse.y (whole_match_p): constified.nobu2009-12-221-8/+8
* * parse.y (args): use splat_array.naruse2009-11-051-1/+1
* * parse.y (arg_prepend): removed. a patch from Mikhail T. innobu2009-10-221-22/+0
* * *.[chy]: removed trailing spaces.nobu2009-10-221-1/+1
* Merge branch '19migration/looser_args' into ruby_1_8shyouhei2009-08-281-113/+320
* * node.h (rb_thread_status): ISO C89 do not allow a comma at the end of enum.shyouhei2009-08-011-1/+1
* * parse.y: Support for { key: value } -style hash immediates.shyouhei2009-07-311-4/+26
* * parse.y (IS_BEG): EXPR_CLASS should be treated like EXPR_BEG.matz2009-01-201-10/+11
* * configure.in,parse.y: removed garbage spaces.nobu2008-08-101-5/+5
* * parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fixnobu2008-08-041-14/+44
* * parse.y (yylex): 8 and 9 in octal integer should cause compilenobu2008-08-021-1/+3
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-0/+4
* * suppress warnings with -Wwrite-string.nobu2008-05-311-5/+5
* * parse.y (top_local_setup): fixed memory leak bug based on amatz2008-05-221-1/+2
* * eval.c (search_method, remove_method, error_print, rb_alias)nobu2008-05-211-3/+4
* * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blockknu2008-04-261-3/+72
* * parse.y (yycompile): Always prepare a new array for each file'sknu2008-03-241-5/+2
* * parse.y (opt_block_param): command can start just after block paramnobu2008-03-061-0/+3
* * parse.y (tokadd_escape): refactored. [ruby-core:15657]akr2008-02-261-6/+4
* * parse.y (yycompile): clear ruby_eval_tree_begin if parse failed.nobu2008-02-191-1/+1
* * parse.y (yycompile): clear ruby_eval_tree_begin too before parse.nobu2008-02-181-0/+1
* * parse.y (f_rest_arg): check if duplicated. [ruby-core:14140]nobu2007-12-191-0/+2
* * parse.y (newline_node): set line from outermost node before removingnobu2007-11-301-5/+8
* * parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814]nobu2007-11-291-7/+8
* * parse.y (call_args): remove "parenthesize argument(s) for futurematz2007-11-041-4/+0
* * parse.y (yyerror): limit error message length. [ruby-dev:31848]nobu2007-09-251-6/+23
* * parse.y (parser_yylex): return non-valid token for an invalidnobu2007-06-291-0/+1
* * parse.y (dsym): return non-null NODE even if yyerror(). based on anobu2007-06-291-0/+1
* * parse.y (parser_yylex): should set command_start after blockmatz2007-04-161-0/+2
* * env.h (SCOPE_CLONE): Introduce a new scope flag to prevent aknu2007-03-031-1/+2
* * parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even ifnobu2007-03-011-0/+2
* just a minor changetadf2007-02-191-1/+1
* just a minor changetadf2007-02-191-5/+5
* * parse.y (dyna_var_lookup): should not alter dvar->val not tomatz2007-01-271-2/+4
* * parse.y (dyna_init_gen): dvar initialization only if dvar ismatz2006-12-041-2/+22
* * parse.y (primary): should set NODE when compstmt is NULL.usa2006-11-021-1/+2
* * parse.y (parser_yylex): use particular enums. [ruby-core:09221]nobu2006-10-171-2/+2
* * parse.y (singleton): no need to re-create NODE_SELF() again.matz2006-10-141-7/+2
* * parse.y (parser_warning, parser_warn): some error message maymatz2006-10-141-2/+2
* * parse.y: revert recent changematz2006-10-041-3/+10
* * parse.y (mlhs): should interpret single parenthesized left handmatz2006-10-041-10/+3
* * string.c (rb_str_intern): raise SecurityError only when $SAFEmatz2006-09-141-0/+11