diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-04 01:20:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-04 01:20:04 +0000 |
commit | 8cd806cfc8f8fe7b70cc30eb30579f5ee9503eab (patch) | |
tree | 2a9a44b768f7ad1bc38d938171f116c4fe5e26f0 /ChangeLog | |
parent | 76aecea11dc291f54b288480a5e9543eab02aae8 (diff) | |
download | glibc-8cd806cfc8f8fe7b70cc30eb30579f5ee9503eab.tar.gz glibc-8cd806cfc8f8fe7b70cc30eb30579f5ee9503eab.tar.xz glibc-8cd806cfc8f8fe7b70cc30eb30579f5ee9503eab.zip |
Update.
* sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Handle the pseudo denormal representation of LDBL_MIN. * configure.in: Correct test for pserver CVS access.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a7f4ba4edd..92809c5cc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-12-03 Ulrich Drepper <drepper@redhat.com> + * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Handle the + pseudo denormal representation of LDBL_MIN. + * iconvdata/SJIS.irreversible: Remove unnecessary entries. * iconvdata/EUC-JP.irreversible: Remove unnecessary entries. @@ -45,7 +48,7 @@ 2000-12-01 Ulrich Drepper <drepper@redhat.com> - * configure.in: Correct test for pserver CVS access.cc + * configure.in: Correct test for pserver CVS access. 2000-11-28 H.J. Lu <hjl@gnu.org> |