summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-20 13:24:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-20 13:24:51 +0000
commit51e0bcb72a332b121c524e926f0b08994fc963aa (patch)
tree813a0b42faf970b65e579fd7a54a8957a0a7f839 /ChangeLog
parent65370097cda754090f57da3d9df85f98c7725e50 (diff)
* enum.c (enum_take): get rid of extraneous iteration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a38dd8c920..00c36c8ca8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Aug 20 22:24:48 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * enum.c (enum_take): get rid of extraneous iteration.
+
Wed Aug 20 20:32:49 2008 Tanaka Akira <akr@fsij.org>
* io.c (rb_io_open_with_args): use rb_open_file instead of rb_io_open.