]> Savannah Git Hosting - gnulib.git/commit
strtold: Work around Cygwin bug.
authorBruno Haible <bruno@clisp.org>
Thu, 12 Dec 2019 10:07:49 +0000 (11:07 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 12 Dec 2019 10:07:49 +0000 (11:07 +0100)
commitfac670ce47d49a37df8929110b9adc70a1763643
tree2e261caf45f7a113b0278025692f56631e86ff12
parentedc3c89f4e5fa9372fd10917c850d17c48cc985b
strtold: Work around Cygwin bug.

* m4/strtold.m4 (gl_FUNC_STRTOLD): Add test for the underflow problem.
If it is present, define STRTOLD_HAS_UNDERFLOW_BUG.
* lib/strtod.c (HAVE_UNDERLYING_STRTOD): Set to 0 if
STRTOLD_HAS_UNDERFLOW_BUG is defined.
* doc/posix-functions/strtold.texi: Mention the Cygwin bug.
ChangeLog
doc/posix-functions/strtold.texi
lib/strtod.c
m4/strtold.m4