mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03:00
* 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>
31 lines
301 B
Plaintext
31 lines
301 B
Plaintext
Description:
|
|
strtod() function: convert string to 'double'.
|
|
|
|
Files:
|
|
lib/strtod.c
|
|
m4/strtod.m4
|
|
|
|
Depends-on:
|
|
c-ctype
|
|
stdbool
|
|
stdlib
|
|
|
|
configure.ac:
|
|
gl_FUNC_STRTOD
|
|
gl_STDLIB_MODULE_INDICATOR([strtod])
|
|
|
|
Makefile.am:
|
|
LIBS += $(POW_LIB)
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
Link:
|
|
$(POW_LIB)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|