diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-30 23:43:26 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-30 23:43:26 +0000 |
| commit | d4828730e475460d2ce4b0614ffe72c17a5aeb7f (patch) | |
| tree | 9936cd1d37c08643f36dcb67bd14dcab6d77cd31 /ChangeLog | |
| parent | c118625b85c85d844b2b42797e676cfc6972f486 (diff) | |
| download | ruby-d4828730e475460d2ce4b0614ffe72c17a5aeb7f.tar.gz ruby-d4828730e475460d2ce4b0614ffe72c17a5aeb7f.tar.xz ruby-d4828730e475460d2ce4b0614ffe72c17a5aeb7f.zip | |
* enum.c (enum_take_while): separate with-block form.
* enum.c (drop_while_i): ditto.
* enum.c (enum_butfirst): abandon butfirst method. reverted.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13794 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 @@ +Wed Oct 31 03:13:41 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * enum.c (enum_take_while): separate with-block form. + + * enum.c (drop_while_i): ditto. + + * enum.c (enum_butfirst): abandon butfirst method. reverted. + Tue Oct 30 10:03:43 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * enum.c (enum_butfirst): add a new method to iterates over |
