summaryrefslogtreecommitdiff
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (nextc): get rid of overrun. (pointed out by akrnobu2002-12-161-1/+1
* * eval.c (backtrace): should ignore line 0 frame.matz2002-12-021-7/+1
* * array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c,knu2002-10-261-3/+3
* * parse.y (str_extend): pushback() takes one argument, so properlyknu2002-10-251-2/+2
* * parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu2002-10-181-37/+68
* * eval.c (ruby_run): should set toplevel visibility again here.matz2002-09-251-19/+27
* * parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c.aamine2002-09-061-2/+0
* * parse.y (rb_gc_mark_parser): should mark all global variables in parse.y.aamine2002-09-061-4/+8
* * gc.c (rb_gc): should mark parser.aamine2002-09-051-0/+8
* * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can.aamine2002-09-021-0/+10
* * eval.c (rb_eval): fixed line number in string interpolation.nobu2002-07-111-0/+3
* * parse.y (yylex): should pushback proper char after '<<'.nobu2002-07-111-1/+1
* * string.c (rb_str_slice_bang): if there's no correspondingmatz2002-07-111-17/+47
* * parse.y (read_escape): deny zero-width hexadecimal character.nobu2002-06-141-0/+8
* * hash.c (rb_hash_s_create): use rb_hash_aset() instead of callingmatz2002-06-131-6/+12
* * parse.y (yylex): 'do' should return kDO_BLOCK on EXPR_ENDARG.matz2002-06-121-29/+48
* * parse.y (stmt): fix typo.nobu2002-06-121-1/+1
* * eval.c (rb_eval): ruby_frame->last_func may be null, if it'smatz2002-06-111-4/+7
* * numeric.c (fix_lshift): negative shift count means right shift.nobu2002-06-101-0/+4
* * parse.y (here_document): check if identifier is terminated.nobu2002-06-021-3/+11
* * parse.y (yylex): case '<': here-document label ate '-'.aamine2002-05-221-0/+3
* * parse.y (here_document): preserve line number begins herenobu2002-05-101-1/+5
* * file.c (rb_find_file): load must be done from an abolute path ifmatz2002-05-011-2/+2
* * parse.y: avoid binson 1.35 warnings. add ; at the end of a rule.eban2002-04-041-0/+83
* * re.c (rb_reg_search): should clear last_match if pos is out ofmatz2002-03-191-10/+14
* * enum.c (enum_find): catch a value before recycle.nobu2002-03-181-12/+20
* * class.c (rb_define_class): should handle autoload.matz2002-03-151-8/+13
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-0/+1
* * gc.c (rb_source_filename): added. holds unique strings for filenobu2002-03-071-1/+1
* * hash.c (rb_any_cmp): should handle Qundef in keys.matz2002-02-201-1/+1
* * marshal.c (r_object): complete restoration before callingmatz2002-02-191-27/+87
* * parse.y (assignable): should emit CVASGN within the methodmatz2002-02-131-2/+1
* * eval.c (rb_eval): singleton chech should be moved from yycompilematz2002-02-091-4/+0
* * parse.y (yycompile): should inherit "in_single" if eval happenedmatz2002-02-081-0/+4
* * parse.y (yylex): strict check for numbers.nobu2002-01-281-44/+61
* * eval.c (ruby_stop): should not trace error handler.matz2002-01-211-0/+1
* * eval.c (block_pass): should not pass tainted block, if $SAFE > 0.matz2002-01-161-3/+1
* * parse.y (yycompile): strdup()'ed twice.nobu2002-01-041-2/+0
* forgot to commit everything bug ChangeLogmatz2002-01-041-1/+1
* * parse.y (yycompile): always store copy of filename.nobu2001-12-311-1/+3
* * stable version 1.6.6 released.matz2001-12-251-0/+1
* * parse.y (str_extend): make up pushback call.matz2001-12-121-0/+1
* * parse.y (gettable): should freeze __FILE__ string(__LINE__ is Fixnum).eban2001-12-101-3/+3
* * parse.y (gettable): should freeze __LINE__ string.matz2001-12-101-4/+18
* * parse.y (str_extend): change types of second and third argumentsusa2001-11-251-2/+2
* * parse.y (str_extend): should check nesting parentheses in #{}.matz2001-11-211-12/+14
* * parse.y (str_extend): should not terminate string interpolationmatz2001-11-191-0/+1
* * parse.y (str_extend): term can be any character.matz2001-11-191-4/+1
* * parse.y: needless conditional.nobu2001-11-181-4/+2
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-0/+1