Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fri Mar 17 13:28:04 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> | Ulrich Drepper | 1995-03-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | * 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. | ||||
* | * stdlib/strtold.c (STRTOF): Set to strtold, not __strtold. | Roland McGrath | 1995-03-16 | 1 | -3/+1 |
| | | | | | | (strtold): Remove weak alias. * stdlib/strtof.c (STRTOF): Set to strtof, not __strtof. (strtof): Remove weak alias. | ||||
* | * stdlib/strtod.c: Fixes from drepper. glibc-1.09 cvs/libc_1_09 | Roland McGrath | 1995-03-02 | 1 | -0/+1 |
| | | | | | | | | [IMPLICIT_ONE]: New macro, one for IEEE754 formats. * stdlib/strtold.c [IMPLICIT_ONE]: New macro, 0. * stdlib/strtof.c [IMPLICIT_ONE]: New macro, 1. * stdio/vfprintf.c: Correctly notice Z modifier. | ||||
* | initial import | Roland McGrath | 1995-02-18 | 1 | -0/+12 |