aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-9/+6
* * eval.c (svalue_to_avalue): new conversion scheme between singlematz2001-06-231-2/+2
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-9/+6
* * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz2001-06-081-5/+2
* * parse.y (yylex): incomplete fix.matz2001-06-071-1/+2
* * parse.y (yylex): exclude kDO_BLOCK too much by false condition.matz2001-06-071-4/+7
* * eval.c (rb_load): should check if tainted even when wrap ismatz2001-06-061-1/+1
* * parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz2001-06-061-1/+1
* * error.c (Init_Exception): NameError went under StandardError,matz2001-06-051-5/+16
* * variable.c (rb_mod_const_at): use hash table as internalmatz2001-06-051-2/+5
* * parse.y (call_args2): confusion with list_append() andmatz2001-06-011-4/+4
* * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz2001-06-011-9/+12
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-85/+229
* * eval.c (rb_yield_0): need argument adjustment for C definedmatz2001-05-241-5/+0
* * variable.c (rb_alias_variable): should not allow variablematz2001-05-221-25/+24
* * bignum.c (rb_big2str): t should be protected from GC.matz2001-05-211-16/+16
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-0/+1
* * parse.y (arg): "||=" should not warn for uninitialized instancematz2001-05-071-13/+8
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-24/+29
* * 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