From e4151dcf5b0b87465bee51df0af2e1216a11735f Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 11 Oct 2006 05:59:41 +0000 Subject: * array.c (rb_ary_each): prohibit array modification during each iteration. [ruby-core:09104] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f988ece3e..93a17fb6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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