From 41398328fb5a560cd7c36c56176f405d42c15439 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 3 Aug 2009 04:05:37 +0000 Subject: * array.c (rb_ary_{permutation,combination,product}): must not use ary_discard on strings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1162d0543..555deb38e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 3 13:05:22 2009 Nobuyoshi Nakada + + * array.c (rb_ary_{permutation,combination,product}): must not use + ary_discard on strings. + Mon Aug 3 00:32:00 2009 Nobuyoshi Nakada * random.c (rb_random_int): arguments have to be converted to -- cgit