From 5791afc9fe42e0bbfb6fc96dbf7fdb68a79fd2af Mon Sep 17 00:00:00 2001 From: ko1 Date: Mon, 20 Aug 2007 18:58:32 +0000 Subject: * enumerator.c (next_i): fix to return with Fiber#yield at the end of each block. [ruby-dev:31470] * enumerator.c (enumerator_next_p): call init_next if not initialized. [ruby-dev:31514] * test/ruby/test_enumerator.rb: add tests for Enumerator. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d6c6e4b81..267c74224 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Aug 21 03:55:20 2007 Koichi Sasada + + * enumerator.c (next_i): fix to return with Fiber#yield at + the end of each block. [ruby-dev:31470] + + * enumerator.c (enumerator_next_p): call init_next if not + initialized. [ruby-dev:31514] + + * test/ruby/test_enumerator.rb: add tests for Enumerator. + Mon Aug 20 23:28:39 2007 Yukihiro Matsumoto * string.c (Init_String): remove Symbol.intern and Symbol#dump. -- cgit