]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Update for ISO C header files added in POSIX:2024.
authorBruno Haible <bruno@clisp.org>
Thu, 8 Aug 2024 20:38:38 +0000 (22:38 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 8 Aug 2024 20:42:42 +0000 (22:42 +0200)
* doc/posix-headers/*.texi: Update.

ChangeLog
doc/posix-headers/stdalign.texi
doc/posix-headers/stdatomic.texi
doc/posix-headers/stdnoreturn.texi
doc/posix-headers/threads.texi
doc/posix-headers/uchar.texi

index 9416b63c779bf0bfd2cec288c11502d88c19b2f6..7764efbecd4906dcd57ba905ee5da31884715536 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-08  Bruno Haible  <bruno@clisp.org>
+
+       doc: Update for ISO C header files added in POSIX:2024.
+       * doc/posix-headers/*.texi: Update.
+
 2024-08-08  Bruno Haible  <bruno@clisp.org>
 
        doc: Update for header files added in POSIX:2024.
index 5973b5cd038aad511e608109cc10b95c1f427fbe..73ad71fab40fb49f1717414798cce12513df6226 100644 (file)
@@ -1,15 +1,11 @@
 @node stdalign.h
 @section @file{stdalign.h}
 
-POSIX specification:@* Not in POSIX yet, but we expect it will be,
-at least temporarily until it becomes obsolete due to its phasing
-out starting in C23.
-ISO C23 (latest free draft
-@url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf})
-sections 6.5.3.4, 6.7.5, 7.15.
-C++11 (latest free draft
-@url{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf})
-section 18.10.
+ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} sections 6.5.3.4, 6.7.5, 7.15.
+
+C++11 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf} section 18.10.
+
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdalign.h.html}
 
 Gnulib module: alignasof
 
index cddb55616c95bdf37c8726e18ef163098b78ff2f..6105dcd8ab7322cb3c8c32856460786f3e94dc83 100644 (file)
@@ -1,10 +1,9 @@
 @node stdatomic.h
 @section @file{stdatomic.h}
 
-POSIX specification:@* Not in POSIX yet, but we expect it will be.
-ISO C11 (latest free draft
-@url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf})
-section 7.17.
+ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.
+
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdatomic.h.html}
 
 Gnulib module: ---
 
index 75aa71d5b9e69982479520bce79c183f406d1f91..3d030140f6a8ea4d353b66047ba9aa5534507f82 100644 (file)
@@ -1,10 +1,9 @@
 @node stdnoreturn.h
 @section @file{stdnoreturn.h}
 
-POSIX specification:@* Not in POSIX yet, but we expect it will be.
-ISO C11 (latest free draft
-@url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf})
-sections 7.23.
+ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.25.
+
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/stdnoreturn.h.html}
 
 Gnulib module: stdnoreturn
 
index e05d667250abfd6da4db8ed69c11d2d970244eca..52d7ab9fbf81e7ffcfb88a56850a590efd9edf28 100644 (file)
@@ -1,6 +1,10 @@
 @node threads.h
 @section @file{threads.h}
 
+ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.
+
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/threads.h.html}
+
 Defines the multithreading facility of ISO C11.
 
 Gnulib module: threads-h
index 868cba3f4214e4baa4fcebc9996714c1305ac0f5..2ea87b5b95ee161fb60954f222ff1e56df6bb17f 100644 (file)
@@ -1,6 +1,10 @@
 @node uchar.h
 @section @file{uchar.h}
 
+ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.30.
+
+POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/uchar.h.html}
+
 Defines the types @code{char16_t}, @code{char32_t} and declares the
 functions @code{mbrtoc16}, @code{c16rtomb}, @code{mbrtoc32},
 @code{c32rtomb}.