From 0710ed0d0542fa6c8bcd0986baeebc8fa980f27f Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 18 Oct 2007 08:14:21 +0000 Subject: * range.c (Init_Range): typo fixed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a534f741b..5e95fab15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ Thu Oct 18 17:08:57 2007 Yukihiro Matsumoto * enum.c (enum_cycle): should not cause infinite loop for empty arrays. [ruby-core:12710] + * range.c (Init_Range): typo fixed. + Thu Oct 18 16:39:34 2007 Yukihiro Matsumoto * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): more -- cgit