]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge gdtoa 20080831. This fixes several bugs, including an infinite
authorDavid Schultz <das@FreeBSD.org>
Wed, 3 Sep 2008 07:23:57 +0000 (07:23 +0000)
committerDavid Schultz <das@FreeBSD.org>
Wed, 3 Sep 2008 07:23:57 +0000 (07:23 +0000)
commitae2cbf4c649fecd3302a3bea16672345582d2562
treeaa29ae5df5dd7a529e8fb86a22f1dd405bf30837
parent6c1e69a28894e51d69a15e924043832156993450
parente12da90037fc7c0b6420260fa6dddaacb2724204
Merge gdtoa 20080831. This fixes several bugs, including an infinite
loop pointed out by cognet@ that occurs when calling strtod() with a
string representing a number between DBL_MAX and 2*DBL_MAX, when the
rounding mode is anything other than the default.
13 files changed:
contrib/gdtoa/README
contrib/gdtoa/dtoa.c
contrib/gdtoa/gdtoa.h
contrib/gdtoa/gdtoaimp.h
contrib/gdtoa/gethex.c
contrib/gdtoa/strtoIg.c
contrib/gdtoa/strtod.c
contrib/gdtoa/strtodg.c
contrib/gdtoa/test/README
contrib/gdtoa/test/f.out
contrib/gdtoa/test/getround.c
contrib/gdtoa/test/xsum0.out
contrib/gdtoa/xsum0.out