From 35bc2eee154c6aa18fe210e7d9f960a15655dce3 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 19 Nov 2007 07:06:03 +0000 Subject: * array.c (rb_ary_permutation): gives all permutations of elements if no argument given. a patch from Yusuke ENDOH . [ruby-dev:32309] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 15d69df12..f03870f75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Nov 19 16:04:08 2007 Yukihiro Matsumoto + + * array.c (rb_ary_permutation): gives all permutations of elements + if no argument given. a patch from Yusuke ENDOH . + [ruby-dev:32309] + Mon Nov 19 02:44:07 2007 Nobuyoshi Nakada * compile.c (iseq_compile_each): alias and undef accept dsyms as well -- cgit