aboutsummaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* * re.c (match_select): should propagate taintness.matz2002-01-111-1/+1
* * class.c (rb_make_metaclass): [new]nobu2002-01-101-8/+22
* * string.c (rb_str_new2): NULL pointer check added.matz2002-01-071-2/+2
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-2/+14
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-1/+2
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-2/+2
* * class.c (rb_mod_clone): should not copy class name, since clonematz2001-10-221-0/+6
* * marshal.c (r_object): better allocation type check formatz2001-10-031-7/+6
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-9/+7
* * range.c (range_step): new method.matz2001-08-141-0/+4
* * eval.c (rb_provide_feature): should not tweak extension used formatz2001-07-241-0/+16
* * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz2001-07-181-2/+16
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-2/+2
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-1/+11
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-14/+73
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-3/+8
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* matzmatz2000-12-181-0/+1
* matzmatz2000-12-051-4/+0
* matzmatz2000-07-271-0/+3
* 2000-06-22matz2000-06-221-0/+1
* 2000-05-24matz2000-05-241-1/+1
* 2000-05-01matz2000-05-011-3/+18
* 2000-03-07matz2000-03-071-4/+1
* 2000-02-25matz2000-02-251-0/+3
* 2000-02-18matz2000-02-181-12/+19
* 20000105matz2000-01-051-1/+1
* 19991214matz1999-12-141-8/+19
* 19991117matz1999-11-171-2/+2
* 1.4.0matz1999-08-131-26/+33
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-109/+159
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-85/+256
* Initial revisionv1_0_r2matz1998-01-161-0/+427