summaryrefslogtreecommitdiff
path: root/struct.c
AgeCommit message (Expand)Author
2007-08-22 * struct.c (rb_struct_init_copy): disallow changing the size.shyouhei
2006-02-02* eval.c (eval): need not to protect $SAFE value.matz
2005-07-19* error.c (syserr_initialize): add 1 byte for snprintf() size formatz
2005-07-19* io.c (rb_io_inspect): replace sprintf() with "%s" format allmatz
2005-05-11* struct.c (make_struct): allow const_id for accessor names.matz
2005-03-17* struct.c (make_struct): allow non local-id fieldmatz
2005-02-09* struct.c (make_struct): fixed: [ruby-core:04402]matz
2005-01-20* string.c (rb_str_new4): should propagate taintedness.matz
2004-12-21* ext/openssl/ossl_asn1.c (ossl_asn1_traverse): [ruby-dev:25261]matz
2004-10-06* io.c (rb_io_s_sysopen): preserve path in the buffer allocated bymatz
2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz
2004-09-03* struct.c (make_struct): remove redefining constant whenmatz
2004-04-05* eval.c (top_include): include in the wrapped load is done formatz
2003-12-28RDoc Struct and randomdave
2003-11-04* io.c (read_all): fptr->f may be NULL, if IO is closed in thematz
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 frommatz
2003-05-20* eval.c (rb_yield_0): give warning for multiple values for amatz
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 recurmatz
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-16Updated 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 numbersmatz
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 instancematz
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 cleanupmichal
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 ifmatz
2002-02-14* struct.c (Init_Struct): should undefine "allocate" for Structmatz
2002-01-10* class.c (rb_make_metaclass): [new]nobu
2001-12-11* string.c (rb_str_match_m): should convert an argument intomatz
2001-10-03* marshal.c (r_object): better allocation type check formatz
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 taintmatz
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-02-14* dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz
2000-10-13matzmatz
2000-10-10matzmatz
2000-08-09matzmatz
2000-07-06matzmatz