]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Update regarding backtrace functions on *BSD.
authorBruno Haible <bruno@clisp.org>
Sat, 11 May 2024 12:27:02 +0000 (14:27 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 11 May 2024 12:27:02 +0000 (14:27 +0200)
* doc/glibc-functions/backtrace.texi: Mention in which *BSD releases
this function was missing.
* doc/glibc-functions/backtrace_symbols.texi: Likewise.
* doc/glibc-functions/backtrace_symbols_fd.texi: LIkewise.
* doc/glibc-headers/execinfo.texi: Update *BSD versions.

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 55c9ce59b42fce9ddbcd0fe704b0fbe053af2ea3..79fd87da92291e08f6e39702ac1c31d7c3bfd32d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2024-05-11  Bruno Haible  <bruno@clisp.org>
+
+       doc: Update regarding backtrace functions on *BSD.
+       * doc/glibc-functions/backtrace.texi: Mention in which *BSD releases
+       this function was missing.
+       * doc/glibc-functions/backtrace_symbols.texi: Likewise.
+       * doc/glibc-functions/backtrace_symbols_fd.texi: LIkewise.
+       * doc/glibc-headers/execinfo.texi: Update *BSD versions.
+
 2024-05-11  Collin Funk  <collin.funk1@gmail.com>
 
        doc: Mention backtrace functions supported on BSD.
index c44f077191064d79336388f5fd0ee3c27ece1162..d1e8ad6df9395fb4c03500e25bde2a69a0acbe4e 100644 (file)
@@ -27,9 +27,9 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 10, Cygwin 2.9, mingw, MSVC 14, Android API level 32.
+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.
 
 @item
 The second argument is of type @code{size_t}, not @code{int}, on some platforms:
-FreeBSD 10.0, NetBSD 7.0, OpenBSD 7.0.
+FreeBSD, NetBSD, OpenBSD.
 @end itemize
index 65903b9da0d5e3ce006ad3c10c29c45728ee70b7..f55730f6c2c4caf55fcf11ac12af7d64222efb88 100644 (file)
@@ -27,9 +27,9 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 10, Cygwin 2.9, mingw, MSVC 14, Android API level 32.
+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.
 
 @item
 The second argument is of type @code{size_t}, not @code{int}, on some platforms:
-FreeBSD 10.0, NetBSD 7.0, OpenBSD 7.0.
+FreeBSD, NetBSD, OpenBSD.
 @end itemize
index 30ce4a2a06499c090636a071814138adb15030af..1240837d43450b6e3b373b59573b0f0b90ca9b1e 100644 (file)
@@ -27,9 +27,9 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on many platforms:
-Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 10, Cygwin 2.9, mingw, MSVC 14, Android API level 32.
+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.
 
 @item
 The second argument is of type @code{size_t}, not @code{int}, on some platforms:
-FreeBSD 10.0, NetBSD 7.0, OpenBSD 7.0.
+FreeBSD, NetBSD, OpenBSD.
 @end itemize
index ea25e562e94c8fd8217a4d1503b126762a31b48f..7589b2cc18f2875e4a546b3240c26d7562709989 100644 (file)
@@ -23,7 +23,7 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This header file is missing on some platforms:
-FreeBSD 6.0, NetBSD 5.0, OpenBSD 6.7, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 10, Cygwin, mingw, MSVC 14, Android 9.0.
+FreeBSD 9.3, NetBSD 6.1, OpenBSD 6.9, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 10, Cygwin, mingw, MSVC 14, Android 9.0.
 @end itemize
 
 Portability problems not fixed by Gnulib: