summaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 18356:shyouhei2009-01-081-14/+44
* merge revision(s) 18318:shyouhei2009-01-061-1/+3
* merge revision(s) 16507:shyouhei2008-06-291-3/+4
* merge revision(s) 16534:shyouhei2008-06-151-1/+2
* merge revision(s) 15832:shyouhei2008-06-151-5/+2
* merge revision(s) 15541,15545,15558:shyouhei2008-06-151-1/+2
* merge revision(s) 14313:shyouhei2008-06-071-0/+2
* merge revision(s) 14045, 14059:shyouhei2008-06-071-8/+12
* merge revision(s) 13513:shyouhei2008-06-031-6/+23
* * parse.y (yylex): return non-valid token for an invalidshyouhei2007-08-221-0/+1
* * parse.y (dsym): return non-null NODE even if yyerror(). based on ashyouhei2007-08-221-0/+1
* * 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 ifknu2007-03-031-0/+2
* Merge trivial changes to reduce diffs from ruby_1_8.knu2007-02-201-6/+6
* * 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
* remove semicolon warning. [ruby-dev:29299]matz2006-08-221-3/+0
* * parse.y (top_local_setup): local_vars[-1] should pointmatz2006-08-071-2/+1
* * parse.y (then): error in warning action.matz2006-07-131-2/+0
* * array.c (rb_ary_pop): may cause realloc oscillation. a patchmatz2006-07-131-0/+5
* * parse.y (yylex, reswords): modifier token is no longer returned innobu2006-06-201-2/+3
* * parse.y (reswords): kDO_BLOCK was missing. fixed: [ruby-core:7995]nobu2006-06-161-1/+1
* * parse.y (arg): too much NEW_LIST()matz2006-04-191-2/+2
* * eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1.matz2006-04-191-9/+2
* * parse.y (list_concat): should not modify nodes other thanmatz2006-04-191-0/+2
* * parse.y: fixed compile errorocean2006-02-211-1/+1
* * parse.y (f_arglist): should set command_start = Qtrue formatz2006-02-201-0/+1
* * eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz2006-02-151-3/+0
* * eval.c (rb_call0): argument update propagation. [ruby-dev:28044]matz2006-02-131-11/+17
* * parse.y (singleton): get rid of segfault on syntax error.nobu2006-01-071-1/+1
* * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS,nobu2005-12-261-3/+10
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-191-1/+4
* * parse.y (NEWHEAP, ADD2HEAP): committed the patch for 1.9.nobu2005-11-301-2/+2
* * parse.y (NEWHEAP, ADD2HEAP): set count after pointer was set.nobu2005-11-301-8/+14
* * parse.y (dsym): prohibit empty symbol literal by interpolation.nobu2005-11-211-1/+8
* * parse.y (rb_symname_p): [ not followed by ] is not valid symbol.nobu2005-11-201-1/+2
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-221-7/+116
* * parse.y (rb_gc_mark_parser): get rid of segfault with old yacc.nobu2005-10-191-0/+9
* * parse.y (parser_heap): byacc never free parser stack.nobu2005-10-171-7/+7
* * parse.y (HEAPCNT): bison allocates indivisible size.nobu2005-10-131-1/+1
* * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu2005-10-081-1/+84
* * eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu2005-05-111-2/+16
* * parse.y (parser_yylex): identfier after dot must not be a variable.nobu2005-02-211-2/+4