]> Savannah Git Hosting - gnulib.git/commit
doc: Update for ISO C functions added in POSIX:2024.
authorBruno Haible <bruno@clisp.org>
Thu, 8 Aug 2024 22:15:16 +0000 (00:15 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 8 Aug 2024 22:15:16 +0000 (00:15 +0200)
commita9319d2f2f9f32fce0767610fc0885501478d537
treedbb43edf8f50f5a4aac536d464a79c53b831b1a1
parent394dea94981ab4f9afd898b0a47edfd9db20d899
doc: Update for ISO C functions added in POSIX:2024.

* doc/posix-headers/CMPLX*.texi: New files.
* doc/posix-headers/at_quick_exit.texi: New file.
* doc/posix-headers/atomic_*.texi: New files.
* doc/posix-headers/kill_dependency.texi: New file.
* doc/posix-headers/*.texi: Update.
* doc/gnulib.texi (Functions in <stdatomic.h>): New section.
(Functions in <complex.h>, Functions in <stdlib.h>): Include the other
new files.
66 files changed:
ChangeLog
doc/gnulib.texi
doc/posix-functions/CMPLX.texi [new file with mode: 0644]
doc/posix-functions/CMPLXF.texi [new file with mode: 0644]
doc/posix-functions/CMPLXL.texi [new file with mode: 0644]
doc/posix-functions/aligned_alloc.texi
doc/posix-functions/at_quick_exit.texi [new file with mode: 0644]
doc/posix-functions/atomic_compare_exchange_strong.texi [new file with mode: 0644]
doc/posix-functions/atomic_compare_exchange_strong_explicit.texi [new file with mode: 0644]
doc/posix-functions/atomic_compare_exchange_weak.texi [new file with mode: 0644]
doc/posix-functions/atomic_compare_exchange_weak_explicit.texi [new file with mode: 0644]
doc/posix-functions/atomic_exchange.texi [new file with mode: 0644]
doc/posix-functions/atomic_exchange_explicit.texi [new file with mode: 0644]
doc/posix-functions/atomic_fetch_add.texi [new file with mode: 0644]
doc/posix-functions/atomic_fetch_add_explicit.texi [new file with mode: 0644]
doc/posix-functions/atomic_fetch_and.texi [new file with mode: 0644]
doc/posix-functions/atomic_fetch_and_explicit.texi [new file with mode: 0644]
doc/posix-functions/atomic_fetch_or.texi [new file with mode: 0644]
doc/posix-functions/atomic_fetch_or_explicit.texi [new file with mode: 0644]
doc/posix-functions/atomic_fetch_sub.texi [new file with mode: 0644]
doc/posix-functions/atomic_fetch_sub_explicit.texi [new file with mode: 0644]
doc/posix-functions/atomic_fetch_xor.texi [new file with mode: 0644]
doc/posix-functions/atomic_fetch_xor_explicit.texi [new file with mode: 0644]
doc/posix-functions/atomic_flag_clear.texi [new file with mode: 0644]
doc/posix-functions/atomic_flag_clear_explicit.texi [new file with mode: 0644]
doc/posix-functions/atomic_flag_test_and_set.texi [new file with mode: 0644]
doc/posix-functions/atomic_flag_test_and_set_explicit.texi [new file with mode: 0644]
doc/posix-functions/atomic_init.texi [new file with mode: 0644]
doc/posix-functions/atomic_is_lock_free.texi [new file with mode: 0644]
doc/posix-functions/atomic_load.texi [new file with mode: 0644]
doc/posix-functions/atomic_load_explicit.texi [new file with mode: 0644]
doc/posix-functions/atomic_signal_fence.texi [new file with mode: 0644]
doc/posix-functions/atomic_store.texi [new file with mode: 0644]
doc/posix-functions/atomic_store_explicit.texi [new file with mode: 0644]
doc/posix-functions/atomic_thread_fence.texi [new file with mode: 0644]
doc/posix-functions/c16rtomb.texi
doc/posix-functions/c32rtomb.texi
doc/posix-functions/call_once.texi
doc/posix-functions/cnd_broadcast.texi
doc/posix-functions/cnd_destroy.texi
doc/posix-functions/cnd_init.texi
doc/posix-functions/cnd_signal.texi
doc/posix-functions/cnd_timedwait.texi
doc/posix-functions/cnd_wait.texi
doc/posix-functions/kill_dependency.texi [new file with mode: 0644]
doc/posix-functions/mbrtoc16.texi
doc/posix-functions/mbrtoc32.texi
doc/posix-functions/mtx_destroy.texi
doc/posix-functions/mtx_init.texi
doc/posix-functions/mtx_lock.texi
doc/posix-functions/mtx_timedlock.texi
doc/posix-functions/mtx_trylock.texi
doc/posix-functions/mtx_unlock.texi
doc/posix-functions/quick_exit.texi
doc/posix-functions/thrd_create.texi
doc/posix-functions/thrd_current.texi
doc/posix-functions/thrd_detach.texi
doc/posix-functions/thrd_equal.texi
doc/posix-functions/thrd_exit.texi
doc/posix-functions/thrd_join.texi
doc/posix-functions/thrd_sleep.texi
doc/posix-functions/thrd_yield.texi
doc/posix-functions/tss_create.texi
doc/posix-functions/tss_delete.texi
doc/posix-functions/tss_get.texi
doc/posix-functions/tss_set.texi