diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-13 14:59:55 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-13 14:59:55 +0000 |
| commit | 8958fb37ccbed3253f3c1972558aab272c6d3889 (patch) | |
| tree | 966fc49fec416dad167b1fa3c8bba5e4218af355 /ChangeLog | |
| parent | ff470e30fb0999fd5d2510559a5b4f84cfc12f7f (diff) | |
| download | ruby-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
