From 43361e90b70e555566d225413e27094887712d77 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 25 Jan 2007 22:52:38 +0000 Subject: * enumerator.c (enumerator_init_copy): need to copy internal structure on clone and dup. [ruby-dev:30192] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 60ff5f9ce..d19f99270 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 26 07:48:57 2007 Yukihiro Matsumoto + + * enumerator.c (enumerator_init_copy): need to copy internal + structure on clone and dup. [ruby-dev:30192] + Wed Jan 24 20:34:51 2007 Kouhei Sutou * test/ruby/test_iterator.rb: removed a needless workaround. -- cgit