aboutsummaryrefslogtreecommitdiffstats
path: root/struct.c
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * struct.c (rb_struct_select): fix typo.matz2002-04-121-1/+1
* * variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz2002-04-101-0/+18
* * struct.c (Init_Struct): should undefine "allocate" for Structmatz2002-02-141-1/+2
* * class.c (rb_make_metaclass): [new]nobu2002-01-101-0/+1
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-111-0/+29
* * marshal.c (r_object): better allocation type check formatz2001-10-031-16/+13
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-16/+17
* * range.c (range_step): 'iter' here should be an array.matz2001-08-201-21/+11
* * struct.c (rb_struct_modify): should check frozen and taintmatz2001-08-061-2/+13
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-5/+6
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-1/+1
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-1/+1
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* matzmatz2000-10-131-0/+2
* matzmatz2000-10-101-6/+6
* matzmatz2000-08-091-2/+0
* matzmatz2000-07-061-1/+1
* 2000-06-14matz2000-06-141-2/+4
* 2000-05-24matz2000-05-241-3/+3
* 2000-05-01matz2000-05-011-2/+4
* 2000-04-10matz2000-04-101-18/+17
* 2000-03-13matz2000-03-131-2/+2
* 2000-03-07matz2000-03-071-4/+0
* 2000-02-23matz2000-02-231-0/+2
* 2000-02-01matz2000-02-011-0/+2
* 2000-01-18matz2000-01-181-34/+0
* 20000105matz2000-01-051-8/+8
* 19991214matz1999-12-141-3/+11
* 991207matz1999-12-071-0/+9
* 19991117matz1999-11-171-1/+1
* 1.4.0matz1999-08-131-56/+101
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-158/+256
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-66/+61
* Initial revisionv1_0_r2matz1998-01-161-0/+437