From 656d0f56e2c7ee5b6c336a9664343cad6fc5b596 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 2 Sep 2009 07:50:16 +0000 Subject: * math.c (math_gamma): get rid of direct comparison between too big double and integer, with gcc on x86_64. [ruby-core:25257] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4eef45eb8..18f248b18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 2 16:49:53 2009 Nobuyoshi Nakada + + * math.c (math_gamma): get rid of direct comparison between too + big double and integer, with gcc on x86_64. [ruby-core:25257] + Wed Sep 2 13:47:30 2009 Nobuyoshi Nakada * math.c (domain_check): simplified. -- cgit