From dd15dc1c3cdc14beac64316f6b6297ce24c406ab Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 11 Oct 2006 08:06:16 +0000 Subject: * array.c: revert modify check during iteration. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e0a9a03ce..746fbabce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,11 +14,6 @@ Wed Oct 11 15:03:55 2006 Akinori MUSHA recursive calls, but call initialize() when reset() is not defined in a subclass. -Wed Oct 11 14:58:44 2006 Yukihiro Matsumoto - - * array.c (rb_ary_each): prohibit array modification during each - iteration. [ruby-core:09104] - Wed Oct 11 14:56:10 2006 Yukihiro Matsumoto * ext/digest/sha1/sha1ossl.h: libssl 0.9.8c-3 defines no -- cgit