From 2b99258d920e2b2ef01b955eef52612e911f8d91 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 18 Jul 2008 15:29:17 +0000 Subject: * numeric.c (check_uint, rb_num2uint, rb_fix2uint): fixed wrong check about 64bit positive value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d97f9a241..d21bdda97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 19 00:27:58 2008 NAKAMURA Usaku + + * numeric.c (check_uint, rb_num2uint, rb_fix2uint): fixed wrong check + about 64bit positive value. + Fri Jul 18 23:23:37 2008 Masaki Suketa * ext/win32ole/win32ole.c (EVENTSINK_Invoke): avoid cfp consistency -- cgit