aboutsummaryrefslogtreecommitdiffstats
path: root/struct.c
Commit message (Expand)AuthorAgeFilesLines
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-4/+11
* * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c,nobu2004-01-181-0/+1
* RDoc Struct and randomdave2003-12-281-0/+240
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-4/+0
* * struct.c (struct_entry): add prototype to avoid VC++ warnings.usa2003-07-121-0/+1
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-24/+13
* * eval.c (rb_yield_0): give warning for multiple values for amatz2003-05-201-1/+1
* * object.c (init_copy): rename copy_object as initialize_copy,matz2003-05-191-2/+2
* * object.c (rb_obj_methods): list singleton methods if recurmatz2003-05-061-0/+2
* * array.c (rb_ary_values_at): new method to replace select(index..).matz2003-05-041-13/+26
* * struct.c (rb_struct_eql): should compare values with "eql?".matz2003-04-181-1/+20
* * struct.c (rb_struct_hash): new methods Struct#hash, Struct#eql?.nobu2003-04-151-0/+18
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * struct.c (make_struct): needs meta class.nobu2003-01-051-0/+1
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-2/+2
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-2/+2
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-4/+4
* * variable.c (rb_copy_generic_ivar): remove old generic instancematz2002-09-031-7/+9
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-2/+2
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-5/+6
* *.c: Int vs Long cleanupmichal2002-08-211-2/+2
* * 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