summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-03-17 17:40:40 +0000
committerRoland McGrath <roland@gnu.org>1995-03-17 17:40:40 +0000
commit68b3ef49b933afbc35d4b78b99c5adafffc97770 (patch)
tree218491b2c5b6f29f03da6048ff453100c4223d50
parent04282ed1ddcb6bf566632146a45ce02b152592da (diff)
Handle 80-bit denormalized numbers correctly.
* stdlib/strtod.c, stdlib/strtof.c, stdlib/strtold.c: * stdlib/strtod.c (RETURN): Add parentheses around return value. (round_and_return): Correct handling of denormalized numbers.
-rw-r--r--ChangeLog12
1 files changed, 4 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 20a400dfbc..40d61f4abc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,16 @@
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.
+ Handle 80-bit denormalized numbers correctly.
- * stdlib/strtod.c,stdlib/strtof.c,stdlib/strtold.c:
+ * 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.
+ * stdlib/strtod.c (RETURN): Add parentheses around return value.
+ (round_and_return): Correct handling of denormalized numbers.
* 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.