From: Bruno Haible Date: Mon, 10 Jun 2019 12:08:39 +0000 (+0200) Subject: doc: Mention more ISO TS 18661-1 functions. X-Git-Tag: v1.0~4900 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=f29d8d685338ecf3b34ed59853204caf6383db79;p=gnulib.git doc: Mention more ISO TS 18661-1 functions. * doc/posix-functions/fadd.texi: New file. * doc/posix-functions/faddl.texi: New file. * doc/posix-functions/daddl.texi: New file. * doc/posix-functions/fsub.texi: New file. * doc/posix-functions/fsubl.texi: New file. * doc/posix-functions/dsubl.texi: New file. * doc/posix-functions/fmul.texi: New file. * doc/posix-functions/fmull.texi: New file. * doc/posix-functions/dmull.texi: New file. * doc/posix-functions/fdiv.texi: New file. * doc/posix-functions/fdivl.texi: New file. * doc/posix-functions/ddivl.texi: New file. * doc/gnulib.texi (Function Substitutes): Include them. --- diff --git a/doc/gnulib.texi b/doc/gnulib.texi index c559046e04..c5a0af742e 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -1158,6 +1158,7 @@ problems are not worked around by Gnulib. * ctermid:: * ctime:: * ctime_r:: +* daddl:: * daylight:: * dbm_clearerr:: * dbm_close:: @@ -1168,6 +1169,7 @@ problems are not worked around by Gnulib. * dbm_nextkey:: * dbm_open:: * dbm_store:: +* ddivl:: * difftime:: * dirfd:: * dirname:: @@ -1176,8 +1178,10 @@ problems are not worked around by Gnulib. * dlerror:: * dlopen:: * dlsym:: +* dmull:: * dprintf:: * drand48:: +* dsubl:: * dup:: * dup2:: * duplocale:: @@ -1218,6 +1222,8 @@ problems are not worked around by Gnulib. * fabsf:: * fabsl:: * faccessat:: +* fadd:: +* faddl:: * fattach:: * fchdir:: * fchmod:: @@ -1231,6 +1237,8 @@ problems are not worked around by Gnulib. * fdim:: * fdimf:: * fdiml:: +* fdiv:: +* fdivl:: * fdopen:: * fdopendir:: * feclearexcept:: @@ -1283,6 +1291,8 @@ problems are not worked around by Gnulib. * fmodf:: * fmodl:: * fmtmsg:: +* fmul:: +* fmull:: * fnmatch:: * fopen:: * fork:: @@ -1314,6 +1324,8 @@ problems are not worked around by Gnulib. * fstat:: * fstatat:: * fstatvfs:: +* fsub:: +* fsubl:: * fsync:: * ftell:: * ftello:: @@ -2412,6 +2424,7 @@ problems are not worked around by Gnulib. @include posix-functions/ctermid.texi @include posix-functions/ctime.texi @include posix-functions/ctime_r.texi +@include posix-functions/daddl.texi @include posix-functions/daylight.texi @include posix-functions/dbm_clearerr.texi @include posix-functions/dbm_close.texi @@ -2422,6 +2435,7 @@ problems are not worked around by Gnulib. @include posix-functions/dbm_nextkey.texi @include posix-functions/dbm_open.texi @include posix-functions/dbm_store.texi +@include posix-functions/ddivl.texi @include posix-functions/difftime.texi @include posix-functions/dirfd.texi @include posix-functions/dirname.texi @@ -2430,8 +2444,10 @@ problems are not worked around by Gnulib. @include posix-functions/dlerror.texi @include posix-functions/dlopen.texi @include posix-functions/dlsym.texi +@include posix-functions/dmull.texi @include posix-functions/dprintf.texi @include posix-functions/drand48.texi +@include posix-functions/dsubl.texi @include posix-functions/dup.texi @include posix-functions/dup2.texi @include posix-functions/duplocale.texi @@ -2472,6 +2488,8 @@ problems are not worked around by Gnulib. @include posix-functions/fabsf.texi @include posix-functions/fabsl.texi @include posix-functions/faccessat.texi +@include posix-functions/fadd.texi +@include posix-functions/faddl.texi @include posix-functions/fattach.texi @include posix-functions/fchdir.texi @include posix-functions/fchmod.texi @@ -2485,6 +2503,8 @@ problems are not worked around by Gnulib. @include posix-functions/fdim.texi @include posix-functions/fdimf.texi @include posix-functions/fdiml.texi +@include posix-functions/fdiv.texi +@include posix-functions/fdivl.texi @include posix-functions/fdopen.texi @include posix-functions/fdopendir.texi @include posix-functions/feclearexcept.texi @@ -2537,6 +2557,8 @@ problems are not worked around by Gnulib. @include posix-functions/fmodf.texi @include posix-functions/fmodl.texi @include posix-functions/fmtmsg.texi +@include posix-functions/fmul.texi +@include posix-functions/fmull.texi @include posix-functions/fnmatch.texi @include posix-functions/fopen.texi @include posix-functions/fork.texi @@ -2568,6 +2590,8 @@ problems are not worked around by Gnulib. @include posix-functions/fstat.texi @include posix-functions/fstatat.texi @include posix-functions/fstatvfs.texi +@include posix-functions/fsub.texi +@include posix-functions/fsubl.texi @include posix-functions/fsync.texi @include posix-functions/ftell.texi @include posix-functions/ftello.texi diff --git a/doc/posix-functions/daddl.texi b/doc/posix-functions/daddl.texi new file mode 100644 index 0000000000..387b5b2b09 --- /dev/null +++ b/doc/posix-functions/daddl.texi @@ -0,0 +1,24 @@ +@node daddl +@section @code{daddl} +@findex daddl + +Documentation:@* +@ifinfo +@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}. +@end ifnotinfo + +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.27, 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/ddivl.texi b/doc/posix-functions/ddivl.texi new file mode 100644 index 0000000000..a0d9b82bd4 --- /dev/null +++ b/doc/posix-functions/ddivl.texi @@ -0,0 +1,24 @@ +@node ddivl +@section @code{ddivl} +@findex ddivl + +Documentation:@* +@ifinfo +@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}. +@end ifnotinfo + +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.27, 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/dmull.texi b/doc/posix-functions/dmull.texi new file mode 100644 index 0000000000..d351e88de8 --- /dev/null +++ b/doc/posix-functions/dmull.texi @@ -0,0 +1,24 @@ +@node dmull +@section @code{dmull} +@findex dmull + +Documentation:@* +@ifinfo +@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}. +@end ifnotinfo + +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.27, 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/dsubl.texi b/doc/posix-functions/dsubl.texi new file mode 100644 index 0000000000..b7d9ee8aeb --- /dev/null +++ b/doc/posix-functions/dsubl.texi @@ -0,0 +1,24 @@ +@node dsubl +@section @code{dsubl} +@findex dsubl + +Documentation:@* +@ifinfo +@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}. +@end ifnotinfo + +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.27, 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/fadd.texi b/doc/posix-functions/fadd.texi new file mode 100644 index 0000000000..bed3c0128f --- /dev/null +++ b/doc/posix-functions/fadd.texi @@ -0,0 +1,24 @@ +@node fadd +@section @code{fadd} +@findex fadd + +Documentation:@* +@ifinfo +@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}. +@end ifnotinfo + +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.27, 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/faddl.texi b/doc/posix-functions/faddl.texi new file mode 100644 index 0000000000..856759db47 --- /dev/null +++ b/doc/posix-functions/faddl.texi @@ -0,0 +1,24 @@ +@node faddl +@section @code{faddl} +@findex faddl + +Documentation:@* +@ifinfo +@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}. +@end ifnotinfo + +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.27, 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/fdiv.texi b/doc/posix-functions/fdiv.texi new file mode 100644 index 0000000000..6de7cea45d --- /dev/null +++ b/doc/posix-functions/fdiv.texi @@ -0,0 +1,24 @@ +@node fdiv +@section @code{fdiv} +@findex fdiv + +Documentation:@* +@ifinfo +@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}. +@end ifnotinfo + +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.27, 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/fdivl.texi b/doc/posix-functions/fdivl.texi new file mode 100644 index 0000000000..bfca33d41e --- /dev/null +++ b/doc/posix-functions/fdivl.texi @@ -0,0 +1,24 @@ +@node fdivl +@section @code{fdivl} +@findex fdivl + +Documentation:@* +@ifinfo +@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}. +@end ifnotinfo + +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.27, 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/fmul.texi b/doc/posix-functions/fmul.texi new file mode 100644 index 0000000000..4c7c5006e4 --- /dev/null +++ b/doc/posix-functions/fmul.texi @@ -0,0 +1,24 @@ +@node fmul +@section @code{fmul} +@findex fmul + +Documentation:@* +@ifinfo +@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}. +@end ifnotinfo + +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.27, 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/fmull.texi b/doc/posix-functions/fmull.texi new file mode 100644 index 0000000000..5c4ff21ebb --- /dev/null +++ b/doc/posix-functions/fmull.texi @@ -0,0 +1,24 @@ +@node fmull +@section @code{fmull} +@findex fmull + +Documentation:@* +@ifinfo +@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}. +@end ifnotinfo + +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.27, 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/fsub.texi b/doc/posix-functions/fsub.texi new file mode 100644 index 0000000000..b951a08ec8 --- /dev/null +++ b/doc/posix-functions/fsub.texi @@ -0,0 +1,24 @@ +@node fsub +@section @code{fsub} +@findex fsub + +Documentation:@* +@ifinfo +@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}. +@end ifnotinfo + +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.27, 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/fsubl.texi b/doc/posix-functions/fsubl.texi new file mode 100644 index 0000000000..d33a5d9bdd --- /dev/null +++ b/doc/posix-functions/fsubl.texi @@ -0,0 +1,24 @@ +@node fsubl +@section @code{fsubl} +@findex fsubl + +Documentation:@* +@ifinfo +@ref{Misc FP Arithmetic,,Miscellaneous FP arithmetic functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Misc-FP-Arithmetic.html}. +@end ifnotinfo + +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.27, 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