diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-20 08:02:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-20 08:02:49 +0000 |
commit | 16ac79ca946f05fa5bf25b6ae99f8ae5487f7503 (patch) | |
tree | b34b6a71794724ddef7eff4b25d7f50f0944b5bd /ChangeLog | |
parent | ee00109cd058fe28fec37f558dc673c9b3adc9db (diff) | |
download | glibc-16ac79ca946f05fa5bf25b6ae99f8ae5487f7503.tar.gz glibc-16ac79ca946f05fa5bf25b6ae99f8ae5487f7503.tar.xz glibc-16ac79ca946f05fa5bf25b6ae99f8ae5487f7503.zip |
Update.
* sysdeps/ieee754/ldbl-96/s_modfl.c: Correct handling of arguments with exponent >31 and < 63 (PR libc/1548).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 96643d61ab..1878bae26b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-01-19 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/ieee754/ldbl-96/s_modfl.c: Correct handling of arguments + with exponent >31 and < 63 (PR libc/1548). + * locale/programs/ld-collate.c (output_weightwc): Return index measured in words, not bytes. Don't write out words for ignored characters. |