From 54380d99f833eaac517c5be4f6753f015dcaed2d Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 18 Feb 2010 13:39:11 +0000 Subject: * math.c (math_atanh): raise ERANGE without calling atanh if absolute value is 1 to achieve platform-independent math. [ruby-core:28219] * math.c (math_lgamma): return [Infinity, 1] without calling lgamma_r if argument is infinity or -infinity. [ruby-core:28219] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fc9e4fd52e..8914c41584 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Feb 18 22:31:15 2010 Yusuke Endoh + + * math.c (math_atanh): raise ERANGE without calling atanh if absolute + value is 1 to achieve platform-independent math. [ruby-core:28219] + + * math.c (math_lgamma): return [Infinity, 1] without calling lgamma_r + if argument is infinity or -infinity. [ruby-core:28219] + Thu Feb 18 22:28:00 2010 Kenta Murata * confiure.in: new --with-ext and --with-out-ext options for extmk. -- cgit v1.2.3