diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-11 13:11:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-11 13:11:40 +0000 |
commit | 4a7ceb5a83feade78f5a35b2f82ff1c6c8ea7fcb (patch) | |
tree | ca55af9bf0f28cc7a14419113fa87ce72b97e836 /ChangeLog | |
parent | 1eb687d0b865ea0d97bb774b23a764f1c4369475 (diff) | |
download | glibc-4a7ceb5a83feade78f5a35b2f82ff1c6c8ea7fcb.tar.gz glibc-4a7ceb5a83feade78f5a35b2f82ff1c6c8ea7fcb.tar.xz glibc-4a7ceb5a83feade78f5a35b2f82ff1c6c8ea7fcb.zip |
Update.
1998-02-11 08:30 H.J. Lu <hjl@gnu.org> * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead of __finite.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0d10e5cba3..34100b506f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-02-11 08:30 H.J. Lu <hjl@gnu.org> + + * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead + of __finite. + 1998-02-11 19:16 Richard Henderson <rth@cygnus.com> * stdlib/strtod.c (STRTOF): Don't call lshift with zero count. |