diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-27 10:00:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-27 10:00:44 +0000 |
commit | 9eb2730eab81c7732ecd9727c64165cab01b0d2b (patch) | |
tree | 740f5b85a62a3aaf534f9a2d0da6cb2e80a28d2e /ChangeLog | |
parent | d7390a372fef23e78ff90d1a93eb6d5dc1d337f2 (diff) | |
download | glibc-9eb2730eab81c7732ecd9727c64165cab01b0d2b.tar.gz glibc-9eb2730eab81c7732ecd9727c64165cab01b0d2b.tar.xz glibc-9eb2730eab81c7732ecd9727c64165cab01b0d2b.zip |
Update.
1998-02-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer bit. * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 01bd576c7d..4404bce485 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1998-02-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + + * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer + bit. + * sysdeps/libm-ieee754/s_isinfl.c: Likewise. + 1998-02-27 Ulrich Drepper <drepper@cygnus.com> * libc.map: Add __adjtimex. @@ -63,9 +69,6 @@ 1998-02-25 08:28 H.J. Lu <hjl@gnu.org> - * math/test-fenv.c (print_rounding): Fix a typo in - FE_TOWARDSZERO. - * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy for FE_DIVBYZERO. Kludge for FE_UNDERFLOW. |