From a58bc70a0d668aced0ba2b461e22b9e652efdb2f Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 24 Sep 2004 05:53:43 +0000 Subject: * parse.y (rb_parser_append_print): should handle prelude. [llama@u01.gate0] * parse.y (rb_parser_while_loop): ditto. * array.c (rb_ary_subseq): original object might be modified after sharing data creation. [ruby-dev:24327] * array.c (rb_ary_replace): ditto. * array.c (ary_make_shared): freeze shared array. [ruby-dev:24325] * struct.c (struct_members): always check struct size and size of members list in the class. [ruby-dev:24320] * string.c (rb_str_sub_bang): check if string is not modified during iteration. [ruby-dev:24315] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f10d6e28b..4eeeb261c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Fri Sep 24 08:29:45 2004 Yukihiro Matsumoto + + * parse.y (rb_parser_append_print): should handle prelude. + [llama@u01.gate0] + + * parse.y (rb_parser_while_loop): ditto. + + * array.c (rb_ary_subseq): original object might be modified after + sharing data creation. [ruby-dev:24327] + + * array.c (rb_ary_replace): ditto. + + * array.c (ary_make_shared): freeze shared array. [ruby-dev:24325] + + * struct.c (struct_members): always check struct size and size of + members list in the class. [ruby-dev:24320] + Thu Sep 23 19:48:14 2004 Minero Aoki * ext/ripper/Makefile.dev: removed. @@ -16,6 +33,9 @@ Thu Sep 23 19:48:14 2004 Minero Aoki Thu Sep 23 09:29:14 2004 Yukihiro Matsumoto + * string.c (rb_str_sub_bang): check if string is not modified + during iteration. [ruby-dev:24315] + * hash.c (rb_hash_rehash): replace st_foreach() by its deep checking counterpart. [ruby-dev:24310] -- cgit