diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-25 00:21:22 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-25 00:21:22 +0000 |
| commit | 3790692d369e3499c336202f89954ff5296751ad (patch) | |
| tree | a1a0bb9f6668d658c38bd5a34abe4cbcff0b684e /ChangeLog | |
| parent | 9158c76842538fda9740f4ff2a848eec28697e5f (diff) | |
| download | ruby-3790692d369e3499c336202f89954ff5296751ad.tar.gz ruby-3790692d369e3499c336202f89954ff5296751ad.tar.xz ruby-3790692d369e3499c336202f89954ff5296751ad.zip | |
* enumerator.c (enum_each_slice, enum_each_cons): returns
Enumerable::Enumerator if no block is given. [ruby-dev:29246]
* enumerator.c: remove methods: enum_with_index, enum_slice,
enum_cons. [ruby-dev:29246]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7,6 +7,14 @@ Wed Oct 25 00:58:19 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * win32/mkexports.rb, win32/resource.rb: use unique variable names. +Tue Oct 24 18:56:13 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * enumerator.c (enum_each_slice, enum_each_cons): returns + Enumerable::Enumerator if no block is given. [ruby-dev:29246] + + * enumerator.c: remove methods: enum_with_index, enum_slice, + enum_cons. [ruby-dev:29246] + Tue Oct 24 18:51:27 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * enum.c (enum_zip): add RETURN_ENUMERATOR() to zip method. |
