From 30026d8e4b32ffafe4427f562de0cb8718786b67 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 21 Nov 2007 06:06:10 +0000 Subject: * array.c (rb_ary_permutation): add gc guard codes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 49ec403c4..c4001532d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Nov 21 14:55:13 2007 Koichi Sasada + + * array.c (rb_ary_permutation): add gc guard codes. + Wed Nov 21 03:12:50 2007 Yukihiro Matsumoto * process.c (rb_f_system): returns nil on execution failure. -- cgit