summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
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
2006-08-22remove semicolon warning. [ruby-dev:29299]matz
2006-08-07* parse.y (top_local_setup): local_vars[-1] should pointmatz
2006-07-13* parse.y (then): error in warning action.matz
2006-07-13* array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz
2006-06-20* parse.y (yylex, reswords): modifier token is no longer returned innobu
2006-06-16* parse.y (reswords): kDO_BLOCK was missing. fixed: [ruby-core:7995]nobu
2006-04-19* parse.y (arg): too much NEW_LIST()matz
2006-04-19* eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1.matz
2006-04-19* parse.y (list_concat): should not modify nodes other thanmatz