From 5b1e894a93a5b961deac52b94497905b255bf8f9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 10 Jun 2019 14:08:29 +0200 Subject: [PATCH] doc: Mention more ISO TS 18661-1 functions. * doc/posix-functions/roundeven.texi: New file. * doc/posix-functions/roundevenf.texi: New file. * doc/posix-functions/roundevenl.texi: New file. * doc/posix-functions/fromfp.texi: New file. * doc/posix-functions/fromfpf.texi: New file. * doc/posix-functions/fromfpl.texi: New file. * doc/posix-functions/ufromfp.texi: New file. * doc/posix-functions/ufromfpf.texi: New file. * doc/posix-functions/ufromfpl.texi: New file. * doc/posix-functions/fromfpx.texi: New file. * doc/posix-functions/fromfpxf.texi: New file. * doc/posix-functions/fromfpxl.texi: New file. * doc/posix-functions/ufromfpx.texi: New file. * doc/posix-functions/ufromfpxf.texi: New file. * doc/posix-functions/ufromfpxl.texi: New file. * doc/posix-functions/llogb.texi: New file. * doc/posix-functions/llogbf.texi: New file. * doc/posix-functions/llogbl.texi: New file. * doc/posix-functions/fmaxmag.texi: New file. * doc/posix-functions/fmaxmagf.texi: New file. * doc/posix-functions/fmaxmagl.texi: New file. * doc/posix-functions/fminmag.texi: New file. * doc/posix-functions/fminmagf.texi: New file. * doc/posix-functions/fminmagl.texi: New file. * doc/posix-functions/totalorder.texi: New file. * doc/posix-functions/totalorderf.texi: New file. * doc/posix-functions/totalorderl.texi: New file. * doc/posix-functions/totalordermag.texi: New file. * doc/posix-functions/totalordermagf.texi: New file. * doc/posix-functions/totalordermagl.texi: New file. * doc/posix-functions/canonicalize.texi: New file. * doc/posix-functions/canonicalizef.texi: New file. * doc/posix-functions/canonicalizel.texi: New file. * doc/posix-functions/getpayload.texi: New file. * doc/posix-functions/getpayloadf.texi: New file. * doc/posix-functions/getpayloadl.texi: New file. * doc/posix-functions/setpayload.texi: New file. * doc/posix-functions/setpayloadf.texi: New file. * doc/posix-functions/setpayloadl.texi: New file. * doc/posix-functions/setpayloadsig.texi: New file. * doc/posix-functions/setpayloadsigf.texi: New file. * doc/posix-functions/setpayloadsigl.texi: New file. * doc/gnulib.texi (Function Substitutes): Include them. --- doc/gnulib.texi | 84 +++++++++++++++++++++++++ doc/posix-functions/canonicalize.texi | 24 +++++++ doc/posix-functions/canonicalizef.texi | 24 +++++++ doc/posix-functions/canonicalizel.texi | 24 +++++++ doc/posix-functions/fmaxmag.texi | 24 +++++++ doc/posix-functions/fmaxmagf.texi | 24 +++++++ doc/posix-functions/fmaxmagl.texi | 24 +++++++ doc/posix-functions/fminmag.texi | 24 +++++++ doc/posix-functions/fminmagf.texi | 24 +++++++ doc/posix-functions/fminmagl.texi | 24 +++++++ doc/posix-functions/fromfp.texi | 24 +++++++ doc/posix-functions/fromfpf.texi | 24 +++++++ doc/posix-functions/fromfpl.texi | 24 +++++++ doc/posix-functions/fromfpx.texi | 24 +++++++ doc/posix-functions/fromfpxf.texi | 24 +++++++ doc/posix-functions/fromfpxl.texi | 24 +++++++ doc/posix-functions/getpayload.texi | 24 +++++++ doc/posix-functions/getpayloadf.texi | 24 +++++++ doc/posix-functions/getpayloadl.texi | 24 +++++++ doc/posix-functions/llogb.texi | 24 +++++++ doc/posix-functions/llogbf.texi | 24 +++++++ doc/posix-functions/llogbl.texi | 24 +++++++ doc/posix-functions/roundeven.texi | 24 +++++++ doc/posix-functions/roundevenf.texi | 24 +++++++ doc/posix-functions/roundevenl.texi | 24 +++++++ doc/posix-functions/setpayload.texi | 24 +++++++ doc/posix-functions/setpayloadf.texi | 24 +++++++ doc/posix-functions/setpayloadl.texi | 24 +++++++ doc/posix-functions/setpayloadsig.texi | 24 +++++++ doc/posix-functions/setpayloadsigf.texi | 24 +++++++ doc/posix-functions/setpayloadsigl.texi | 24 +++++++ doc/posix-functions/totalorder.texi | 24 +++++++ doc/posix-functions/totalorderf.texi | 24 +++++++ doc/posix-functions/totalorderl.texi | 24 +++++++ doc/posix-functions/totalordermag.texi | 24 +++++++ doc/posix-functions/totalordermagf.texi | 24 +++++++ doc/posix-functions/totalordermagl.texi | 24 +++++++ doc/posix-functions/ufromfp.texi | 24 +++++++ doc/posix-functions/ufromfpf.texi | 24 +++++++ doc/posix-functions/ufromfpl.texi | 24 +++++++ doc/posix-functions/ufromfpx.texi | 24 +++++++ doc/posix-functions/ufromfpxf.texi | 24 +++++++ doc/posix-functions/ufromfpxl.texi | 24 +++++++ 43 files changed, 1092 insertions(+) create mode 100644 doc/posix-functions/canonicalize.texi create mode 100644 doc/posix-functions/canonicalizef.texi create mode 100644 doc/posix-functions/canonicalizel.texi create mode 100644 doc/posix-functions/fmaxmag.texi create mode 100644 doc/posix-functions/fmaxmagf.texi create mode 100644 doc/posix-functions/fmaxmagl.texi create mode 100644 doc/posix-functions/fminmag.texi create mode 100644 doc/posix-functions/fminmagf.texi create mode 100644 doc/posix-functions/fminmagl.texi create mode 100644 doc/posix-functions/fromfp.texi create mode 100644 doc/posix-functions/fromfpf.texi create mode 100644 doc/posix-functions/fromfpl.texi create mode 100644 doc/posix-functions/fromfpx.texi create mode 100644 doc/posix-functions/fromfpxf.texi create mode 100644 doc/posix-functions/fromfpxl.texi create mode 100644 doc/posix-functions/getpayload.texi create mode 100644 doc/posix-functions/getpayloadf.texi create mode 100644 doc/posix-functions/getpayloadl.texi create mode 100644 doc/posix-functions/llogb.texi create mode 100644 doc/posix-functions/llogbf.texi create mode 100644 doc/posix-functions/llogbl.texi create mode 100644 doc/posix-functions/roundeven.texi create mode 100644 doc/posix-functions/roundevenf.texi create mode 100644 doc/posix-functions/roundevenl.texi create mode 100644 doc/posix-functions/setpayload.texi create mode 100644 doc/posix-functions/setpayloadf.texi create mode 100644 doc/posix-functions/setpayloadl.texi create mode 100644 doc/posix-functions/setpayloadsig.texi create mode 100644 doc/posix-functions/setpayloadsigf.texi create mode 100644 doc/posix-functions/setpayloadsigl.texi create mode 100644 doc/posix-functions/totalorder.texi create mode 100644 doc/posix-functions/totalorderf.texi create mode 100644 doc/posix-functions/totalorderl.texi create mode 100644 doc/posix-functions/totalordermag.texi create mode 100644 doc/posix-functions/totalordermagf.texi create mode 100644 doc/posix-functions/totalordermagl.texi create mode 100644 doc/posix-functions/ufromfp.texi create mode 100644 doc/posix-functions/ufromfpf.texi create mode 100644 doc/posix-functions/ufromfpl.texi create mode 100644 doc/posix-functions/ufromfpx.texi create mode 100644 doc/posix-functions/ufromfpxf.texi create mode 100644 doc/posix-functions/ufromfpxl.texi diff --git a/doc/gnulib.texi b/doc/gnulib.texi index b8cc50395c..e0c2d58ea5 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -1056,6 +1056,9 @@ problems are not worked around by Gnulib. * cacoshl:: * cacosl:: * calloc:: +* canonicalize:: +* canonicalizef:: +* canonicalizel:: * carg:: * cargf:: * cargl:: @@ -1262,10 +1265,16 @@ problems are not worked around by Gnulib. * fmax:: * fmaxf:: * fmaxl:: +* fmaxmag:: +* fmaxmagf:: +* fmaxmagl:: * fmemopen:: * fmin:: * fminf:: * fminl:: +* fminmag:: +* fminmagf:: +* fminmagl:: * fmod:: * fmodf:: * fmodl:: @@ -1288,6 +1297,12 @@ problems are not worked around by Gnulib. * frexp:: * frexpf:: * frexpl:: +* fromfp:: +* fromfpf:: +* fromfpl:: +* fromfpx:: +* fromfpxf:: +* fromfpxl:: * fscanf:: * fseek:: * fseeko:: @@ -1341,6 +1356,9 @@ problems are not worked around by Gnulib. * getnetbyname:: * getnetent:: * getopt:: +* getpayload:: +* getpayloadf:: +* getpayloadl:: * getpeername:: * getpgid:: * getpgrp:: @@ -1492,6 +1510,9 @@ problems are not worked around by Gnulib. * listen:: * llabs:: * lldiv:: +* llogb:: +* llogbf:: +* llogbl:: * llrint:: * llrintf:: * llrintl:: @@ -1864,6 +1885,9 @@ problems are not worked around by Gnulib. * rintl:: * rmdir:: * round:: +* roundeven:: +* roundevenf:: +* roundevenl:: * roundf:: * roundl:: * scalbln:: @@ -1914,6 +1938,12 @@ problems are not worked around by Gnulib. * setlocale:: * setlogmask:: * setnetent:: +* setpayload:: +* setpayloadf:: +* setpayloadl:: +* setpayloadsig:: +* setpayloadsigf:: +* setpayloadsigl:: * setpgid:: * setpgrp:: * setpriority:: @@ -2075,6 +2105,12 @@ problems are not worked around by Gnulib. * toascii:: * tolower:: * tolower_l:: +* totalorder:: +* totalorderf:: +* totalorderl:: +* totalordermag:: +* totalordermagf:: +* totalordermagl:: * toupper:: * toupper_l:: * towctrans:: @@ -2093,6 +2129,12 @@ problems are not worked around by Gnulib. * twalk:: * tzname:: * tzset:: +* ufromfp:: +* ufromfpf:: +* ufromfpl:: +* ufromfpx:: +* ufromfpxf:: +* ufromfpxl:: * ulimit:: * umask:: * uname:: @@ -2261,6 +2303,9 @@ problems are not worked around by Gnulib. @include posix-functions/cacoshl.texi @include posix-functions/cacosl.texi @include posix-functions/calloc.texi +@include posix-functions/canonicalize.texi +@include posix-functions/canonicalizef.texi +@include posix-functions/canonicalizel.texi @include posix-functions/carg.texi @include posix-functions/cargf.texi @include posix-functions/cargl.texi @@ -2467,10 +2512,16 @@ problems are not worked around by Gnulib. @include posix-functions/fmax.texi @include posix-functions/fmaxf.texi @include posix-functions/fmaxl.texi +@include posix-functions/fmaxmag.texi +@include posix-functions/fmaxmagf.texi +@include posix-functions/fmaxmagl.texi @include posix-functions/fmemopen.texi @include posix-functions/fmin.texi @include posix-functions/fminf.texi @include posix-functions/fminl.texi +@include posix-functions/fminmag.texi +@include posix-functions/fminmagf.texi +@include posix-functions/fminmagl.texi @include posix-functions/fmod.texi @include posix-functions/fmodf.texi @include posix-functions/fmodl.texi @@ -2493,6 +2544,12 @@ problems are not worked around by Gnulib. @include posix-functions/frexp.texi @include posix-functions/frexpf.texi @include posix-functions/frexpl.texi +@include posix-functions/fromfp.texi +@include posix-functions/fromfpf.texi +@include posix-functions/fromfpl.texi +@include posix-functions/fromfpx.texi +@include posix-functions/fromfpxf.texi +@include posix-functions/fromfpxl.texi @include posix-functions/fscanf.texi @include posix-functions/fseek.texi @include posix-functions/fseeko.texi @@ -2546,6 +2603,9 @@ problems are not worked around by Gnulib. @include posix-functions/getnetbyname.texi @include posix-functions/getnetent.texi @include posix-functions/getopt.texi +@include posix-functions/getpayload.texi +@include posix-functions/getpayloadf.texi +@include posix-functions/getpayloadl.texi @include posix-functions/getpeername.texi @include posix-functions/getpgid.texi @include posix-functions/getpgrp.texi @@ -2697,6 +2757,9 @@ problems are not worked around by Gnulib. @include posix-functions/listen.texi @include posix-functions/llabs.texi @include posix-functions/lldiv.texi +@include posix-functions/llogb.texi +@include posix-functions/llogbf.texi +@include posix-functions/llogbl.texi @include posix-functions/llrint.texi @include posix-functions/llrintf.texi @include posix-functions/llrintl.texi @@ -3069,6 +3132,9 @@ problems are not worked around by Gnulib. @include posix-functions/rintl.texi @include posix-functions/rmdir.texi @include posix-functions/round.texi +@include posix-functions/roundeven.texi +@include posix-functions/roundevenf.texi +@include posix-functions/roundevenl.texi @include posix-functions/roundf.texi @include posix-functions/roundl.texi @include posix-functions/scalbln.texi @@ -3119,6 +3185,12 @@ problems are not worked around by Gnulib. @include posix-functions/setlocale.texi @include posix-functions/setlogmask.texi @include posix-functions/setnetent.texi +@include posix-functions/setpayload.texi +@include posix-functions/setpayloadf.texi +@include posix-functions/setpayloadl.texi +@include posix-functions/setpayloadsig.texi +@include posix-functions/setpayloadsigf.texi +@include posix-functions/setpayloadsigl.texi @include posix-functions/setpgid.texi @include posix-functions/setpgrp.texi @include posix-functions/setpriority.texi @@ -3280,6 +3352,12 @@ problems are not worked around by Gnulib. @include posix-functions/toascii.texi @include posix-functions/tolower.texi @include posix-functions/tolower_l.texi +@include posix-functions/totalorder.texi +@include posix-functions/totalorderf.texi +@include posix-functions/totalorderl.texi +@include posix-functions/totalordermag.texi +@include posix-functions/totalordermagf.texi +@include posix-functions/totalordermagl.texi @include posix-functions/toupper.texi @include posix-functions/toupper_l.texi @include posix-functions/towctrans.texi @@ -3298,6 +3376,12 @@ problems are not worked around by Gnulib. @include posix-functions/twalk.texi @include posix-functions/tzname.texi @include posix-functions/tzset.texi +@include posix-functions/ufromfp.texi +@include posix-functions/ufromfpf.texi +@include posix-functions/ufromfpl.texi +@include posix-functions/ufromfpx.texi +@include posix-functions/ufromfpxf.texi +@include posix-functions/ufromfpxl.texi @include posix-functions/ulimit.texi @include posix-functions/umask.texi @include posix-functions/uname.texi diff --git a/doc/posix-functions/canonicalize.texi b/doc/posix-functions/canonicalize.texi new file mode 100644 index 0000000000..22195cb1d6 --- /dev/null +++ b/doc/posix-functions/canonicalize.texi @@ -0,0 +1,24 @@ +@node canonicalize +@section @code{canonicalize} +@findex canonicalize + +Documentation:@* +@ifinfo +@ref{FP Bit Twiddling,,Setting and modifying single bits of FP values,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.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.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/canonicalizef.texi b/doc/posix-functions/canonicalizef.texi new file mode 100644 index 0000000000..a0f5297c83 --- /dev/null +++ b/doc/posix-functions/canonicalizef.texi @@ -0,0 +1,24 @@ +@node canonicalizef +@section @code{canonicalizef} +@findex canonicalizef + +Documentation:@* +@ifinfo +@ref{FP Bit Twiddling,,Setting and modifying single bits of FP values,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.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.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/canonicalizel.texi b/doc/posix-functions/canonicalizel.texi new file mode 100644 index 0000000000..67404f5b70 --- /dev/null +++ b/doc/posix-functions/canonicalizel.texi @@ -0,0 +1,24 @@ +@node canonicalizel +@section @code{canonicalizel} +@findex canonicalizel + +Documentation:@* +@ifinfo +@ref{FP Bit Twiddling,,Setting and modifying single bits of FP values,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.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.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/fmaxmag.texi b/doc/posix-functions/fmaxmag.texi new file mode 100644 index 0000000000..c994e191d0 --- /dev/null +++ b/doc/posix-functions/fmaxmag.texi @@ -0,0 +1,24 @@ +@node fmaxmag +@section @code{fmaxmag} +@findex fmaxmag + +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.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/fmaxmagf.texi b/doc/posix-functions/fmaxmagf.texi new file mode 100644 index 0000000000..edd683ff0e --- /dev/null +++ b/doc/posix-functions/fmaxmagf.texi @@ -0,0 +1,24 @@ +@node fmaxmagf +@section @code{fmaxmagf} +@findex fmaxmagf + +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.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/fmaxmagl.texi b/doc/posix-functions/fmaxmagl.texi new file mode 100644 index 0000000000..a9c8a03eb8 --- /dev/null +++ b/doc/posix-functions/fmaxmagl.texi @@ -0,0 +1,24 @@ +@node fmaxmagl +@section @code{fmaxmagl} +@findex fmaxmagl + +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.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/fminmag.texi b/doc/posix-functions/fminmag.texi new file mode 100644 index 0000000000..fc54edbe72 --- /dev/null +++ b/doc/posix-functions/fminmag.texi @@ -0,0 +1,24 @@ +@node fminmag +@section @code{fminmag} +@findex fminmag + +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.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/fminmagf.texi b/doc/posix-functions/fminmagf.texi new file mode 100644 index 0000000000..5e2c3492d1 --- /dev/null +++ b/doc/posix-functions/fminmagf.texi @@ -0,0 +1,24 @@ +@node fminmagf +@section @code{fminmagf} +@findex fminmagf + +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.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/fminmagl.texi b/doc/posix-functions/fminmagl.texi new file mode 100644 index 0000000000..707aa73165 --- /dev/null +++ b/doc/posix-functions/fminmagl.texi @@ -0,0 +1,24 @@ +@node fminmagl +@section @code{fminmagl} +@findex fminmagl + +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.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/fromfp.texi b/doc/posix-functions/fromfp.texi new file mode 100644 index 0000000000..a04c0927dc --- /dev/null +++ b/doc/posix-functions/fromfp.texi @@ -0,0 +1,24 @@ +@node fromfp +@section @code{fromfp} +@findex fromfp + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/fromfpf.texi b/doc/posix-functions/fromfpf.texi new file mode 100644 index 0000000000..8b8cfe1e6e --- /dev/null +++ b/doc/posix-functions/fromfpf.texi @@ -0,0 +1,24 @@ +@node fromfpf +@section @code{fromfpf} +@findex fromfpf + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/fromfpl.texi b/doc/posix-functions/fromfpl.texi new file mode 100644 index 0000000000..1558460ac9 --- /dev/null +++ b/doc/posix-functions/fromfpl.texi @@ -0,0 +1,24 @@ +@node fromfpl +@section @code{fromfpl} +@findex fromfpl + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/fromfpx.texi b/doc/posix-functions/fromfpx.texi new file mode 100644 index 0000000000..6b632e8533 --- /dev/null +++ b/doc/posix-functions/fromfpx.texi @@ -0,0 +1,24 @@ +@node fromfpx +@section @code{fromfpx} +@findex fromfpx + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/fromfpxf.texi b/doc/posix-functions/fromfpxf.texi new file mode 100644 index 0000000000..5161423671 --- /dev/null +++ b/doc/posix-functions/fromfpxf.texi @@ -0,0 +1,24 @@ +@node fromfpxf +@section @code{fromfpxf} +@findex fromfpxf + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/fromfpxl.texi b/doc/posix-functions/fromfpxl.texi new file mode 100644 index 0000000000..7b40bf721d --- /dev/null +++ b/doc/posix-functions/fromfpxl.texi @@ -0,0 +1,24 @@ +@node fromfpxl +@section @code{fromfpxl} +@findex fromfpxl + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/getpayload.texi b/doc/posix-functions/getpayload.texi new file mode 100644 index 0000000000..810651b653 --- /dev/null +++ b/doc/posix-functions/getpayload.texi @@ -0,0 +1,24 @@ +@node getpayload +@section @code{getpayload} +@findex getpayload + +Documentation:@* +@ifinfo +@ref{FP Bit Twiddling,,Setting and modifying single bits of FP values,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.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.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/getpayloadf.texi b/doc/posix-functions/getpayloadf.texi new file mode 100644 index 0000000000..b4517aaee7 --- /dev/null +++ b/doc/posix-functions/getpayloadf.texi @@ -0,0 +1,24 @@ +@node getpayloadf +@section @code{getpayloadf} +@findex getpayloadf + +Documentation:@* +@ifinfo +@ref{FP Bit Twiddling,,Setting and modifying single bits of FP values,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.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.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/getpayloadl.texi b/doc/posix-functions/getpayloadl.texi new file mode 100644 index 0000000000..b412043269 --- /dev/null +++ b/doc/posix-functions/getpayloadl.texi @@ -0,0 +1,24 @@ +@node getpayloadl +@section @code{getpayloadl} +@findex getpayloadl + +Documentation:@* +@ifinfo +@ref{FP Bit Twiddling,,Setting and modifying single bits of FP values,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.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.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/llogb.texi b/doc/posix-functions/llogb.texi new file mode 100644 index 0000000000..16df3672c9 --- /dev/null +++ b/doc/posix-functions/llogb.texi @@ -0,0 +1,24 @@ +@node llogb +@section @code{llogb} +@findex llogb + +Documentation:@* +@ifinfo +@ref{Exponents and Logarithms,,Exponentiation and Logarithms,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Exponents-and-Logarithms.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.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/llogbf.texi b/doc/posix-functions/llogbf.texi new file mode 100644 index 0000000000..2ed792ac21 --- /dev/null +++ b/doc/posix-functions/llogbf.texi @@ -0,0 +1,24 @@ +@node llogbf +@section @code{llogbf} +@findex llogbf + +Documentation:@* +@ifinfo +@ref{Exponents and Logarithms,,Exponentiation and Logarithms,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Exponents-and-Logarithms.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.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/llogbl.texi b/doc/posix-functions/llogbl.texi new file mode 100644 index 0000000000..0b99f8a766 --- /dev/null +++ b/doc/posix-functions/llogbl.texi @@ -0,0 +1,24 @@ +@node llogbl +@section @code{llogbl} +@findex llogbl + +Documentation:@* +@ifinfo +@ref{Exponents and Logarithms,,Exponentiation and Logarithms,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Exponents-and-Logarithms.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.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/roundeven.texi b/doc/posix-functions/roundeven.texi new file mode 100644 index 0000000000..a7a71314df --- /dev/null +++ b/doc/posix-functions/roundeven.texi @@ -0,0 +1,24 @@ +@node roundeven +@section @code{roundeven} +@findex roundeven + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/roundevenf.texi b/doc/posix-functions/roundevenf.texi new file mode 100644 index 0000000000..aa5e113b3f --- /dev/null +++ b/doc/posix-functions/roundevenf.texi @@ -0,0 +1,24 @@ +@node roundevenf +@section @code{roundevenf} +@findex roundevenf + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/roundevenl.texi b/doc/posix-functions/roundevenl.texi new file mode 100644 index 0000000000..4915dfb14e --- /dev/null +++ b/doc/posix-functions/roundevenl.texi @@ -0,0 +1,24 @@ +@node roundevenl +@section @code{roundevenl} +@findex roundevenl + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/setpayload.texi b/doc/posix-functions/setpayload.texi new file mode 100644 index 0000000000..9032f1c012 --- /dev/null +++ b/doc/posix-functions/setpayload.texi @@ -0,0 +1,24 @@ +@node setpayload +@section @code{setpayload} +@findex setpayload + +Documentation:@* +@ifinfo +@ref{FP Bit Twiddling,,Setting and modifying single bits of FP values,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.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.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/setpayloadf.texi b/doc/posix-functions/setpayloadf.texi new file mode 100644 index 0000000000..f5db6d49c0 --- /dev/null +++ b/doc/posix-functions/setpayloadf.texi @@ -0,0 +1,24 @@ +@node setpayloadf +@section @code{setpayloadf} +@findex setpayloadf + +Documentation:@* +@ifinfo +@ref{FP Bit Twiddling,,Setting and modifying single bits of FP values,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.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.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/setpayloadl.texi b/doc/posix-functions/setpayloadl.texi new file mode 100644 index 0000000000..a6b1c6c8b7 --- /dev/null +++ b/doc/posix-functions/setpayloadl.texi @@ -0,0 +1,24 @@ +@node setpayloadl +@section @code{setpayloadl} +@findex setpayloadl + +Documentation:@* +@ifinfo +@ref{FP Bit Twiddling,,Setting and modifying single bits of FP values,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.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.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/setpayloadsig.texi b/doc/posix-functions/setpayloadsig.texi new file mode 100644 index 0000000000..bae0e2ceab --- /dev/null +++ b/doc/posix-functions/setpayloadsig.texi @@ -0,0 +1,24 @@ +@node setpayloadsig +@section @code{setpayloadsig} +@findex setpayloadsig + +Documentation:@* +@ifinfo +@ref{FP Bit Twiddling,,Setting and modifying single bits of FP values,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.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.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/setpayloadsigf.texi b/doc/posix-functions/setpayloadsigf.texi new file mode 100644 index 0000000000..8cb6658eb5 --- /dev/null +++ b/doc/posix-functions/setpayloadsigf.texi @@ -0,0 +1,24 @@ +@node setpayloadsigf +@section @code{setpayloadsigf} +@findex setpayloadsigf + +Documentation:@* +@ifinfo +@ref{FP Bit Twiddling,,Setting and modifying single bits of FP values,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.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.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/setpayloadsigl.texi b/doc/posix-functions/setpayloadsigl.texi new file mode 100644 index 0000000000..494ae38eaf --- /dev/null +++ b/doc/posix-functions/setpayloadsigl.texi @@ -0,0 +1,24 @@ +@node setpayloadsigl +@section @code{setpayloadsigl} +@findex setpayloadsigl + +Documentation:@* +@ifinfo +@ref{FP Bit Twiddling,,Setting and modifying single bits of FP values,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.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.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/totalorder.texi b/doc/posix-functions/totalorder.texi new file mode 100644 index 0000000000..b61f2d752a --- /dev/null +++ b/doc/posix-functions/totalorder.texi @@ -0,0 +1,24 @@ +@node totalorder +@section @code{totalorder} +@findex totalorder + +Documentation:@* +@ifinfo +@ref{FP Comparison Functions,,Floating-Point Comparison Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Comparison-Functions.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.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/totalorderf.texi b/doc/posix-functions/totalorderf.texi new file mode 100644 index 0000000000..4053b9b481 --- /dev/null +++ b/doc/posix-functions/totalorderf.texi @@ -0,0 +1,24 @@ +@node totalorderf +@section @code{totalorderf} +@findex totalorderf + +Documentation:@* +@ifinfo +@ref{FP Comparison Functions,,Floating-Point Comparison Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Comparison-Functions.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.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/totalorderl.texi b/doc/posix-functions/totalorderl.texi new file mode 100644 index 0000000000..9be0c0ca83 --- /dev/null +++ b/doc/posix-functions/totalorderl.texi @@ -0,0 +1,24 @@ +@node totalorderl +@section @code{totalorderl} +@findex totalorderl + +Documentation:@* +@ifinfo +@ref{FP Comparison Functions,,Floating-Point Comparison Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Comparison-Functions.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.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/totalordermag.texi b/doc/posix-functions/totalordermag.texi new file mode 100644 index 0000000000..06260cbcfa --- /dev/null +++ b/doc/posix-functions/totalordermag.texi @@ -0,0 +1,24 @@ +@node totalordermag +@section @code{totalordermag} +@findex totalordermag + +Documentation:@* +@ifinfo +@ref{FP Comparison Functions,,Floating-Point Comparison Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Comparison-Functions.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.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/totalordermagf.texi b/doc/posix-functions/totalordermagf.texi new file mode 100644 index 0000000000..b3f2eb0477 --- /dev/null +++ b/doc/posix-functions/totalordermagf.texi @@ -0,0 +1,24 @@ +@node totalordermagf +@section @code{totalordermagf} +@findex totalordermagf + +Documentation:@* +@ifinfo +@ref{FP Comparison Functions,,Floating-Point Comparison Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Comparison-Functions.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.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/totalordermagl.texi b/doc/posix-functions/totalordermagl.texi new file mode 100644 index 0000000000..016ab451c2 --- /dev/null +++ b/doc/posix-functions/totalordermagl.texi @@ -0,0 +1,24 @@ +@node totalordermagl +@section @code{totalordermagl} +@findex totalordermagl + +Documentation:@* +@ifinfo +@ref{FP Comparison Functions,,Floating-Point Comparison Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/FP-Comparison-Functions.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.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/ufromfp.texi b/doc/posix-functions/ufromfp.texi new file mode 100644 index 0000000000..66c8151449 --- /dev/null +++ b/doc/posix-functions/ufromfp.texi @@ -0,0 +1,24 @@ +@node ufromfp +@section @code{ufromfp} +@findex ufromfp + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/ufromfpf.texi b/doc/posix-functions/ufromfpf.texi new file mode 100644 index 0000000000..7c77d7caa8 --- /dev/null +++ b/doc/posix-functions/ufromfpf.texi @@ -0,0 +1,24 @@ +@node ufromfpf +@section @code{ufromfpf} +@findex ufromfpf + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/ufromfpl.texi b/doc/posix-functions/ufromfpl.texi new file mode 100644 index 0000000000..5bf9767b7f --- /dev/null +++ b/doc/posix-functions/ufromfpl.texi @@ -0,0 +1,24 @@ +@node ufromfpl +@section @code{ufromfpl} +@findex ufromfpl + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/ufromfpx.texi b/doc/posix-functions/ufromfpx.texi new file mode 100644 index 0000000000..e1ffa3ac0f --- /dev/null +++ b/doc/posix-functions/ufromfpx.texi @@ -0,0 +1,24 @@ +@node ufromfpx +@section @code{ufromfpx} +@findex ufromfpx + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/ufromfpxf.texi b/doc/posix-functions/ufromfpxf.texi new file mode 100644 index 0000000000..7bf9a79faa --- /dev/null +++ b/doc/posix-functions/ufromfpxf.texi @@ -0,0 +1,24 @@ +@node ufromfpxf +@section @code{ufromfpxf} +@findex ufromfpxf + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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/ufromfpxl.texi b/doc/posix-functions/ufromfpxl.texi new file mode 100644 index 0000000000..4b3a9f33eb --- /dev/null +++ b/doc/posix-functions/ufromfpxl.texi @@ -0,0 +1,24 @@ +@node ufromfpxl +@section @code{ufromfpxl} +@findex ufromfpxl + +Documentation:@* +@ifinfo +@ref{Rounding Functions,,Rounding Functions,libc}. +@end ifinfo +@ifnotinfo +@url{https://www.gnu.org/software/libc/manual/html_node/Rounding-Functions.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.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