summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-13 14:59:55 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-13 14:59:55 +0000
commit8958fb37ccbed3253f3c1972558aab272c6d3889 (patch)
tree966fc49fec416dad167b1fa3c8bba5e4218af355 /ChangeLog
parentff470e30fb0999fd5d2510559a5b4f84cfc12f7f (diff)
downloadruby-8958fb37ccbed3253f3c1972558aab272c6d3889.tar.gz
ruby-8958fb37ccbed3253f3c1972558aab272c6d3889.tar.xz
ruby-8958fb37ccbed3253f3c1972558aab272c6d3889.zip
* enum.c (enum_cycle): Make Enumerable#cycle do a finite loop when
the number of cycles is specified. * array.c (rb_ary_cycle): Ditto for Array#cycle. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2650b750f..33c8697ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sun Apr 13 23:53:58 2008 Akinori MUSHA <knu@iDaemons.org>
+
+ * enum.c (enum_cycle): Make Enumerable#cycle do a finite loop when
+ the number of cycles is specified.
+
+ * array.c (rb_ary_cycle): Ditto for Array#cycle.
+
Sun Apr 13 18:52:27 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* thread_pthread.c (lock_func): should not check interrupts in