aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/cgi.rb (CGI::Cookie): [ruby-talk:130040]matz2005-02-081-1/+1
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-0/+1
* * parse.y (stmt): not to show same error messages twice.nobu2004-07-171-1/+0
* * gc.c, parse.y, lib/cgi.rb, lib/date.rb: last minute backports from HEAD.matz2004-07-141-5/+4
* * parse.y (primary): should not be NULL. [ruby-core:03098]nobu2004-06-301-1/+4
* * node.h (NEW_DSTR): adjust list length.nobu2004-05-181-0/+1
* * parse.y (stmt, arg, aref_args): should not make sole splat intonobu2004-04-231-2/+6
* * parse.y (aref_args): should pass expanded list. [ruby-core:02793]nobu2004-04-211-1/+1
* * several backports from 1.9matz2004-02-061-1/+1
* * parse.y (block_append): update nd_end for "real" head node.matz2004-01-261-3/+3
* * parse.y (string_content): reset lexical states at the beginning ofnobu2004-01-221-0/+4
* * parse.y (primary): fix position after FCALL. [ruby-dev:22574]nobu2004-01-121-0/+2
* Add RDoc documentation for stuff in object.cdave2003-12-281-0/+16
* * parse.y (arg): should return 0 after error. [ruby-dev:22360]nobu2003-12-241-0/+2
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-2/+2
* * parse.y (exc_list): allow expanding list. [ruby-dev:22134]nobu2003-12-041-1/+5
* * configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is foundmatz2003-12-031-0/+9
* * parse.y (primary): allow newlines just before right argumentnobu2003-11-241-1/+1
* * parse.y (primary): primary_value may be 0 when syntax error.nobu2003-11-091-1/+1
* * parse.y (logop): left may be NULL. [ruby-talk:84539]matz2003-10-301-2/+1
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-291-1/+16
* * parse.y (ret_args): node may be NULL. [ruby-talk:84530]matz2003-10-291-1/+1
* * parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz2003-10-281-16/+1
* * parse.y: integrate operations for stack_type. [ruby-dev:21681]nobu2003-10-231-16/+13
* * marshal.c (w_object): dump extended modules as well.matz2003-10-151-1/+2
* * parse.y (stmt): should not expand mrhs if lhs is solely starred.nobu2003-10-061-2/+2
* * parse.y (stmt): rhs of multiple assignment should not bematz2003-10-061-2/+2
* * parse.y (stmt): END in method should cause warning.matz2003-10-061-2/+2
* * marshal.c (w_object): instance variable dump do not cause errormatz2003-10-041-3/+11