From cef4168f2fc8440188d371f92d607777a471fdfe Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 16 Nov 2004 04:55:14 +0000 Subject: * string.c (str_mod_check): frozen check should be separated. [ruby-core:3742] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d987d84c5..d8aa14071 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,9 @@ Tue Nov 16 11:19:07 2004 Nobuyoshi Nakada Tue Nov 16 01:41:31 2004 Yukihiro Matsumoto + * string.c (str_mod_check): frozen check should be separated. + [ruby-core:3742] + * array.c (rb_ary_update): pedantic check to detect rb_ary_to_ary() to modify the receiver. [ruby-dev:24861] -- cgit