This is the mail archive of the glibc-cvs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

libc/stdlib strtod.c


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]