diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-19 05:07:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-19 05:07:31 +0000 |
commit | cc46d0cfcf056cd46a99b6c9051291da31764c58 (patch) | |
tree | 924077ae6d01b45c0b8363d666e806268cf7d382 /ChangeLog | |
parent | aa9e3c3940003135ee8d3b2e728b627930eb65b1 (diff) | |
download | glibc-cc46d0cfcf056cd46a99b6c9051291da31764c58.tar glibc-cc46d0cfcf056cd46a99b6c9051291da31764c58.tar.gz glibc-cc46d0cfcf056cd46a99b6c9051291da31764c58.tar.bz2 glibc-cc46d0cfcf056cd46a99b6c9051291da31764c58.zip |
Update.
* math/test-misc.c: Add more tests for nextafter.
* sysdeps/i386/fpu/s_nextafterl.c: Handle decrement for x<0 correctly.
* sysdeps/ieee754/ldbl-96/math_ldbl.h
(ieee_long_double_shape_type): Make sign_exponent element signed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2000-12-18 Ulrich Drepper <drepper@redhat.com> + * math/test-misc.c: Add more tests for nextafter. + * sysdeps/i386/fpu/s_nextafterl.c: Handle decrement for x<0 correctly. + * sysdeps/ieee754/ldbl-96/math_ldbl.h + (ieee_long_double_shape_type): Make sign_exponent element signed. + * manual/message.texi: Add Estonian to plural overview list. Correct rule for Slavic languages. Patch by Stanislav Brabec <utx@penguin.cz>. |