aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
Commit message (Expand)AuthorAgeFilesLines
* * error.c (rb_name_error): raise NameError instead of LoadError.shugo2001-07-031-1/+1
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-6/+41
* * error.c (Init_Exception): NameError went under StandardError,matz2001-06-051-4/+4
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-5/+5
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-10/+33
* * string.c (rb_str_substr): "a"[1,2] should return ""; needmatz2001-02-191-0/+26
* * eval.c (secure_visibility): visibility check for untainted modules.matz2001-02-191-0/+9
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-1/+1
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-1/+1
* * error.c: typomatz2001-01-091-1/+1
* * enum.c (enum_inject): new method.matz2001-01-091-2/+7
* matzmatz2000-11-141-1/+3
* matzmatz2000-11-101-4/+7
* matzmatz2000-11-081-3/+16
* matzmatz2000-08-241-2/+2
* matzmatz2000-07-101-0/+1
* 2000-06-22matz2000-06-221-1/+3
* 2000-05-01matz2000-05-011-2/+10
* 2000-04-10matz2000-04-101-5/+7
* 2000-03-07matz2000-03-071-18/+6
* 2000-02-01matz2000-02-011-7/+18
* 20000105matz2000-01-051-2/+2
* 19991214matz1999-12-141-0/+3
* 19991201matz1999-12-011-0/+1
* 19991104matz1999-11-041-3/+6
* 19991018matz1999-10-181-0/+4
* ruby -vmatz1999-10-161-4/+10
* 19991012matz1999-10-121-1/+1
* 1.4.0matz1999-08-131-84/+52
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-195/+461
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-10/+15
* Initial revisionv1_0_r2matz1998-01-161-0/+832