summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2008-06-15merge revision(s) 16534:shyouhei
2008-06-15merge revision(s) 15832:shyouhei
2008-06-15merge revision(s) 15541, 15545, 15558:shyouhei
2008-06-07merge revision(s) 14313:shyouhei
2008-06-07merge revision(s) 14045, 14059:shyouhei
2008-06-03merge revision(s) 13513:shyouhei
2007-08-15 * parse.y (yylex): return non-valid token for an invalidshyouhei
2007-08-15 * parse.y (dsym): return non-null NODE even if yyerror(). based on ashyouhei
2007-03-08* merge -c 11965shyouhei
2007-03-08* merge -c 11960shyouhei
2007-01-31* removed svn:keywords for compatibility.shugo
2007-01-27* parse.y (dyna_var_lookup): should not alter dvar->val not toshyouhei
2006-12-06backport from ruby_1_8shyouhei
2006-12-05backport from ruby_1_8shyouhei
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
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): checknobu
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
2005-10-08* parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu
2005-05-11* eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu
2005-02-21* parse.y (parser_yylex): identfier after dot must not be a variable.nobu
2005-02-08* lib/cgi.rb (CGI::Cookie): [ruby-talk:130040]matz
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-07-17* parse.y (stmt): not to show same error messages twice.nobu
2004-07-14* gc.c, parse.y, lib/cgi.rb, lib/date.rb: last minute backports from HEAD.matz
2004-06-30* parse.y (primary): should not be NULL. [ruby-core:03098]nobu
2004-05-18* node.h (NEW_DSTR): adjust list length.nobu
2004-04-23* parse.y (stmt, arg, aref_args): should not make sole splat intonobu
2004-04-21* parse.y (aref_args): should pass expanded list. [ruby-core:02793]nobu
2004-02-06* several backports from 1.9matz