From b18e6b7e44f8227b8fd350342dce7da0e49dd0a1 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Oct 2007 12:29:21 +0000 Subject: * array.c (rb_ary_permutation, rb_ary_combination): missing type names. * array.c (rb_ary_permutation): used buffer should be t1. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 77c8326c4..7e7983095 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 9 21:29:19 2007 Nobuyoshi Nakada + + * array.c (rb_ary_permutation, rb_ary_combination): missing type + names. + + * array.c (rb_ary_permutation): used buffer should be t1. + Tue Oct 9 16:58:10 2007 Yukihiro Matsumoto * array.c: remove to_a completely. -- cgit