Add hex float support.
authorEric Blake <ebb9@byu.net>
Sun, 30 Mar 2008 03:24:07 +0000 (21:24 -0600)
committerEric Blake <ebb9@byu.net>
Sun, 30 Mar 2008 03:24:07 +0000 (21:24 -0600)
commitbdc599c7bcdbb9b5c1682c3af8bc22c54325dff9
tree578c3becdbf99d8faf28e97ff9c937083754db6c
parentde138ad63af1ad9cb74b16743c511eebf0ccfbaa
Add hex float support.

* modules/strtod (Depends-on): Add c-ctype.
(Link): Mention POW_LIB.
* lib/strtod.c (strtod): Recognize hex floats.  Don't allow
whitespace between 'e' and exponent.
* tests/test-strtod.c (main): Enable hex float tests.
* doc/posix-functions/strtod.texi (strtod): Document what gnulib
now provides.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
doc/posix-functions/strtod.texi
lib/strtod.c
modules/strtod
tests/test-strtod.c