From 2049ed10148563c6c530c8b13229ea35da4f4cc1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 17 Sep 2011 17:10:12 +0200 Subject: [PATCH] doc: Mention functions which are declared as macros. * doc/posix-functions/*[fl].texi: Mention that some functions are defined as macros with arguments only. --- ChangeLog | 6 ++++++ doc/posix-functions/acosf.texi | 5 ++++- doc/posix-functions/acosl.texi | 5 ++++- doc/posix-functions/asinf.texi | 5 ++++- doc/posix-functions/asinl.texi | 5 ++++- doc/posix-functions/atan2f.texi | 5 ++++- doc/posix-functions/atan2l.texi | 5 ++++- doc/posix-functions/atanf.texi | 5 ++++- doc/posix-functions/atanl.texi | 5 ++++- doc/posix-functions/ceilf.texi | 5 ++++- doc/posix-functions/ceill.texi | 5 ++++- doc/posix-functions/cosf.texi | 5 ++++- doc/posix-functions/coshf.texi | 5 ++++- doc/posix-functions/coshl.texi | 5 ++++- doc/posix-functions/cosl.texi | 5 ++++- doc/posix-functions/expf.texi | 5 ++++- doc/posix-functions/expl.texi | 5 ++++- doc/posix-functions/fabsf.texi | 5 ++++- doc/posix-functions/fabsl.texi | 5 ++++- doc/posix-functions/floorf.texi | 5 ++++- doc/posix-functions/floorl.texi | 5 ++++- doc/posix-functions/fmodf.texi | 5 ++++- doc/posix-functions/fmodl.texi | 5 ++++- doc/posix-functions/frexpf.texi | 5 ++++- doc/posix-functions/frexpl.texi | 3 +++ doc/posix-functions/ldexpf.texi | 5 ++++- doc/posix-functions/ldexpl.texi | 5 ++++- doc/posix-functions/log10f.texi | 5 ++++- doc/posix-functions/log10l.texi | 2 +- doc/posix-functions/logf.texi | 3 +++ doc/posix-functions/logl.texi | 3 +++ doc/posix-functions/modff.texi | 5 ++++- doc/posix-functions/modfl.texi | 5 ++++- doc/posix-functions/powf.texi | 5 ++++- doc/posix-functions/powl.texi | 5 ++++- doc/posix-functions/sinf.texi | 5 ++++- doc/posix-functions/sinhf.texi | 5 ++++- doc/posix-functions/sinhl.texi | 5 ++++- doc/posix-functions/sinl.texi | 5 ++++- doc/posix-functions/sqrtf.texi | 5 ++++- doc/posix-functions/sqrtl.texi | 5 ++++- doc/posix-functions/tanf.texi | 5 ++++- doc/posix-functions/tanhf.texi | 5 ++++- doc/posix-functions/tanhl.texi | 5 ++++- doc/posix-functions/tanl.texi | 5 ++++- 45 files changed, 176 insertions(+), 41 deletions(-) diff --git a/ChangeLog b/ChangeLog index 73f05b882f..1c87b707e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-09-17 Bruno Haible + + doc: Mention functions which are declared as macros. + * doc/posix-functions/*[fl].texi: Mention that some functions are + defined as macros with arguments only. + 2011-09-17 Bruno Haible Add dependencies to new dirent related modules. diff --git a/doc/posix-functions/acosf.texi b/doc/posix-functions/acosf.texi index 016d7a00cf..a1859feeb2 100644 --- a/doc/posix-functions/acosf.texi +++ b/doc/posix-functions/acosf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/acosl.texi b/doc/posix-functions/acosl.texi index 0022aeeda0..271b39da48 100644 --- a/doc/posix-functions/acosl.texi +++ b/doc/posix-functions/acosl.texi @@ -10,7 +10,10 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @item This function is not declared on some platforms: MacOS X 10.3. diff --git a/doc/posix-functions/asinf.texi b/doc/posix-functions/asinf.texi index 014c581896..999593b1b7 100644 --- a/doc/posix-functions/asinf.texi +++ b/doc/posix-functions/asinf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/asinl.texi b/doc/posix-functions/asinl.texi index c85c802cf7..2ed1f02c61 100644 --- a/doc/posix-functions/asinl.texi +++ b/doc/posix-functions/asinl.texi @@ -10,7 +10,10 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @item This function is not declared on some platforms: MacOS X 10.3. diff --git a/doc/posix-functions/atan2f.texi b/doc/posix-functions/atan2f.texi index 5869440b10..817f20b0a1 100644 --- a/doc/posix-functions/atan2f.texi +++ b/doc/posix-functions/atan2f.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/atan2l.texi b/doc/posix-functions/atan2l.texi index a13e49ac48..03c08b7c3a 100644 --- a/doc/posix-functions/atan2l.texi +++ b/doc/posix-functions/atan2l.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/atanf.texi b/doc/posix-functions/atanf.texi index d7db919b04..c29064a1d0 100644 --- a/doc/posix-functions/atanf.texi +++ b/doc/posix-functions/atanf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/atanl.texi b/doc/posix-functions/atanl.texi index e194fc9365..6f9397a62a 100644 --- a/doc/posix-functions/atanl.texi +++ b/doc/posix-functions/atanl.texi @@ -10,7 +10,10 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @item This function is not declared on some platforms: MacOS X 10.3. diff --git a/doc/posix-functions/ceilf.texi b/doc/posix-functions/ceilf.texi index e35cddf01a..880936ff03 100644 --- a/doc/posix-functions/ceilf.texi +++ b/doc/posix-functions/ceilf.texi @@ -10,7 +10,10 @@ Portability problems fixed by either Gnulib module @code{ceilf} or @code{ceilf-i @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize Portability problems fixed by Gnulib module @code{ceilf-ieee}: diff --git a/doc/posix-functions/ceill.texi b/doc/posix-functions/ceill.texi index fdfb4d2748..8c7b0dc1b1 100644 --- a/doc/posix-functions/ceill.texi +++ b/doc/posix-functions/ceill.texi @@ -10,7 +10,10 @@ Portability problems fixed by either Gnulib module @code{ceill} or @code{ceill-i @itemize @item This function is missing on some platforms: -FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize Portability problems fixed by Gnulib module @code{ceill-ieee}: diff --git a/doc/posix-functions/cosf.texi b/doc/posix-functions/cosf.texi index b13c05734a..0b70de042a 100644 --- a/doc/posix-functions/cosf.texi +++ b/doc/posix-functions/cosf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/coshf.texi b/doc/posix-functions/coshf.texi index 81e196cbc4..11560c6b01 100644 --- a/doc/posix-functions/coshf.texi +++ b/doc/posix-functions/coshf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/coshl.texi b/doc/posix-functions/coshl.texi index 0b16b9ff06..27c6766264 100644 --- a/doc/posix-functions/coshl.texi +++ b/doc/posix-functions/coshl.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/cosl.texi b/doc/posix-functions/cosl.texi index df954fe626..1cba33c317 100644 --- a/doc/posix-functions/cosl.texi +++ b/doc/posix-functions/cosl.texi @@ -10,7 +10,10 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @item This function is not declared on some platforms: MacOS X 10.3. diff --git a/doc/posix-functions/expf.texi b/doc/posix-functions/expf.texi index 88d425ea9d..f5052ccacd 100644 --- a/doc/posix-functions/expf.texi +++ b/doc/posix-functions/expf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/expl.texi b/doc/posix-functions/expl.texi index 34d4f23ac9..d5c63b75af 100644 --- a/doc/posix-functions/expl.texi +++ b/doc/posix-functions/expl.texi @@ -10,7 +10,10 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @item This function is not declared on some platforms: MacOS X 10.3. diff --git a/doc/posix-functions/fabsf.texi b/doc/posix-functions/fabsf.texi index e97dae1bee..87d8538255 100644 --- a/doc/posix-functions/fabsf.texi +++ b/doc/posix-functions/fabsf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -AIX 5.1, Solaris 9, MSVC 9. +AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/fabsl.texi b/doc/posix-functions/fabsl.texi index 61fde089c8..b1eb63b6e9 100644 --- a/doc/posix-functions/fabsl.texi +++ b/doc/posix-functions/fabsl.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/floorf.texi b/doc/posix-functions/floorf.texi index d46e7f270e..9a1ab3dc89 100644 --- a/doc/posix-functions/floorf.texi +++ b/doc/posix-functions/floorf.texi @@ -10,7 +10,10 @@ Portability problems fixed by either Gnulib module @code{floorf} or @code{floorf @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize Portability problems fixed by Gnulib module @code{floorf-ieee}: diff --git a/doc/posix-functions/floorl.texi b/doc/posix-functions/floorl.texi index 9ebb76d21e..aeed5df7c3 100644 --- a/doc/posix-functions/floorl.texi +++ b/doc/posix-functions/floorl.texi @@ -10,7 +10,10 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize Portability problems not fixed by Gnulib: diff --git a/doc/posix-functions/fmodf.texi b/doc/posix-functions/fmodf.texi index 585d2f12d4..38630295db 100644 --- a/doc/posix-functions/fmodf.texi +++ b/doc/posix-functions/fmodf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/fmodl.texi b/doc/posix-functions/fmodl.texi index d85d814f17..9ce8b5d441 100644 --- a/doc/posix-functions/fmodl.texi +++ b/doc/posix-functions/fmodl.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/frexpf.texi b/doc/posix-functions/frexpf.texi index 8a80a13b64..b246bc0668 100644 --- a/doc/posix-functions/frexpf.texi +++ b/doc/posix-functions/frexpf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/frexpl.texi b/doc/posix-functions/frexpl.texi index 03ffe46ae9..83247da691 100644 --- a/doc/posix-functions/frexpl.texi +++ b/doc/posix-functions/frexpl.texi @@ -12,6 +12,9 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5. @item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. +@item This function is not declared on some platforms: MacOS X 10.3. @item diff --git a/doc/posix-functions/ldexpf.texi b/doc/posix-functions/ldexpf.texi index 34ef57e6b9..c5331fa389 100644 --- a/doc/posix-functions/ldexpf.texi +++ b/doc/posix-functions/ldexpf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/ldexpl.texi b/doc/posix-functions/ldexpl.texi index b047d8a0a7..ed2416cd5f 100644 --- a/doc/posix-functions/ldexpl.texi +++ b/doc/posix-functions/ldexpl.texi @@ -10,7 +10,10 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5. +FreeBSD 5.2.1, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @item This function has no prototype in @code{} on some platforms: MacOS X. diff --git a/doc/posix-functions/log10f.texi b/doc/posix-functions/log10f.texi index 4c4077c1f3..63c8fae69d 100644 --- a/doc/posix-functions/log10f.texi +++ b/doc/posix-functions/log10f.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/log10l.texi b/doc/posix-functions/log10l.texi index 6a6a2ee0f6..bce27223fa 100644 --- a/doc/posix-functions/log10l.texi +++ b/doc/posix-functions/log10l.texi @@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. @end itemize diff --git a/doc/posix-functions/logf.texi b/doc/posix-functions/logf.texi index 8e0ea5f1b6..3951afff12 100644 --- a/doc/posix-functions/logf.texi +++ b/doc/posix-functions/logf.texi @@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on some platforms: Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/logl.texi b/doc/posix-functions/logl.texi index 73cf090a78..bdaf6ec283 100644 --- a/doc/posix-functions/logl.texi +++ b/doc/posix-functions/logl.texi @@ -12,6 +12,9 @@ Portability problems fixed by Gnulib: This function is missing on some platforms: FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. @item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. +@item This function is not declared on some platforms: MacOS X 10.3. @end itemize diff --git a/doc/posix-functions/modff.texi b/doc/posix-functions/modff.texi index c773ccda8a..af759671e8 100644 --- a/doc/posix-functions/modff.texi +++ b/doc/posix-functions/modff.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -MacOS X 10.5, Minix 3.1.8, AIX 5.1, HP-UX 11, MSVC 9. +MacOS X 10.5, Minix 3.1.8, AIX 5.1, HP-UX 11. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/modfl.texi b/doc/posix-functions/modfl.texi index d96a51eac3..7693503681 100644 --- a/doc/posix-functions/modfl.texi +++ b/doc/posix-functions/modfl.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/powf.texi b/doc/posix-functions/powf.texi index 103849d366..7b79f78c6f 100644 --- a/doc/posix-functions/powf.texi +++ b/doc/posix-functions/powf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/powl.texi b/doc/posix-functions/powl.texi index 3536d2d5c9..9b48be284a 100644 --- a/doc/posix-functions/powl.texi +++ b/doc/posix-functions/powl.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/sinf.texi b/doc/posix-functions/sinf.texi index e15f02b0ee..6b9f6a12db 100644 --- a/doc/posix-functions/sinf.texi +++ b/doc/posix-functions/sinf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/sinhf.texi b/doc/posix-functions/sinhf.texi index 596461c2e9..23ad359c47 100644 --- a/doc/posix-functions/sinhf.texi +++ b/doc/posix-functions/sinhf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/sinhl.texi b/doc/posix-functions/sinhl.texi index 3363decfe0..278b0f86fc 100644 --- a/doc/posix-functions/sinhl.texi +++ b/doc/posix-functions/sinhl.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/sinl.texi b/doc/posix-functions/sinl.texi index b40ceb5643..562a34fa09 100644 --- a/doc/posix-functions/sinl.texi +++ b/doc/posix-functions/sinl.texi @@ -10,7 +10,10 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @item This function is not declared on some platforms: MacOS X 10.3. diff --git a/doc/posix-functions/sqrtf.texi b/doc/posix-functions/sqrtf.texi index 0b0fda4faf..acb4b2e410 100644 --- a/doc/posix-functions/sqrtf.texi +++ b/doc/posix-functions/sqrtf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/sqrtl.texi b/doc/posix-functions/sqrtl.texi index 61cdbcce76..28f4dd063d 100644 --- a/doc/posix-functions/sqrtl.texi +++ b/doc/posix-functions/sqrtl.texi @@ -10,7 +10,10 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @item This function is not declared on some platforms: MacOS X 10.3. diff --git a/doc/posix-functions/tanf.texi b/doc/posix-functions/tanf.texi index b297e3c89d..a4bebb0879 100644 --- a/doc/posix-functions/tanf.texi +++ b/doc/posix-functions/tanf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/tanhf.texi b/doc/posix-functions/tanhf.texi index d27363064f..1b7cb4fe62 100644 --- a/doc/posix-functions/tanhf.texi +++ b/doc/posix-functions/tanhf.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -Minix 3.1.8, AIX 5.1, Solaris 9, MSVC 9. +Minix 3.1.8, AIX 5.1, Solaris 9. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/tanhl.texi b/doc/posix-functions/tanhl.texi index b351d00733..be0be926ef 100644 --- a/doc/posix-functions/tanhl.texi +++ b/doc/posix-functions/tanhl.texi @@ -14,5 +14,8 @@ Portability problems not fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @end itemize diff --git a/doc/posix-functions/tanl.texi b/doc/posix-functions/tanl.texi index ea3a1be0d3..50de7bbbf2 100644 --- a/doc/posix-functions/tanl.texi +++ b/doc/posix-functions/tanl.texi @@ -10,7 +10,10 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: -FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, MSVC 9, Interix 3.5, BeOS. +FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, IRIX 6.5, Solaris 9, Cygwin, Interix 3.5, BeOS. +@item +This function is only defined as a macro with arguments on some platforms: +MSVC 9. @item This function is not declared on some platforms: MacOS X 10.3. -- 2.39.5