gnulib: update to use new strtold module
commit2193e0b9fbf5efff14b20fbaaab41152a4887967
authorPádraig Brady <P@draigBrady.com>
Mon, 11 Feb 2019 03:25:22 +0000 (10 19:25 -0800)
committerPádraig Brady <P@draigBrady.com>
Mon, 11 Feb 2019 04:32:59 +0000 (10 20:32 -0800)
tree2ccb578dc9a570e71fb8521144252727bd5168a6
parent03fbb5ecec045d41b28c5ec9750ee94e4bea074d
gnulib: update to use new strtold module

* gnulib: Update to make the new strtold module available.
* bootstrap.conf: strtod is now a dependency of c-strtod,
which in turn is a dependency of cl-strtod.  This treats
strtold and strtod similarly.
* gl/lib/cl-strtod.c: Adjust to assume strtold is available.
* tests/misc/sort-float.sh: Likewise.
* src/sort.c: Likewise.
(nan_compare): Adjust comment to indicate
we still have to init padding bits as per
https://sourceware.org/bugzilla/show_bug.cgi?id=13246
bootstrap.conf
gl/lib/cl-strtod.c
gnulib
src/sort.c
tests/misc/sort-float.sh