libc/stdlib strtod.c

drepper@sourceware.cygnus.com drepper@sourceware.cygnus.com
Wed Feb 7 00:28:00 GMT 2001


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sources.redhat.com	2001-02-07 00:28:15

Modified files:
	stdlib         : strtod.c 

Log message:
	Never stop prematurely reading digits before the decimal point is
	found.  Compute exponent limit for negative exponents correctly.  For
	numbers ending in all zeros eat the zeroes even before the decimal
	point if the exponent is negative.



More information about the Glibc-cvs mailing list