]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention libucontext.
authorBruno Haible <bruno@clisp.org>
Thu, 14 Sep 2023 14:03:36 +0000 (16:03 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 14 Sep 2023 14:07:03 +0000 (16:07 +0200)
* doc/pastposix-functions/getcontext.texi: Mention libucontext.
* doc/pastposix-functions/makecontext.texi: Likewise.
* doc/pastposix-functions/setcontext.texi: Likewise.
* doc/pastposix-functions/swapcontext.texi: Likewise.

ChangeLog
doc/pastposix-functions/getcontext.texi
doc/pastposix-functions/makecontext.texi
doc/pastposix-functions/setcontext.texi
doc/pastposix-functions/swapcontext.texi

index 1761f7a9bdfdc0dfef993f6687c39cc0fdf01272..2e6be080502d803c6f9b723ab930b8c6206be33c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2023-09-14  Bruno Haible  <bruno@clisp.org>
+
+       doc: Mention libucontext.
+       * doc/pastposix-functions/getcontext.texi: Mention libucontext.
+       * doc/pastposix-functions/makecontext.texi: Likewise.
+       * doc/pastposix-functions/setcontext.texi: Likewise.
+       * doc/pastposix-functions/swapcontext.texi: Likewise.
+
 2023-09-13  Bruno Haible  <bruno@clisp.org>
 
        mbfile: Add tests.
index d76d008ea3b82228093be5339058af506a3716ee..2d91ea17b3e6d61f15a8064de6bb4778289f2f38 100644 (file)
@@ -16,3 +16,6 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 OpenBSD 6.7, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
 @end itemize
+
+Note: A third-party implementation is available at
+@url{https://github.com/kaniini/libucontext/}.
index e135db0aa3ccfc04f340c84e54438f3a3fbae9ad..35a7796de4ec0a8bf4922114804ce9bdbd2a40ec 100644 (file)
@@ -16,3 +16,6 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 OpenBSD 6.7, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
 @end itemize
+
+Note: A third-party implementation is available at
+@url{https://github.com/kaniini/libucontext/}.
index 565e3eca60ceef226cf6cd60a34fb92a57b3b34f..cbec23a55458835a8c84a35b7ecbe5381065af79 100644 (file)
@@ -20,3 +20,6 @@ The effects of this call are system and compiler optimization dependent,
 since it restores the contents of register-allocated variables but not
 the contents of stack-allocated variables.
 @end itemize
+
+Note: A third-party implementation is available at
+@url{https://github.com/kaniini/libucontext/}.
index 2ca21a72f730b5b72754bbc92358b1276784e8a6..62c14d458707febe42b8eff5e53aa8b0363156cf 100644 (file)
@@ -16,3 +16,6 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 OpenBSD 6.7, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
 @end itemize
+
+Note: A third-party implementation is available at
+@url{https://github.com/kaniini/libucontext/}.