Age | Commit message (Expand) | Author |
2005-10-21 | * intern.h, struct.c (rb_struct_iv_get): constified. | ocean |
2005-09-24 | banish some warnings. | akr |
2005-09-14 | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean |
2005-09-12 | * array.c: moved to ANSI function style from K&R function style. | ocean |
2005-08-30 | * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c: | nobu |
2005-07-23 | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu |
2005-07-20 | * variable.c (rb_class_path): need to adjust snprintf() len for | matz |
2005-07-19 | * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec(). | matz |
2005-06-01 | * struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247] | aamine |
2005-04-18 | * eval.c (rb_attr): attribute name check added. | matz |
2005-03-17 | * struct.c (make_struct): allow non local-id field | matz |
2005-03-04 | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz |
2004-09-27 | * intern.h, struct.c (rb_struct_s_members, rb_struct_members): public | nobu |
2004-09-24 | * struct.c (rb_struct_s_members): wrong call of struct_members. | matz |
2004-09-24 | * parse.y (rb_parser_append_print): should handle prelude. | matz |
2004-09-03 | * struct.c (make_struct): remove redefining constant when | matz |
2004-04-07 | * file.c (rb_get_path): get path string via "to_path" method if | matz |
2004-03-29 | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz |
2004-03-10 | * struct.c (rb_struct_s_def): Struct::new executes block with | matz |
2004-01-18 | * class.c, error.c, file.c, io.c, numeric.c, object.c, re.c, struct.c, | nobu |
2003-12-28 | RDoc Struct and random | dave |
2003-11-04 | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz |
2003-07-12 | * struct.c (struct_entry): add prototype to avoid VC++ warnings. | usa |
2003-07-03 | * array.c (rb_values_at): extract common procedure from | matz |
2003-05-20 | * eval.c (rb_yield_0): give warning for multiple values for a | matz |
2003-05-19 | * object.c (init_copy): rename copy_object as initialize_copy, | matz |
2003-05-06 | * object.c (rb_obj_methods): list singleton methods if recur | matz |
2003-05-04 | * array.c (rb_ary_values_at): new method to replace select(index..). | matz |
2003-04-18 | * struct.c (rb_struct_eql): should compare values with "eql?". | matz |
2003-04-15 | * struct.c (rb_struct_hash): new methods Struct#hash, Struct#eql?. | nobu |
2003-01-16 | Updated Copyrights of Matz to 2003. | michal |
2003-01-05 | * struct.c (make_struct): needs meta class. | nobu |
2002-12-20 | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz |
2002-12-10 | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz |
2002-10-29 | * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c, | knu |
2002-09-03 | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz |
2002-08-29 | * array.c (rb_ary_become): should not free ptr if it's shared. | matz |
2002-08-27 | * file.c (rb_find_file): $LOAD_PATH must not be empty. | matz |
2002-08-21 | *.c: Int vs Long cleanup | michal |
2002-05-14 | * eval.c (rb_clear_cache_by_class): new function. | matz |
2002-04-12 | * struct.c (rb_struct_select): fix typo. | matz |
2002-04-10 | * variable.c (rb_obj_remove_instance_variable): raise NameError if | matz |
2002-02-14 | * struct.c (Init_Struct): should undefine "allocate" for Struct | matz |
2002-01-10 | * class.c (rb_make_metaclass): [new] | nobu |
2001-12-11 | * string.c (rb_str_match_m): should convert an argument into | matz |
2001-10-03 | * marshal.c (r_object): better allocation type check for | matz |
2001-08-29 | * parse.y (yylex): ternary ? can be followed by newline. | matz |
2001-08-20 | * range.c (range_step): 'iter' here should be an array. | matz |
2001-08-06 | * struct.c (rb_struct_modify): should check frozen and taint | matz |
2001-07-02 | * error.c (exc_exception): clone the receiver exception instead of | matz |