diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-08-20 19:41:15 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-08-20 19:41:15 +0000 |
commit | c980f2f4fe0f5d301f706017a1f7e4e942193ec0 (patch) | |
tree | a8a3c9c159747a9eed2acaa20a65e19d8b23a5c4 /ChangeLog | |
parent | 0716c4fc9fff70870e28f84d18ddbce1db162101 (diff) | |
download | glibc-c980f2f4fe0f5d301f706017a1f7e4e942193ec0.zip glibc-c980f2f4fe0f5d301f706017a1f7e4e942193ec0.tar.gz glibc-c980f2f4fe0f5d301f706017a1f7e4e942193ec0.tar.bz2 |
Fix cproj handling of (finite, NaN) arguments (bug 15531).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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) |