summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-30 23:43:26 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-30 23:43:26 +0000
commitd4828730e475460d2ce4b0614ffe72c17a5aeb7f (patch)
tree9936cd1d37c08643f36dcb67bd14dcab6d77cd31 /ChangeLog
parentc118625b85c85d844b2b42797e676cfc6972f486 (diff)
downloadruby-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6866ecb0a..89a3860df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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