>From 5af457737fb72ec05544a3336ce4b867b744b4d2 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 6 Dec 2020 15:51:41 +0100 Subject: [PATCH 1/2] doc: Mention some missing function declarations. * doc/glibc-functions/execvpe.texi: Mention the missing declaration on AIX. * doc/glibc-functions/fcloseall.texi: Mention the missing declaration on FreeBSD. * doc/pastposix-functions/ecvt.texi: Mention the missing declaration on Cygwin. * doc/pastposix-functions/fcvt.texi: Likewise. * doc/pastposix-functions/gcvt.texi: Likewise. --- ChangeLog | 12 ++++++++++++ doc/glibc-functions/execvpe.texi | 3 +++ doc/glibc-functions/fcloseall.texi | 3 +++ doc/pastposix-functions/ecvt.texi | 3 +++ doc/pastposix-functions/fcvt.texi | 3 +++ doc/pastposix-functions/gcvt.texi | 3 +++ 6 files changed, 27 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8f749e2..d7ef879 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2020-12-06 Bruno Haible + doc: Mention some missing function declarations. + * doc/glibc-functions/execvpe.texi: Mention the missing declaration on + AIX. + * doc/glibc-functions/fcloseall.texi: Mention the missing declaration on + FreeBSD. + * doc/pastposix-functions/ecvt.texi: Mention the missing declaration on + Cygwin. + * doc/pastposix-functions/fcvt.texi: Likewise. + * doc/pastposix-functions/gcvt.texi: Likewise. + +2020-12-06 Bruno Haible + doc: Tweak example. * doc/intprops.texi (Checking Integer Overflow): Use 'printf', not 'print'. diff --git a/doc/glibc-functions/execvpe.texi b/doc/glibc-functions/execvpe.texi index 5c11ad6..814b160 100644 --- a/doc/glibc-functions/execvpe.texi +++ b/doc/glibc-functions/execvpe.texi @@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on many non-glibc platforms: glibc 2.10, Mac OS X 10.13, FreeBSD 6.0, NetBSD 7.1, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 11.3, Cygwin 1.5.x, mingw, Android 4.4. +@item +This function is not declared on some platforms: +AIX 7.1. @end itemize diff --git a/doc/glibc-functions/fcloseall.texi b/doc/glibc-functions/fcloseall.texi index d88e068..1775385 100644 --- a/doc/glibc-functions/fcloseall.texi +++ b/doc/glibc-functions/fcloseall.texi @@ -26,4 +26,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on some platforms: Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, IRIX 6.5, Solaris 10, mingw, Android 9.0. +@item +This functions returns @code{void} instead of @code{int} on some platforms: +FreeBSD 12.0. @end itemize diff --git a/doc/pastposix-functions/ecvt.texi b/doc/pastposix-functions/ecvt.texi index 5ea08c4..0ebcd06 100644 --- a/doc/pastposix-functions/ecvt.texi +++ b/doc/pastposix-functions/ecvt.texi @@ -16,6 +16,9 @@ Portability problems not fixed by Gnulib: This function is missing on some platforms: FreeBSD 6.0, NetBSD 9.0, Android 9.0. @item +This function is not declared on some platforms: +Cygwin 2.9. +@item This function is marked as ``legacy'' in POSIX@. Better use @code{sprintf} instead. @end itemize diff --git a/doc/pastposix-functions/fcvt.texi b/doc/pastposix-functions/fcvt.texi index 0dcc406..3f525e5 100644 --- a/doc/pastposix-functions/fcvt.texi +++ b/doc/pastposix-functions/fcvt.texi @@ -16,6 +16,9 @@ Portability problems not fixed by Gnulib: This function is missing on some platforms: FreeBSD 6.0, NetBSD 9.0, Android 9.0. @item +This function is not declared on some platforms: +Cygwin 2.9. +@item This function is marked as ``legacy'' in POSIX@. Better use @code{sprintf} instead. @end itemize diff --git a/doc/pastposix-functions/gcvt.texi b/doc/pastposix-functions/gcvt.texi index 8c57857..7ae2ef0 100644 --- a/doc/pastposix-functions/gcvt.texi +++ b/doc/pastposix-functions/gcvt.texi @@ -16,6 +16,9 @@ Portability problems not fixed by Gnulib: This function is missing on some platforms: Mac OS X 10.13, FreeBSD 6.0, NetBSD 9.0, Android 9.0. @item +This function is not declared on some platforms: +Cygwin 2.9. +@item This function is marked as ``legacy'' in POSIX@. Better use @code{sprintf} instead. @end itemize -- 2.7.4