From d653bde761787d2d1b0d46f766b525d8a4bc4276 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 4 Oct 2007 06:51:17 +0000 Subject: * array.c (rb_ary_permutation): remove C99 dependency. [ruby-dev:31934] * array.c (rb_ary_product): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e65e29eee..413c7b62e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Oct 4 15:49:33 2007 Yukihiro Matsumoto + + * array.c (rb_ary_permutation): remove C99 dependency. + [ruby-dev:31934] + + * array.c (rb_ary_product): ditto. + Wed Oct 3 23:37:17 2007 Yukihiro Matsumoto * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments. -- cgit