From 9d6b7aede9c20ff46290d9d08027dc8a025f0e78 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 14 Jun 2014 01:54:45 +0000 Subject: array.c: non-recursive permute0 * array.c (permute0): remove recursion, by looping with indexes stored in `p`. [ruby-core:63103] [Bug #9932] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 429fa3bdf4..4a6c9454c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jun 14 10:53:28 2014 Nobuyoshi Nakada + + * array.c (permute0): remove recursion, by looping with indexes + stored in `p`. [ruby-core:63103] [Bug #9932] + Sat Jun 14 10:52:15 2014 Nobuyoshi Nakada * string.c (rb_str_resize): update capa only when buffer get -- cgit v1.2.3