summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2008-06-06Merge changes from ruby_1_8 to reduce warnings and potentially improveknu
2008-05-31Merge from ruby_1_8.knu
2008-05-26Merge from ruby_1_8, including r16205.knu
2008-05-22Merge from ruby_1_8.knu
2008-05-21Merge from ruby_1_8.knu
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
2006-02-21* parse.y: fixed compile errorocean
2006-02-20* parse.y (f_arglist): should set command_start = Qtrue formatz
2006-02-15* eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz
2006-02-13* eval.c (rb_call0): argument update propagation. [ruby-dev:28044]matz
2006-01-07* parse.y (singleton): get rid of segfault on syntax error.nobu
2005-12-26* eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS,nobu
2005-12-19* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu
2005-11-30* parse.y (NEWHEAP, ADD2HEAP): committed the patch for 1.9.nobu
2005-11-30* parse.y (NEWHEAP, ADD2HEAP): set count after pointer was set.nobu
2005-11-21* parse.y (dsym): prohibit empty symbol literal by interpolation.nobu