ruby-cvs:25193
From: akr ruby-lang.org
Date: Wed, 9 Jul 2008 21:01:10 +0900 (JST)
Subject: [ruby-cvs:25193] Ruby:r17974 (trunk, ruby_1_8): * array.c (rb_ary_fill): don't raise even if length is negative.
akr 2008-07-09 21:01:08 +0900 (Wed, 09 Jul 2008) New Revision: 17974 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=17974 Log: * array.c (rb_ary_fill): don't raise even if length is negative. [ruby-core:17483], [ruby-core:17661] Modified files: branches/ruby_1_8/ChangeLog branches/ruby_1_8/array.c trunk/ChangeLog trunk/array.c