From 9235eb7ceb2c5ca761f191dcdf50121619376d04 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 4 Oct 2007 11:18:14 +0000 Subject: * array.c (rb_ary_permutation, rb_ary_product): support non C99 compilers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dfb82b2f2..daabfc5e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 4 20:17:19 2007 NAKAMURA Usaku + + * array.c (rb_ary_permutation, rb_ary_product): support non C99 + compilers. + Thu Oct 4 17:33:18 2007 Yukihiro Matsumoto * re.c (kcode_setter): Perl-ish global variable `$=' no longer -- cgit