mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
doc: Prefer https urls where possible.
* doc/gnulib.texi (POSIXURL): Use https url. * doc/multithread.texi: Use https instead of http where possible. * doc/glibc-functions/*.texi: Likewise. * doc/posix-functions/*.texi: Likewise. * lib/glthread/lock.c: Likewise. * lib/hamt.h: Likewise. * lib/localcharset.c: Likewise. * lib/pipe2.c: Likewise. * lib/pipe.c: Likewise. * lib/sigsegv.c: Likewise. * lib/sigsegv.in.h: Likewise. * lib/sm3.c: Likewise. * lib/sm3.h: Likewise. * lib/sm3-stream.c: Likewise. * lib/stackvma.c: Likewise. * lib/stdio-impl.h: Likewise. * lib/stdnoreturn.in.h: Likewise. * m4/getopt.m4: Likewise. * m4/largefile.m4: Likewise. * m4/stdalign.m4: Likewise. * STATUS-libposix: Likewise. * tests/test-float.c: Likewise. * tests/test-getopt.h: Likewise. * tests/test-setenv.c: Likewise. * tests/test-spawn-pipe-child.c: Likewise. * tests/test-strerror.c: Likewise. * tests/test-strerror_r.c: Likewise. * tests/test-unsetenv.c: Likewise. * users.txt: Likewise.
This commit is contained in:
33
ChangeLog
33
ChangeLog
@@ -1,3 +1,36 @@
|
|||||||
|
2024-11-17 Collin Funk <collin.funk1@gmail.com>
|
||||||
|
|
||||||
|
doc: Prefer https urls where possible.
|
||||||
|
* doc/gnulib.texi (POSIXURL): Use https url.
|
||||||
|
* doc/multithread.texi: Use https instead of http where possible.
|
||||||
|
* doc/glibc-functions/*.texi: Likewise.
|
||||||
|
* doc/posix-functions/*.texi: Likewise.
|
||||||
|
* lib/glthread/lock.c: Likewise.
|
||||||
|
* lib/hamt.h: Likewise.
|
||||||
|
* lib/localcharset.c: Likewise.
|
||||||
|
* lib/pipe2.c: Likewise.
|
||||||
|
* lib/pipe.c: Likewise.
|
||||||
|
* lib/sigsegv.c: Likewise.
|
||||||
|
* lib/sigsegv.in.h: Likewise.
|
||||||
|
* lib/sm3.c: Likewise.
|
||||||
|
* lib/sm3.h: Likewise.
|
||||||
|
* lib/sm3-stream.c: Likewise.
|
||||||
|
* lib/stackvma.c: Likewise.
|
||||||
|
* lib/stdio-impl.h: Likewise.
|
||||||
|
* lib/stdnoreturn.in.h: Likewise.
|
||||||
|
* m4/getopt.m4: Likewise.
|
||||||
|
* m4/largefile.m4: Likewise.
|
||||||
|
* m4/stdalign.m4: Likewise.
|
||||||
|
* STATUS-libposix: Likewise.
|
||||||
|
* tests/test-float.c: Likewise.
|
||||||
|
* tests/test-getopt.h: Likewise.
|
||||||
|
* tests/test-setenv.c: Likewise.
|
||||||
|
* tests/test-spawn-pipe-child.c: Likewise.
|
||||||
|
* tests/test-strerror.c: Likewise.
|
||||||
|
* tests/test-strerror_r.c: Likewise.
|
||||||
|
* tests/test-unsetenv.c: Likewise.
|
||||||
|
* users.txt: Likewise.
|
||||||
|
|
||||||
2024-11-17 Jan Palus <jpalus@fastmail.com> (tiny change)
|
2024-11-17 Jan Palus <jpalus@fastmail.com> (tiny change)
|
||||||
|
|
||||||
md5-stream, sha*-stream, sm3-stream: Avoid duplicate symbols.
|
md5-stream, sha*-stream, sm3-stream: Avoid duplicate symbols.
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ need some careful consideration, but some experience in using it would
|
|||||||
be good, too. The intended/expected usage is along the lines of:
|
be good, too. The intended/expected usage is along the lines of:
|
||||||
|
|
||||||
1. configure, build and install the thing. Perhaps from:
|
1. configure, build and install the thing. Perhaps from:
|
||||||
http://autogen.sourceforge.net/data/
|
https://autogen.sourceforge.net/data/
|
||||||
or roll your own, but the distribution should be there, I think.
|
or roll your own, but the distribution should be there, I think.
|
||||||
|
|
||||||
2. fiddle a project to detect that it is "sufficiently recent" to
|
2. fiddle a project to detect that it is "sufficiently recent" to
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ security properties may not be appropriate for your application.
|
|||||||
For example, identical ``random'' data streams might be produced by
|
For example, identical ``random'' data streams might be produced by
|
||||||
rebooted virtual machines. If this is of concern you may need to use
|
rebooted virtual machines. If this is of concern you may need to use
|
||||||
additional techniques such as hedging.@footnote{Ristenpart T, Yilek
|
additional techniques such as hedging.@footnote{Ristenpart T, Yilek
|
||||||
S@. @url{http://pages.cs.wisc.edu/~rist/papers/sslhedge.pdf, When good
|
S@. @url{https://pages.cs.wisc.edu/~rist/papers/sslhedge.pdf, When good
|
||||||
randomness goes bad: virtual machine vulnerabilities and hedging
|
randomness goes bad: virtual machine vulnerabilities and hedging
|
||||||
deployed cryptography}. NDSS 2010.}
|
deployed cryptography}. NDSS 2010.}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{ns_name_compress}
|
@subsection @code{ns_name_compress}
|
||||||
@findex ns_name_compress
|
@findex ns_name_compress
|
||||||
|
|
||||||
Documentation:@* @uref{http://web.deu.edu.tr/doc/oreily/networking/dnsbind/ch14_02.htm}
|
Documentation:@* @uref{https://web.deu.edu.tr/doc/oreily/networking/dnsbind/ch14_02.htm}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{ns_name_skip}
|
@subsection @code{ns_name_skip}
|
||||||
@findex ns_name_skip
|
@findex ns_name_skip
|
||||||
|
|
||||||
Documentation:@* @uref{http://web.deu.edu.tr/doc/oreily/networking/dnsbind/ch14_02.htm}
|
Documentation:@* @uref{https://web.deu.edu.tr/doc/oreily/networking/dnsbind/ch14_02.htm}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{ns_name_uncompress}
|
@subsection @code{ns_name_uncompress}
|
||||||
@findex ns_name_uncompress
|
@findex ns_name_uncompress
|
||||||
|
|
||||||
Documentation:@* @uref{http://web.deu.edu.tr/doc/oreily/networking/dnsbind/ch14_02.htm}
|
Documentation:@* @uref{https://web.deu.edu.tr/doc/oreily/networking/dnsbind/ch14_02.htm}
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ Documentation License''.
|
|||||||
@end menu
|
@end menu
|
||||||
|
|
||||||
@c Location of the POSIX specification on the web.
|
@c Location of the POSIX specification on the web.
|
||||||
@set POSIXURL http://pubs.opengroup.org/onlinepubs/9799919799
|
@set POSIXURL https://pubs.opengroup.org/onlinepubs/9799919799
|
||||||
|
|
||||||
@c Macro for referencing a POSIX header.
|
@c Macro for referencing a POSIX header.
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ modules one by one.
|
|||||||
@section The ISO C multithreading API
|
@section The ISO C multithreading API
|
||||||
|
|
||||||
The ISO C multithreading API is documented in ISO C 11
|
The ISO C multithreading API is documented in ISO C 11
|
||||||
@url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf}.
|
@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf}.
|
||||||
|
|
||||||
To make use of ISO C multithreading, even on platforms that don't support it
|
To make use of ISO C multithreading, even on platforms that don't support it
|
||||||
or have severe bugs, use the following Gnulib modules:
|
or have severe bugs, use the following Gnulib modules:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{CMPLX}
|
@subsection @code{CMPLX}
|
||||||
@findex CMPLX
|
@findex CMPLX
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.3.9.3.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.3.9.3.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/CMPLX.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/CMPLX.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{CMPLXF}
|
@subsection @code{CMPLXF}
|
||||||
@findex CMPLXF
|
@findex CMPLXF
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.3.9.3.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.3.9.3.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/CMPLXF.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/CMPLXF.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{CMPLXL}
|
@subsection @code{CMPLXL}
|
||||||
@findex CMPLXL
|
@findex CMPLXL
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.3.9.3.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.3.9.3.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/CMPLXL.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/CMPLXL.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{acospi}
|
@subsection @code{acospi}
|
||||||
@findex acospi
|
@findex acospi
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.8
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.8
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{acospif}
|
@subsection @code{acospif}
|
||||||
@findex acospif
|
@findex acospif
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.8
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.8
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{acospil}
|
@subsection @code{acospil}
|
||||||
@findex acospil
|
@findex acospil
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.8
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.8
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{aligned_alloc}
|
@subsection @code{aligned_alloc}
|
||||||
@findex aligned_alloc
|
@findex aligned_alloc
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.24.3.1.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.24.3.1.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/aligned_alloc.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/aligned_alloc.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{asinpi}
|
@subsection @code{asinpi}
|
||||||
@findex asinpi
|
@findex asinpi
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.9
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.9
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{asinpif}
|
@subsection @code{asinpif}
|
||||||
@findex asinpif
|
@findex asinpif
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.9
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.9
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{asinpil}
|
@subsection @code{asinpil}
|
||||||
@findex asinpil
|
@findex asinpil
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.9
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.9
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{at_quick_exit}
|
@subsection @code{at_quick_exit}
|
||||||
@findex at_quick_exit
|
@findex at_quick_exit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.24.4.3.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.24.4.3.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/at_quick_exit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/at_quick_exit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atan2pi}
|
@subsection @code{atan2pi}
|
||||||
@findex atan2pi
|
@findex atan2pi
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.11
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.11
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atan2pif}
|
@subsection @code{atan2pif}
|
||||||
@findex atan2pif
|
@findex atan2pif
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.11
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.11
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atan2pil}
|
@subsection @code{atan2pil}
|
||||||
@findex atan2pil
|
@findex atan2pil
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.11
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.11
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atanpi}
|
@subsection @code{atanpi}
|
||||||
@findex atanpi
|
@findex atanpi
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.10
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.10
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atanpif}
|
@subsection @code{atanpif}
|
||||||
@findex atanpif
|
@findex atanpif
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.10
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.10
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atanpil}
|
@subsection @code{atanpil}
|
||||||
@findex atanpil
|
@findex atanpil
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.10
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.10
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_compare_exchange_strong}
|
@subsection @code{atomic_compare_exchange_strong}
|
||||||
@findex atomic_compare_exchange_strong
|
@findex atomic_compare_exchange_strong
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.4.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.4.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_compare_exchange_strong.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_compare_exchange_strong.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_compare_exchange_strong_explicit}
|
@subsection @code{atomic_compare_exchange_strong_explicit}
|
||||||
@findex atomic_compare_exchange_strong_explicit
|
@findex atomic_compare_exchange_strong_explicit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.4.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.4.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_compare_exchange_strong_explicit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_compare_exchange_strong_explicit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_compare_exchange_weak}
|
@subsection @code{atomic_compare_exchange_weak}
|
||||||
@findex atomic_compare_exchange_weak
|
@findex atomic_compare_exchange_weak
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.4.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.4.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_compare_exchange_weak.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_compare_exchange_weak.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_compare_exchange_weak_explicit}
|
@subsection @code{atomic_compare_exchange_weak_explicit}
|
||||||
@findex atomic_compare_exchange_weak_explicit
|
@findex atomic_compare_exchange_weak_explicit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.4.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.4.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_compare_exchange_weak_explicit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_compare_exchange_weak_explicit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_exchange}
|
@subsection @code{atomic_exchange}
|
||||||
@findex atomic_exchange
|
@findex atomic_exchange
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.3.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.3.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_exchange.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_exchange.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_exchange_explicit}
|
@subsection @code{atomic_exchange_explicit}
|
||||||
@findex atomic_exchange_explicit
|
@findex atomic_exchange_explicit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.3.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.3.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_exchange_explicit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_exchange_explicit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_fetch_add}
|
@subsection @code{atomic_fetch_add}
|
||||||
@findex atomic_fetch_add
|
@findex atomic_fetch_add
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_add.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_add.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_fetch_add_explicit}
|
@subsection @code{atomic_fetch_add_explicit}
|
||||||
@findex atomic_fetch_add_explicit
|
@findex atomic_fetch_add_explicit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_add_explicit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_add_explicit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_fetch_and}
|
@subsection @code{atomic_fetch_and}
|
||||||
@findex atomic_fetch_and
|
@findex atomic_fetch_and
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_and.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_and.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_fetch_and_explicit}
|
@subsection @code{atomic_fetch_and_explicit}
|
||||||
@findex atomic_fetch_and_explicit
|
@findex atomic_fetch_and_explicit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_and_explicit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_and_explicit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_fetch_or}
|
@subsection @code{atomic_fetch_or}
|
||||||
@findex atomic_fetch_or
|
@findex atomic_fetch_or
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_or.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_or.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_fetch_or_explicit}
|
@subsection @code{atomic_fetch_or_explicit}
|
||||||
@findex atomic_fetch_or_explicit
|
@findex atomic_fetch_or_explicit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_or_explicit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_or_explicit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_fetch_sub}
|
@subsection @code{atomic_fetch_sub}
|
||||||
@findex atomic_fetch_sub
|
@findex atomic_fetch_sub
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_sub.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_sub.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_fetch_sub_explicit}
|
@subsection @code{atomic_fetch_sub_explicit}
|
||||||
@findex atomic_fetch_sub_explicit
|
@findex atomic_fetch_sub_explicit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_sub_explicit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_sub_explicit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_fetch_xor}
|
@subsection @code{atomic_fetch_xor}
|
||||||
@findex atomic_fetch_xor
|
@findex atomic_fetch_xor
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_xor.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_xor.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_fetch_xor_explicit}
|
@subsection @code{atomic_fetch_xor_explicit}
|
||||||
@findex atomic_fetch_xor_explicit
|
@findex atomic_fetch_xor_explicit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.5.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_xor_explicit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_fetch_xor_explicit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_flag_clear}
|
@subsection @code{atomic_flag_clear}
|
||||||
@findex atomic_flag_clear
|
@findex atomic_flag_clear
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.8.2.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.8.2.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_flag_clear.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_flag_clear.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_flag_clear_explicit}
|
@subsection @code{atomic_flag_clear_explicit}
|
||||||
@findex atomic_flag_clear_explicit
|
@findex atomic_flag_clear_explicit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.8.2.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.8.2.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_flag_clear_explicit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_flag_clear_explicit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_flag_test_and_set}
|
@subsection @code{atomic_flag_test_and_set}
|
||||||
@findex atomic_flag_test_and_set
|
@findex atomic_flag_test_and_set
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.8.1.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.8.1.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_flag_test_and_set.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_flag_test_and_set.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_flag_test_and_set_explicit}
|
@subsection @code{atomic_flag_test_and_set_explicit}
|
||||||
@findex atomic_flag_test_and_set_explicit
|
@findex atomic_flag_test_and_set_explicit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.8.1.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.8.1.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_flag_test_and_set_explicit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_flag_test_and_set_explicit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_init}
|
@subsection @code{atomic_init}
|
||||||
@findex atomic_init
|
@findex atomic_init
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.2.1.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.2.1.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_init.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_init.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_is_lock_free}
|
@subsection @code{atomic_is_lock_free}
|
||||||
@findex atomic_is_lock_free
|
@findex atomic_is_lock_free
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.5.1.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.5.1.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_is_lock_free.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_is_lock_free.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_load}
|
@subsection @code{atomic_load}
|
||||||
@findex atomic_load
|
@findex atomic_load
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.2.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.2.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_load.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_load.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_load_explicit}
|
@subsection @code{atomic_load_explicit}
|
||||||
@findex atomic_load_explicit
|
@findex atomic_load_explicit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.2.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.2.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_load_explicit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_load_explicit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_signal_fence}
|
@subsection @code{atomic_signal_fence}
|
||||||
@findex atomic_signal_fence
|
@findex atomic_signal_fence
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.4.2.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.4.2.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_signal_fence.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_signal_fence.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_store}
|
@subsection @code{atomic_store}
|
||||||
@findex atomic_store
|
@findex atomic_store
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.1.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.1.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_store.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_store.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_store_explicit}
|
@subsection @code{atomic_store_explicit}
|
||||||
@findex atomic_store_explicit
|
@findex atomic_store_explicit
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.1.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.7.1.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_store_explicit.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_store_explicit.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{atomic_thread_fence}
|
@subsection @code{atomic_thread_fence}
|
||||||
@findex atomic_thread_fence
|
@findex atomic_thread_fence
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.4.1.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.17.4.1.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_thread_fence.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/atomic_thread_fence.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{c16rtomb}
|
@subsection @code{c16rtomb}
|
||||||
@findex c16rtomb
|
@findex c16rtomb
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.30.1.4.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.30.1.4.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/c16rtomb.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/c16rtomb.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{c32rtomb}
|
@subsection @code{c32rtomb}
|
||||||
@findex c32rtomb
|
@findex c32rtomb
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.30.1.6.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.30.1.6.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/c32rtomb.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/c32rtomb.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{call_once}
|
@subsection @code{call_once}
|
||||||
@findex call_once
|
@findex call_once
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.2.1.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.2.1.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/call_once.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/call_once.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{cnd_broadcast}
|
@subsection @code{cnd_broadcast}
|
||||||
@findex cnd_broadcast
|
@findex cnd_broadcast
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.1.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.1.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_broadcast.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_broadcast.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{cnd_destroy}
|
@subsection @code{cnd_destroy}
|
||||||
@findex cnd_destroy
|
@findex cnd_destroy
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.2.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.2.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_destroy.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_destroy.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{cnd_init}
|
@subsection @code{cnd_init}
|
||||||
@findex cnd_init
|
@findex cnd_init
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.3.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.3.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_init.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_init.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{cnd_signal}
|
@subsection @code{cnd_signal}
|
||||||
@findex cnd_signal
|
@findex cnd_signal
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.4.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.4.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_signal.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_signal.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{cnd_timedwait}
|
@subsection @code{cnd_timedwait}
|
||||||
@findex cnd_timedwait
|
@findex cnd_timedwait
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.5.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.5.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_timedwait.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_timedwait.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{cnd_wait}
|
@subsection @code{cnd_wait}
|
||||||
@findex cnd_wait
|
@findex cnd_wait
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.6.
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.28.3.6.
|
||||||
|
|
||||||
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_wait.html}
|
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/cnd_wait.html}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{compoundn}
|
@subsection @code{compoundn}
|
||||||
@findex compoundn
|
@findex compoundn
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.7.2
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.7.2
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{compoundnf}
|
@subsection @code{compoundnf}
|
||||||
@findex compoundnf
|
@findex compoundnf
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.7.2
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.7.2
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{compoundnl}
|
@subsection @code{compoundnl}
|
||||||
@findex compoundnl
|
@findex compoundnl
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.7.2
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.7.2
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{cospi}
|
@subsection @code{cospi}
|
||||||
@findex cospi
|
@findex cospi
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.12
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.12
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{cospif}
|
@subsection @code{cospif}
|
||||||
@findex cospif
|
@findex cospif
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.12
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.12
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{cospil}
|
@subsection @code{cospil}
|
||||||
@findex cospil
|
@findex cospil
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.12
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.4.12
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{dfmal}
|
@subsection @code{dfmal}
|
||||||
@findex dfmal
|
@findex dfmal
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.14.5
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.14.5
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{dsqrtl}
|
@subsection @code{dsqrtl}
|
||||||
@findex dsqrtl
|
@findex dsqrtl
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.14.6
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.14.6
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{exp10}
|
@subsection @code{exp10}
|
||||||
@findex exp10
|
@findex exp10
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.2
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.2
|
||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
@itemize
|
@itemize
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{exp10f}
|
@subsection @code{exp10f}
|
||||||
@findex exp10f
|
@findex exp10f
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.2
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.2
|
||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
@itemize
|
@itemize
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{exp10l}
|
@subsection @code{exp10l}
|
||||||
@findex exp10l
|
@findex exp10l
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.2
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.2
|
||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
@itemize
|
@itemize
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{exp10m1}
|
@subsection @code{exp10m1}
|
||||||
@findex exp10m1
|
@findex exp10m1
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.3
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.3
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{exp10m1f}
|
@subsection @code{exp10m1f}
|
||||||
@findex exp10m1f
|
@findex exp10m1f
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.3
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.3
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{exp10m1l}
|
@subsection @code{exp10m1l}
|
||||||
@findex exp10m1l
|
@findex exp10m1l
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.3
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.3
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{exp2m1}
|
@subsection @code{exp2m1}
|
||||||
@findex exp2m1
|
@findex exp2m1
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.5
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.5
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{exp2m1f}
|
@subsection @code{exp2m1f}
|
||||||
@findex exp2m1f
|
@findex exp2m1f
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.5
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.5
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{exp2m1l}
|
@subsection @code{exp2m1l}
|
||||||
@findex exp2m1l
|
@findex exp2m1l
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.5
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.6.5
|
||||||
|
|
||||||
Gnulib module: ---
|
Gnulib module: ---
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{ffma}
|
@subsection @code{ffma}
|
||||||
@findex ffma
|
@findex ffma
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.14.5
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.14.5
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{ffmal}
|
@subsection @code{ffmal}
|
||||||
@findex ffmal
|
@findex ffmal
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.14.5
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.14.5
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fmaximum}
|
@subsection @code{fmaximum}
|
||||||
@findex fmaximum
|
@findex fmaximum
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.4
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.4
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fmaximum_mag}
|
@subsection @code{fmaximum_mag}
|
||||||
@findex fmaximum_mag
|
@findex fmaximum_mag
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.6
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.6
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fmaximum_mag_num}
|
@subsection @code{fmaximum_mag_num}
|
||||||
@findex fmaximum_mag_num
|
@findex fmaximum_mag_num
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.10
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.10
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fmaximum_mag_numf}
|
@subsection @code{fmaximum_mag_numf}
|
||||||
@findex fmaximum_mag_numf
|
@findex fmaximum_mag_numf
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.10
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.10
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fmaximum_mag_numl}
|
@subsection @code{fmaximum_mag_numl}
|
||||||
@findex fmaximum_mag_numl
|
@findex fmaximum_mag_numl
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.10
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.10
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fmaximum_magf}
|
@subsection @code{fmaximum_magf}
|
||||||
@findex fmaximum_magf
|
@findex fmaximum_magf
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.6
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.6
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fmaximum_magl}
|
@subsection @code{fmaximum_magl}
|
||||||
@findex fmaximum_magl
|
@findex fmaximum_magl
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.6
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.6
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fmaximum_num}
|
@subsection @code{fmaximum_num}
|
||||||
@findex fmaximum_num
|
@findex fmaximum_num
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.8
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.8
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fmaximum_numf}
|
@subsection @code{fmaximum_numf}
|
||||||
@findex fmaximum_numf
|
@findex fmaximum_numf
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.8
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.8
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fmaximum_numl}
|
@subsection @code{fmaximum_numl}
|
||||||
@findex fmaximum_numl
|
@findex fmaximum_numl
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.8
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.8
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fmaximumf}
|
@subsection @code{fmaximumf}
|
||||||
@findex fmaximumf
|
@findex fmaximumf
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.4
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.4
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fmaximuml}
|
@subsection @code{fmaximuml}
|
||||||
@findex fmaximuml
|
@findex fmaximuml
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.4
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.4
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fminimum}
|
@subsection @code{fminimum}
|
||||||
@findex fminimum
|
@findex fminimum
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.5
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.5
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fminimum_mag}
|
@subsection @code{fminimum_mag}
|
||||||
@findex fminimum_mag
|
@findex fminimum_mag
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.7
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.7
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fminimum_mag_num}
|
@subsection @code{fminimum_mag_num}
|
||||||
@findex fminimum_mag_num
|
@findex fminimum_mag_num
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.11
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.11
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fminimum_mag_numf}
|
@subsection @code{fminimum_mag_numf}
|
||||||
@findex fminimum_mag_numf
|
@findex fminimum_mag_numf
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.11
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.11
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fminimum_mag_numl}
|
@subsection @code{fminimum_mag_numl}
|
||||||
@findex fminimum_mag_numl
|
@findex fminimum_mag_numl
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.11
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.11
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fminimum_magf}
|
@subsection @code{fminimum_magf}
|
||||||
@findex fminimum_magf
|
@findex fminimum_magf
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.7
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.7
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
@subsection @code{fminimum_magl}
|
@subsection @code{fminimum_magl}
|
||||||
@findex fminimum_magl
|
@findex fminimum_magl
|
||||||
|
|
||||||
ISO C23 specification:@* @url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.7
|
ISO C23 specification:@* @url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3220.pdf} section 7.12.12.7
|
||||||
|
|
||||||
Documentation:@*
|
Documentation:@*
|
||||||
@ifinfo
|
@ifinfo
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user