forked from bminor/glibc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fri Mar 17 13:28:04 1995 Ulrich Drepper <[email protected]…
…he.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.
- Loading branch information
Ulrich Drepper
committed
Mar 17, 1995
1 parent
61cd951
commit b3fe135
Showing
8 changed files
with
80 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
Fri Mar 17 13:28:04 1995 Ulrich Drepper <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* locale/C-ctype.c: New correct data generated by drepper. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters