Age | Commit message (Expand) | Author |
2008-03-24 | * parse.y (yycompile): Always prepare a new array for each file's | knu |
2008-03-06 | * parse.y (opt_block_param): command can start just after block param | nobu |
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 removing | nobu |
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 future | matz |
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 invalid | nobu |
2007-06-29 | * parse.y (dsym): return non-null NODE even if yyerror(). based on a | nobu |
2007-04-16 | * parse.y (parser_yylex): should set command_start after block | matz |
2007-03-03 | * env.h (SCOPE_CLONE): Introduce a new scope flag to prevent a | knu |
2007-03-01 | * parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even if | nobu |
2007-02-19 | just a minor change | tadf |
2007-02-19 | just a minor change | tadf |
2007-01-27 | * parse.y (dyna_var_lookup): should not alter dvar->val not to | matz |
2006-12-04 | * parse.y (dyna_init_gen): dvar initialization only if dvar is | matz |
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 may | matz |
2006-10-04 | * parse.y: revert recent change | matz |
2006-10-04 | * parse.y (mlhs): should interpret single parenthesized left hand | matz |
2006-09-14 | * string.c (rb_str_intern): raise SecurityError only when $SAFE | matz |
2006-08-22 | remove semicolon warning. [ruby-dev:29299] | matz |
2006-08-07 | * parse.y (top_local_setup): local_vars[-1] should point | matz |
2006-07-13 | * parse.y (then): error in warning action. | matz |
2006-07-13 | * array.c (rb_ary_pop): may cause realloc oscillation. a patch | matz |
2006-06-20 | * parse.y (yylex, reswords): modifier token is no longer returned in | nobu |
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 than | matz |
2006-02-21 | * parse.y: fixed compile error | ocean |
2006-02-20 | * parse.y (f_arglist): should set command_start = Qtrue for | matz |
2006-02-15 | * eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in its | matz |
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 |
2005-11-20 | * parse.y (rb_symname_p): [ not followed by ] is not valid symbol. | nobu |
2005-10-22 | * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check | nobu |
2005-10-19 | * parse.y (rb_gc_mark_parser): get rid of segfault with old yacc. | nobu |
2005-10-17 | * parse.y (parser_heap): byacc never free parser stack. | nobu |
2005-10-13 | * parse.y (HEAPCNT): bison allocates indivisible size. | nobu |