From 793c6289efdb489fd4f8e3f14d19fbcf931d2c70 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 25 Dec 2007 06:01:22 +0000 Subject: * enum.c (enum_yield): when multiple values yielded from #each pack them into an array. [ruby-dev:32708] * enum.c: all method but all?, any?, one? and none? passed packed multiple values to the block. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b8b15e1b0..eab9892a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Dec 25 15:00:33 2007 Yukihiro Matsumoto + + * enum.c (enum_yield): when multiple values yielded from #each + pack them into an array. [ruby-dev:32708] + + * enum.c: all method but all?, any?, one? and none? passed packed + multiple values to the block. + Tue Dec 25 14:57:00 2007 Nobuyoshi Nakada * common.mk (COMMONOBJS): transcode_data_*.c moved under enc/trans. -- cgit