diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-06 18:37:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-06 18:37:30 +0000 |
commit | c039eedd66aff3706fede2188d920e173543b8e8 (patch) | |
tree | 7caae3bc57aa7ff2781e7e32c4dc4c8925ad096a /ChangeLog | |
parent | 718946816cf60374f9d8f674d3ed649fdb33205a (diff) | |
download | glibc-c039eedd66aff3706fede2188d920e173543b8e8.zip glibc-c039eedd66aff3706fede2188d920e173543b8e8.tar.gz glibc-c039eedd66aff3706fede2188d920e173543b8e8.tar.bz2 |
[BZ #4407]
* sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
* sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
* sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
* math/libm-test.inc: Add test for this case.
Half the patch by Christian Iseli <christian.iseli@licr.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2007-10-06 Ulrich Drepper <drepper@redhat.com> + [BZ #4407] + * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0. + * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise. + * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise. + * math/libm-test.inc: Add test for this case. + [BZ #5010] * sunrpc/svc.c (struct svc_callout): Add sc_mapped element. (svc_register): Initialize sc_mapped. Set to TRUE if call to @@ -29,7 +35,7 @@ * string/bits/string2.h (__strdup): Cast parameters to calloc to avoid warning with -Wconversion. (__strndup): Likewise. - Patch to 50% by Christian Iseli <christian.iseli@licr.org>. + Half the patch by Christian Iseli <christian.iseli@licr.org>. [BZ #5112] * nscd/connections.c (restart): Don't resync if database is |