]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention module execinfo.
authorBruno Haible <bruno@clisp.org>
Sat, 11 May 2024 12:39:22 +0000 (14:39 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 11 May 2024 12:39:22 +0000 (14:39 +0200)
* doc/glibc-headers/execinfo.texi: Mention module execinfo.
* doc/glibc-functions/backtrace.texi: Likewise.
* doc/glibc-functions/backtrace_symbols.texi: Likewise.
* doc/glibc-functions/backtrace_symbols_fd.texi: LIkewise.

ChangeLog
doc/glibc-functions/backtrace.texi
doc/glibc-functions/backtrace_symbols.texi
doc/glibc-functions/backtrace_symbols_fd.texi
doc/glibc-headers/execinfo.texi

index 79fd87da92291e08f6e39702ac1c31d7c3bfd32d..da40ff41deaaba650b528081c03f07a784c70f7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-05-11  Bruno Haible  <bruno@clisp.org>
+
+       doc: Mention module execinfo.
+       * doc/glibc-headers/execinfo.texi: Mention module execinfo.
+       * doc/glibc-functions/backtrace.texi: Likewise.
+       * doc/glibc-functions/backtrace_symbols.texi: Likewise.
+       * doc/glibc-functions/backtrace_symbols_fd.texi: LIkewise.
+
 2024-05-11  Bruno Haible  <bruno@clisp.org>
 
        doc: Update regarding backtrace functions on *BSD.
index d1e8ad6df9395fb4c03500e25bde2a69a0acbe4e..b9a56094c1df93660fde00860309120ceaf90eb9 100644 (file)
@@ -17,19 +17,21 @@ Documentation:
 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/backtrace.3.html,,man backtrace}.
 @end itemize
 
-Gnulib module: ---
+Gnulib module: execinfo
 
 Portability problems fixed by Gnulib:
 @itemize
-@end itemize
-
-Portability problems not fixed by Gnulib:
-@itemize
 @item
 This function is missing on many platforms:
 FreeBSD 9.3, NetBSD 6.1, OpenBSD 6.9, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 10, Cygwin 2.9, mingw, MSVC 14, Android API level 32.
+@end itemize
 
+Portability problems not fixed by Gnulib:
+@itemize
 @item
 The second argument is of type @code{size_t}, not @code{int}, on some platforms:
 FreeBSD, NetBSD, OpenBSD.
+@item
+On platforms where the function is missing,
+the Gnulib substitute implementation is just a stub, and does nothing.
 @end itemize
index f55730f6c2c4caf55fcf11ac12af7d64222efb88..f63e263a81c46a0a12bca7925f14672e6fc03aad 100644 (file)
@@ -17,19 +17,21 @@ Documentation:
 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/backtrace_symbols.3.html,,man backtrace_symbols}.
 @end itemize
 
-Gnulib module: ---
+Gnulib module: execinfo
 
 Portability problems fixed by Gnulib:
 @itemize
-@end itemize
-
-Portability problems not fixed by Gnulib:
-@itemize
 @item
 This function is missing on many platforms:
 FreeBSD 9.3, NetBSD 6.1, OpenBSD 6.9, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 10, Cygwin 2.9, mingw, MSVC 14, Android API level 32.
+@end itemize
 
+Portability problems not fixed by Gnulib:
+@itemize
 @item
 The second argument is of type @code{size_t}, not @code{int}, on some platforms:
 FreeBSD, NetBSD, OpenBSD.
+@item
+On platforms where the function is missing,
+the Gnulib substitute implementation is just a stub, and does nothing.
 @end itemize
index 1240837d43450b6e3b373b59573b0f0b90ca9b1e..fe97b44b35fef7452d95ce7b7e2a226dfb6ffe93 100644 (file)
@@ -17,19 +17,21 @@ Documentation:
 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/backtrace_symbols_fd.3.html,,man backtrace_symbols_fd}.
 @end itemize
 
-Gnulib module: ---
+Gnulib module: execinfo
 
 Portability problems fixed by Gnulib:
 @itemize
-@end itemize
-
-Portability problems not fixed by Gnulib:
-@itemize
 @item
 This function is missing on many platforms:
 FreeBSD 9.3, NetBSD 6.1, OpenBSD 6.9, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 10, Cygwin 2.9, mingw, MSVC 14, Android API level 32.
+@end itemize
 
+Portability problems not fixed by Gnulib:
+@itemize
 @item
 The second argument is of type @code{size_t}, not @code{int}, on some platforms:
 FreeBSD, NetBSD, OpenBSD.
+@item
+On platforms where the function is missing,
+the Gnulib substitute implementation is just a stub, and does nothing.
 @end itemize
index 7589b2cc18f2875e4a546b3240c26d7562709989..bb1372ed5110a4fc9413a911cb28363d168226b9 100644 (file)
@@ -17,7 +17,7 @@ Documentation:
 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/backtrace.3.html,,man backtrace}.
 @end itemize
 
-Gnulib module: ---
+Gnulib module: execinfo
 
 Portability problems fixed by Gnulib:
 @itemize