aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (ev_const_defined): add new parameter self for specialmatz2001-03-131-1/+1
* * parse.y: warn -> rb_warneban2001-03-131-1/+1
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-32/+15
* * parse.y (primary): rescue and ensure clauses should be allowedmatz2001-03-061-0/+10
* * eval.c (proc_call): should not modify ruby_block->frame.itermatz2001-02-261-7/+8
* * eval.c (secure_visibility): visibility check for untainted modules.matz2001-02-191-11/+25
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-02-131-20/+32
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-12/+30
* * array.c (rb_ary_sort_bang): returns self, even if its length ismatz2001-02-021-4/+3
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-7/+12
* * parse.y: clarify do ambiguity, bit more complex but naturalmatz2001-01-261-47/+62
* * gc.c (os_live_obj): do not list terminated object.matz2001-01-231-55/+38
* * parse.y (block_call): syntax restructure.matz2001-01-201-53/+52
* * parse.y (yylex): fixed serious syntax misbehavior. do'smatz2001-01-191-5/+3
* inline fixmatz2001-01-101-1/+3
* * enum.c (enum_inject): new method.matz2001-01-091-7/+9
* changes from personal modifies -- matzmatz2000-12-281-18/+30
* matzmatz2000-12-271-25/+27
* matzmatz2000-12-261-5/+2
* 001225matz2000-12-251-3/+10
* matzmatz2000-12-221-13/+35
* matzmatz2000-12-181-2/+6
* matzmatz2000-12-121-7/+8
* matzmatz2000-12-051-16/+20
* matzmatz2000-11-271-1/+0
* matzmatz2000-11-211-2/+2
* matzmatz2000-11-131-1/+23
* matzmatz2000-11-101-2/+2
* matzmatz2000-10-311-1/+2
* matzmatz2000-10-201-1/+12
* matzmatz2000-10-161-1/+2
* matzmatz2000-10-111-0/+1
* matzmatz2000-10-101-5/+7
* matzmatz2000-09-221-2/+4
* 000919matz2000-09-191-3/+3
* matzmatz2000-09-181-1/+5
* matzmatz2000-09-151-1/+9
* matz: 1.6.0 final (hopufully)matz2000-09-121-9/+8
* matzmatz2000-09-041-17/+41
* matzmatz2000-09-011-0/+8
* matzmatz2000-08-311-2/+8
* matzmatz2000-08-301-0/+1
* matzmatz2000-08-291-4/+2
* matzmatz2000-08-291-9/+3
* matzmatz2000-08-281-18/+18
* matzmatz2000-08-021-0/+1
* matzmatz2000-07-271-5/+3
* matzmatz2000-07-211-0/+4
* matzmatz2000-07-181-1/+1
* matzmatz2000-07-121-1/+1