]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention some missing function declarations.
authorBruno Haible <bruno@clisp.org>
Sun, 6 Dec 2020 14:51:41 +0000 (15:51 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Dec 2020 14:51:41 +0000 (15:51 +0100)
* 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
doc/glibc-functions/execvpe.texi
doc/glibc-functions/fcloseall.texi
doc/pastposix-functions/ecvt.texi
doc/pastposix-functions/fcvt.texi
doc/pastposix-functions/gcvt.texi

index 8f749e286dc9c48d3fd5e8dc4cde1948352b1599..d7ef87912b6f868eb81c18a8e4d15bf1739bed08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2020-12-06  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        doc: Tweak example.
index 5c11ad6c17b39ca5b17a698bce318529502cb792..814b16031e56d8c754e09fda93cb66bec070b34c 100644 (file)
@@ -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
index d88e0686486a158594116b2b16e8d8fc8f7684e8..177538510610f77dbdd3260560d70b8e935aa7db 100644 (file)
@@ -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
index 5ea08c421ce1d494badeeb2d3a2bd3ae7d400cca..0ebcd06a5711d6d9f663fd0f8652756217fa41d9 100644 (file)
@@ -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
index 0dcc4065bc7a6c4ab5d96d6c85a419453bbe7bbe..3f525e58587465efcf306ec723224627561f0e64 100644 (file)
@@ -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
index 8c57857753f54de98f8de8b8ece2eada308e9648..7ae2ef045dd9268ea69e254cf0e6d08990f0cd91 100644 (file)
@@ -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