From 70fee5d1044cdef33723acc8490a27a7998792cc Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 22 Dec 2007 05:05:30 +0000 Subject: * array.c (rb_ary_permutation): add volatile to avoid GC problem. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 50be216f1..351974830 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Dec 22 14:02:58 2007 Koichi Sasada + + * array.c (rb_ary_permutation): add volatile to avoid GC problem. + Sat Dec 22 11:47:42 2007 Koichi Sasada * eval.c (rb_obj_instance_eval): use class of immediate objects. -- cgit