summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2010-10-11* parse.y (opt_block_arg): Allow a trailing comma at the end ofknu
2010-10-03* parse.y (rb_intern): should check symbol table overflow.nobu
2010-09-03* parse.y (method_call): Add support for Ruby 1.9 style methodknu
2010-02-23* parse.y: Revert r26609, r26160, r25658 and r24695. The looseknu
2010-02-06* parse.y: Get rid of tags for Ripper, pointless in 1.8.knu
2009-12-31* parse.y (dsym): Allow empty symbols. [merge from 1.9]knu
2009-12-23* parse.y (args): splat other than direct array literal.nobu
2009-12-22* parse.y (mlhs_basic): suppress warnings.nobu
2009-12-22* parse.y (whole_match_p): constified.nobu
2009-11-05* parse.y (args): use splat_array.naruse
2009-10-22* parse.y (arg_prepend): removed. a patch from Mikhail T. innobu
2009-10-22* *.[chy]: removed trailing spaces.nobu
2009-08-28Merge branch '19migration/looser_args' into ruby_1_8shyouhei
2009-08-01 * node.h (rb_thread_status): ISO C89 do not allow a comma at the end of enum.shyouhei
2009-07-31 * parse.y: Support for { key: value } -style hash immediates.shyouhei
2009-01-20* parse.y (IS_BEG): EXPR_CLASS should be treated like EXPR_BEG.matz
2008-08-10* configure.in,parse.y: removed garbage spaces.nobu
2008-08-04* parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fixnobu
2008-08-02* parse.y (yylex): 8 and 9 in octal integer should cause compilenobu
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-22* parse.y (top_local_setup): fixed memory leak bug based on amatz
2008-05-21* eval.c (search_method, remove_method, error_print, rb_alias)nobu
2008-04-26* eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blockknu
2008-03-24* parse.y (yycompile): Always prepare a new array for each file'sknu
2008-03-06* parse.y (opt_block_param): command can start just after block paramnobu
2008-02-26* parse.y (tokadd_escape): refactored. [ruby-core:15657]akr
2008-02-19* parse.y (yycompile): clear ruby_eval_tree_begin if parse failed.nobu
2008-02-18* parse.y (yycompile): clear ruby_eval_tree_begin too before parse.nobu
2007-12-19* parse.y (f_rest_arg): check if duplicated. [ruby-core:14140]nobu
2007-11-30* parse.y (newline_node): set line from outermost node before removingnobu
2007-11-29* parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814]nobu
2007-11-04* parse.y (call_args): remove "parenthesize argument(s) for futurematz
2007-09-25* parse.y (yyerror): limit error message length. [ruby-dev:31848]nobu
2007-06-29* parse.y (parser_yylex): return non-valid token for an invalidnobu
2007-06-29* parse.y (dsym): return non-null NODE even if yyerror(). based on anobu
2007-04-16* parse.y (parser_yylex): should set command_start after blockmatz
2007-03-03* env.h (SCOPE_CLONE): Introduce a new scope flag to prevent aknu
2007-03-01* parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even ifnobu
2007-02-19just a minor changetadf
2007-02-19just a minor changetadf
2007-01-27* parse.y (dyna_var_lookup): should not alter dvar->val not tomatz
2006-12-04* parse.y (dyna_init_gen): dvar initialization only if dvar ismatz
2006-11-02* parse.y (primary): should set NODE when compstmt is NULL.usa
2006-10-17* parse.y (parser_yylex): use particular enums. [ruby-core:09221]nobu
2006-10-14* parse.y (singleton): no need to re-create NODE_SELF() again.matz
2006-10-14* parse.y (parser_warning, parser_warn): some error message maymatz
2006-10-04* parse.y: revert recent changematz
2006-10-04* parse.y (mlhs): should interpret single parenthesized left handmatz
2006-09-14* string.c (rb_str_intern): raise SecurityError only when $SAFEmatz