From 3089f1411ae7fbe2c1e38afacae0c2df32dcc8b8 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 2 Oct 2007 03:33:53 +0000 Subject: * array.c (rb_ary_product): generalized product, now takes arbitrary number of arrays. a patch from David Flanagan . [ruby-core:12346] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d3c135882..50094435d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 2 12:30:40 2007 Yukihiro Matsumoto + + * array.c (rb_ary_product): generalized product, now takes + arbitrary number of arrays. a patch from David Flanagan + . [ruby-core:12346] + Tue Oct 2 08:25:50 2007 Yukihiro Matsumoto * array.c (rb_ary_permutation): implementation contributed from -- cgit