summaryrefslogtreecommitdiff
path: root/doc/posix-functions/strtod.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-04-25 20:53:41 +0200
committerBruno Haible <bruno@clisp.org>2011-04-25 20:53:41 +0200
commitb9453f8ce1c5d8bfeb7c110e4c73ba35ac711023 (patch)
treea0af77286dee190928904ce746fa0d04e22b0542 /doc/posix-functions/strtod.texi
parentfca1c5cc2d6b7e48f0638f99e78625e21b89ead6 (diff)
downloadgnulib-b9453f8ce1c5d8bfeb7c110e4c73ba35ac711023.tar.gz
strtod: Remove check for strtod, unless supporting old platforms.
* modules/strtod-obsolete: New file. * m4/strtod-obsolete.m4: New file. * m4/strtod.m4 (gl_FUNC_STRTOD): Don't check whether strtod is declared if gl_FUNC_STRTOD_OBSOLETE is not also defined. * modules/strtod (Depends-on): Add strtod-obsolete. * doc/posix-functions/strtod.texi: Mention module strtod-obsolete.
Diffstat (limited to 'doc/posix-functions/strtod.texi')
-rw-r--r--doc/posix-functions/strtod.texi13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/posix-functions/strtod.texi b/doc/posix-functions/strtod.texi
index 222f584a79..4f8f08bdb7 100644
--- a/doc/posix-functions/strtod.texi
+++ b/doc/posix-functions/strtod.texi
@@ -4,14 +4,11 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtod.html}
-Gnulib module: strtod
+Gnulib module: strtod or strtod-obsolete
-Portability problems fixed by Gnulib:
+Portability problems fixed by either Gnulib module @code{strtod} or @code{strtod-obsolete}:
@itemize
@item
-This function is missing on some old platforms.
-
-@item
This function mis-parses strings with leading @samp{+} on some old platforms:
Old versions of Linux.
@@ -67,6 +64,12 @@ platforms:
AIX 7.1.
@end itemize
+Portability problems fixed by Gnulib module @code{strtod-obsolete}:
+@itemize
+@item
+This function is missing on some old platforms.
+@end itemize
+
Portability problems not fixed by Gnulib:
@itemize
@item