diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-25 06:01:22 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-25 06:01:22 +0000 |
| commit | 793c6289efdb489fd4f8e3f14d19fbcf931d2c70 (patch) | |
| tree | bbb7d65d1214541ad1574248284d3dc165934959 /ChangeLog | |
| parent | e64525540af1f5cf8a6d535cdbe15a079f9f710c (diff) | |
| download | ruby-793c6289efdb489fd4f8e3f14d19fbcf931d2c70.tar.gz ruby-793c6289efdb489fd4f8e3f14d19fbcf931d2c70.tar.xz ruby-793c6289efdb489fd4f8e3f14d19fbcf931d2c70.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Dec 25 15:00:33 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * common.mk (COMMONOBJS): transcode_data_*.c moved under enc/trans. |
