From cc659d2f1b120fda6b085a7a51ac4115397bf9ef Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 20 Sep 2014 06:52:29 +0000 Subject: * enum.c (enum_slice_when): New method: Enumerable#slice_when. (slicewhen_i): New function. (slicewhen_ii): New function. * enumerator.c (InitVM_Enumerator): New method: Enumerator::Lazy#slice_when. [ruby-core:62499] [Feature #9826] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fc196cd8ca..4802b696f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Sep 20 15:39:11 2014 Tanaka Akira + + * enum.c (enum_slice_when): New method: Enumerable#slice_when. + (slicewhen_i): New function. + (slicewhen_ii): New function. + + * enumerator.c (InitVM_Enumerator): New method: + Enumerator::Lazy#slice_when. + + [ruby-core:62499] [Feature #9826] + Sat Sep 20 11:55:19 2014 SHIBATA Hiroshi * .travis.yml: added new configurations for osx on travis ci. -- cgit v1.2.3