+2024-06-27 Collin Funk <collin.funk1@gmail.com>
+
+ doc: Improve documentation of previous POSIX functions.
+ * doc/pastposix-functions/bsd_signal.texi: Document revision that
+ removed function. Mention the link is the previous version.
+ * doc/pastposix-functions/getcontext.texi: Likewise.
+ * doc/pastposix-functions/gethostbyaddr.texi: Likewise.
+ * doc/pastposix-functions/gethostbyname.texi: Likewise.
+ * doc/pastposix-functions/h_errno.texi: Likewise.
+ * doc/pastposix-functions/makecontext.texi: Likewise.
+ * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Likewise.
+ * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Likewise.
+ * doc/pastposix-functions/scalb.texi: Likewise.
+ * doc/pastposix-functions/setcontext.texi: Likewise.
+ * doc/pastposix-functions/swapcontext.texi: Likewise.
+ * doc/pastposix-functions/ualarm.texi: Likewise.
+ * doc/pastposix-functions/usleep.texi: Likewise.
+ * doc/pastposix-functions/vfork.texi: Likewise.
+
2024-06-27 Paul Eggert <eggert@cs.ucla.edu>
nstrftime: always include locale.h
@section @code{bsd_signal}
@findex bsd_signal
-POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/bsd_signal.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/bsd_signal.html}
Gnulib module: ---
@section @code{getcontext}
@findex getcontext
-POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/getcontext.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/getcontext.html}
Gnulib module: ---
@section @code{gethostbyaddr}
@findex gethostbyaddr
-POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/gethostbyaddr.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/gethostbyaddr.html}
Gnulib module: ---
@section @code{gethostbyname}
@findex gethostbyname
-POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/gethostbyname.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/gethostbyname.html}
Gnulib module: ---
@section @code{h_errno}
@findex h_errno
-POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/h_errno.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/h_errno.html}
Gnulib module: ---
@section @code{makecontext}
@findex makecontext
-POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/makecontext.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/makecontext.html}
Gnulib module: ---
@section @code{pthread_attr_getstackaddr}
@findex pthread_attr_getstackaddr
-POSIX specification:@inlinefmt{tex,@*}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification:@inlinefmt{tex,@*}
@url{https://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_attr_getstackaddr.html}
Gnulib module: ---
@section @code{pthread_attr_setstackaddr}
@findex pthread_attr_setstackaddr
-POSIX specification:@inlinefmt{tex,@*}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification:@inlinefmt{tex,@*}
@url{https://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_attr_setstackaddr.html}
Gnulib module: ---
@section @code{scalb}
@findex scalb
-POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/scalb.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/scalb.html}
Gnulib module: ---
@section @code{setcontext}
@findex setcontext
-POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/setcontext.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/setcontext.html}
Gnulib module: ---
@section @code{swapcontext}
@findex swapcontext
-POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/swapcontext.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/swapcontext.html}
Gnulib module: ---
@section @code{ualarm}
@findex ualarm
-POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/ualarm.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/ualarm.html}
Gnulib module: ---
@section @code{usleep}
@findex usleep
-POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/usleep.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/usleep.html}
Gnulib module: usleep
@section @code{vfork}
@findex vfork
-POSIX specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/vfork.html}
+Removed in POSIX.1-2008.
+POSIX.1-2004 specification: @url{https://pubs.opengroup.org/onlinepubs/009695399/functions/vfork.html}
Gnulib module: ---