aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-01 19:23:10 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-01 19:23:10 +0000
commit3eb614154cb841e131cb1b9d213ef29f44b5fa10 (patch)
treee2fe7e7c449dfe69c69cde9db05dc238650b554d /ChangeLog
parent00c707414167a28e5d9499a3314a79e375f3e329 (diff)
downloadglibc-3eb614154cb841e131cb1b9d213ef29f44b5fa10.tar
glibc-3eb614154cb841e131cb1b9d213ef29f44b5fa10.tar.gz
glibc-3eb614154cb841e131cb1b9d213ef29f44b5fa10.tar.bz2
glibc-3eb614154cb841e131cb1b9d213ef29f44b5fa10.zip
Update.
* math/libm-test.inc (lround_test): Add new test. (llround_test): Likewise. (lrint_test): Likewise. (llrint_test): Likewise. * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Fix special case with result taking up 20 bits. * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise. * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise.. * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Fix special case with result taking up 31 bits. * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b814d5403..6ceb991811 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2004-02-01 Ulrich Drepper <drepper@redhat.com>
+ * math/libm-test.inc (lround_test): Add new test.
+ (llround_test): Likewise.
+ (lrint_test): Likewise.
+ (llrint_test): Likewise.
+ * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Fix special case
+ with result taking up 20 bits.
+ * sysdeps/ieee754/dbl-64/s_lrint.c (__lrint): Likewise.
+ * sysdeps/ieee754/dbl-64/s_llrint.c (__llrint): Likewise..
+ * sysdeps/ieee754/ldbl-96/s_lroundl.c (__lroundl): Fix special
+ case with result taking up 31 bits.
+ * sysdeps/ieee754/ldbl-96/s_lrintl.c (__lrintl): Likewise.
+
* po/nl.po: Update from translation team.
2004-01-30 Andreas Schwab <schwab@suse.de>