diff options
author | Ulrich Drepper <drepper@redhat.com> | 1995-03-17 17:15:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1995-03-17 17:15:40 +0000 |
commit | b3fe1350509737887ab1f2ac8c4efb547af80b58 (patch) | |
tree | 958f30f27ae0126822842fc9480a3dfbcf5f96af /ChangeLog | |
parent | 61cd9516c24492da32637bb73ec26c06bb09e857 (diff) | |
download | glibc-b3fe1350509737887ab1f2ac8c4efb547af80b58.tar.gz glibc-b3fe1350509737887ab1f2ac8c4efb547af80b58.tar.xz glibc-b3fe1350509737887ab1f2ac8c4efb547af80b58.zip |
Fri Mar 17 13:28:04 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
* sysdeps/ieee754/ldbl2mpn.c (__mpn_extract_long_double): Handle 80-bit denormalized numbers correct. * stdlib/strtod.c,stdlib/strtof.c,stdlib/strtold.c: [IMPLICIT_ONE,*_MAX_10_EXP_LOG]: not needed anymore. * stdlib/strtod.c (RETURN): parenthesis around return value. (round_and_return): correct handling of denormalized numbers. (__strtod_internal): don't check for grouping when not requested while returning 0.0. * stdio/fpioconst.[ch]: [LDBL_MAX_10_EXP_LOG]: don't use it. LAST_POW10 defines the maximal available exponent. * stdlib/{atof,atoi,atol}.c: use __strtoX_internal.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9bf5fcc23e..20a400dfbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Fri Mar 17 13:28:04 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> + + * sysdeps/ieee754/ldbl2mpn.c (__mpn_extract_long_double): + Handle 80-bit denormalized numbers correct. + + * stdlib/strtod.c,stdlib/strtof.c,stdlib/strtold.c: + [IMPLICIT_ONE,*_MAX_10_EXP_LOG]: not needed anymore. + * stdlib/strtod.c (RETURN): parenthesis around return value. + (round_and_return): correct handling of denormalized numbers. + (__strtod_internal): don't check for grouping when not requested + while returning 0.0. + + * stdio/fpioconst.[ch]: [LDBL_MAX_10_EXP_LOG]: don't use it. + LAST_POW10 defines the maximal available exponent. + + * stdlib/{atof,atoi,atol}.c: use __strtoX_internal. + Thu Mar 16 00:04:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * locale/C-ctype.c: New correct data generated by drepper. |