From 653e99f38b9e3c6b55ae19567225f3a627a013f4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 10 Jun 2019 14:08:32 +0200 Subject: [PATCH] doc: Mention strfromf, strfromd, strfroml. * doc/posix-functions/strfromf.texi: New file. * doc/posix-functions/strfromd.texi: New file. * doc/posix-functions/strfroml.texi: New file. * doc/gnulib.texi (Function Substitutes): Include them. --- doc/gnulib.texi | 6 ++++++ doc/posix-functions/strfromd.texi | 29 +++++++++++++++++++++++++++++ doc/posix-functions/strfromf.texi | 29 +++++++++++++++++++++++++++++ doc/posix-functions/strfroml.texi | 29 +++++++++++++++++++++++++++++ 4 files changed, 93 insertions(+) create mode 100644 doc/posix-functions/strfromd.texi create mode 100644 doc/posix-functions/strfromf.texi create mode 100644 doc/posix-functions/strfroml.texi diff --git a/doc/gnulib.texi b/doc/gnulib.texi index b37b3401e0..2fd95e5a83 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -2036,6 +2036,9 @@ problems are not worked around by Gnulib. * strerror_r:: * strfmon:: * strfmon_l:: +* strfromd:: +* strfromf:: +* strfroml:: * strftime:: * strftime_l:: * strlen:: @@ -3287,6 +3290,9 @@ problems are not worked around by Gnulib. @include posix-functions/strerror_r.texi @include posix-functions/strfmon.texi @include posix-functions/strfmon_l.texi +@include posix-functions/strfromd.texi +@include posix-functions/strfromf.texi +@include posix-functions/strfroml.texi @include posix-functions/strftime.texi @include posix-functions/strftime_l.texi @include posix-functions/strlen.texi diff --git a/doc/posix-functions/strfromd.texi b/doc/posix-functions/strfromd.texi new file mode 100644 index 0000000000..fdb26d5e6f --- /dev/null +++ b/doc/posix-functions/strfromd.texi @@ -0,0 +1,29 @@ +@node strfromd +@section @code{strfromd} +@findex strfromd + +Documentation: +@itemize +@item +@ifinfo +@ref{Printing of Floats,,Printing of Floats,libc}, +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Printing-of-Floats.html}, +@end ifnotinfo +@item +@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strfromd.3.html,,man strfromd}. +@end itemize + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc platforms: +glibc 2.24, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0. +@end itemize diff --git a/doc/posix-functions/strfromf.texi b/doc/posix-functions/strfromf.texi new file mode 100644 index 0000000000..cc12c4daa6 --- /dev/null +++ b/doc/posix-functions/strfromf.texi @@ -0,0 +1,29 @@ +@node strfromf +@section @code{strfromf} +@findex strfromf + +Documentation: +@itemize +@item +@ifinfo +@ref{Printing of Floats,,Printing of Floats,libc}, +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Printing-of-Floats.html}, +@end ifnotinfo +@item +@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strfromf.3.html,,man strfromf}. +@end itemize + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc platforms: +glibc 2.24, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0. +@end itemize diff --git a/doc/posix-functions/strfroml.texi b/doc/posix-functions/strfroml.texi new file mode 100644 index 0000000000..4e423b24d5 --- /dev/null +++ b/doc/posix-functions/strfroml.texi @@ -0,0 +1,29 @@ +@node strfroml +@section @code{strfroml} +@findex strfroml + +Documentation: +@itemize +@item +@ifinfo +@ref{Printing of Floats,,Printing of Floats,libc}, +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Printing-of-Floats.html}, +@end ifnotinfo +@item +@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strfroml.3.html,,man strfroml}. +@end itemize + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc platforms: +glibc 2.24, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0. +@end itemize -- 2.39.5