about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-08-20 19:41:15 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-08-20 19:41:15 +0000
commitc980f2f4fe0f5d301f706017a1f7e4e942193ec0 (patch)
treea8a3c9c159747a9eed2acaa20a65e19d8b23a5c4 /ChangeLog
parent0716c4fc9fff70870e28f84d18ddbce1db162101 (diff)
downloadglibc-c980f2f4fe0f5d301f706017a1f7e4e942193ec0.tar.gz
glibc-c980f2f4fe0f5d301f706017a1f7e4e942193ec0.tar.xz
glibc-c980f2f4fe0f5d301f706017a1f7e4e942193ec0.zip
Fix cproj handling of (finite, NaN) arguments (bug 15531).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70771d634a..577304273e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
 
+	[BZ #15531]
+	* math/s_cproj.c (__cproj): Only return an infinity if one part of
+	argument is infinite.
+	* math/s_cprojf.c (__cprojf): Likewise.
+	* math/s_cprojl.c (__cprojl): Likewise.
+	* sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
+	* math/libm-test.inc (cproj_test_data): Add more tests.
+
 	* sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
 
 	* sysdeps/unix/sysv/linux/mmap64.c (__mmap64)