From 47572cdf7799f7ac9cd284d4a48e06b9e929065a Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 15 Nov 2005 05:42:36 +0000 Subject: * array.c (rb_ary_fill): should adjust array length correctly when an array is expanded in the fill process. [ruby-core:06625] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2f67f4a63..af23fedcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 15 14:39:16 2005 Yukihiro Matsumoto + + * array.c (rb_ary_fill): should adjust array length correctly when + an array is expanded in the fill process. [ruby-core:06625] + Mon Nov 14 23:49:57 2005 Nobuyoshi Nakada * file.c (rb_file_s_readlink): ERANGE will occur only on GPFS. -- cgit