diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-13 19:40:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-13 19:40:31 +0000 |
commit | 87a27b3337a64d58b3a39fdc7f9e02a460bddcbc (patch) | |
tree | 7ef199d796bc3faa84fbcffff03d19e396059dc1 /ChangeLog | |
parent | 7cdd956e1c55930a020b61806d642b6047deffc7 (diff) | |
download | glibc-87a27b3337a64d58b3a39fdc7f9e02a460bddcbc.tar.gz glibc-87a27b3337a64d58b3a39fdc7f9e02a460bddcbc.tar.xz glibc-87a27b3337a64d58b3a39fdc7f9e02a460bddcbc.zip |
Update.
* sysdeps/i386/fpu/s_cosf.S: Domain of opcode is not large enough so test for overflow and handle it. * sysdeps/i386/fpu/s_sinf.S: Likewise. * sysdeps/i386/fpu/s_tanf.S: Likewise. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1563).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e109ee2375..f43b66b1d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-02-13 Ulrich Drepper <drepper@redhat.com> + * sysdeps/i386/fpu/s_cosf.S: Domain of opcode is not large enough + so test for overflow and handle it. + * sysdeps/i386/fpu/s_sinf.S: Likewise. + * sysdeps/i386/fpu/s_tanf.S: Likewise. + Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1563). + * iconvdata/Makefile (modules): Add UTF-16. (distribute): Add utf-16.c. * iconvdata/gconv-modules: Add entries for UTF-16, UTF-16BE, and |