From 7828d324c54604ac0753814166dcc693a0ba74f0 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 2 Oct 2009 15:31:05 +0000 Subject: * range.c (discrete_object_p): needs the argument type to get rid of truncation on platforms where VALUE is larger than int. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c9ec00964..4c309cd79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 3 00:31:04 2009 Nobuyoshi Nakada + + * range.c (discrete_object_p): needs the argument type to get rid + of truncation on platforms where VALUE is larger than int. + Fri Oct 2 22:30:15 2009 NARUSE, Yui * enc/unicode/name2ctype.h.blt, enc/unicode/name2ctype.kwd, -- cgit