From b8496ccd8fd192c33914bb761c6765350028da73 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 1 Oct 2007 23:37:02 +0000 Subject: * array.c (rb_ary_permutation): small dirty hack by Matz to avoid arrays on stack. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 17b79034d..d3c135882 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ Tue Oct 2 08:25:50 2007 Yukihiro Matsumoto * array.c (rb_ary_combination): RDoc update to clarify. a patch from David Flanagan. [ruby-core:12344] + * array.c (rb_ary_permutation): small dirty hack by Matz to avoid + arrays on stack. + Tue Oct 2 07:01:05 2007 Koichi Sasada * proc.c (proc_dup): proc->block.proc should be self. -- cgit