about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-03-07 15:15:19 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-03-07 15:15:19 +0000
commitd1d3431a3a9dd14501eedb701436bd5005b1db7d (patch)
tree39d3514fc227717e59ebd11e94c822491a8b382d /ChangeLog
parenta4300c7a4d65e24a4a0215460c063ea9c7b4605a (diff)
downloadglibc-d1d3431a3a9dd14501eedb701436bd5005b1db7d.tar.gz
glibc-d1d3431a3a9dd14501eedb701436bd5005b1db7d.tar.xz
glibc-d1d3431a3a9dd14501eedb701436bd5005b1db7d.zip
Fix signs of zeros from casinh, cacosh etc. (bug 10716).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3dbb5d63b..e3842807df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-03-07  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #10716]
+	* math/s_cacosh.c (__cacosh): Convert negative log results to 0.
+	* math/s_cacoshf.c (__cacoshf): Likewise.
+	* math/s_cacoshl.c (__cacoshl): Likewise.
+	* math/s_casinh.c (__casinh): Set signs of result from argument.
+	* math/s_casinhf.c (__casinhf): Likewise.
+	* math/s_casinhl.c (__casinhl): Likewise.
+	* math/libm-test.inc (cacos_test, cacosh_test, casin_test)
+	(casinh_test): Add more tests.
+	* sysdeps/i386/fpu/libm-test-ulps: Update.
+	* sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
+
 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
 
 	* login/Makefile (distribute): Remove variable.