From 4fc61bbb3bd4d3bb138eab5e7ba426535d07a48e Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 25 Nov 2005 05:42:28 +0000 Subject: * range.c (range_max): treat end exclusion without iteration if the end value is an integer. [ruby-talk:167433] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a43dcc3d5..e7186b195 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 25 14:34:09 2005 Yukihiro Matsumoto + + * range.c (range_max): treat end exclusion without iteration if + the end value is an integer. [ruby-talk:167433] + Fri Nov 25 12:52:57 2005 Kouhei Sutou * lib/rss/rss.rb: added backward compatibility codes. -- cgit