From 4c3f96ae6bd6482a9ce5b52849261380be2dfd9a Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 25 Dec 2007 06:22:27 +0000 Subject: * enum.c (collect_all): should pack all values. [ruby-core:14410] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d62fa4c3c..cb89ce57b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ Tue Dec 25 15:00:33 2007 Yukihiro Matsumoto * enum.c: all method but all?, any?, one? and none? passed packed multiple values to the block. + * enum.c (collect_all): should pack all values. [ruby-core:14410] + Tue Dec 25 14:57:00 2007 Nobuyoshi Nakada * common.mk (COMMONOBJS): transcode_data_*.c moved under enc/trans. -- cgit