From: Bruno Haible Date: Mon, 9 Mar 2026 11:15:09 +0000 (+0100) Subject: doc: Document C2y stdc_* functions. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a65f999035e18eb802e5cf8b624ae15620ee67fa;p=thirdparty%2Fgnulib.git doc: Document C2y stdc_* functions. * doc/posix-functions/stdc_load8_aligned_les16.texi: New file. * doc/posix-functions/stdc_load8_aligned_les32.texi: New file. * doc/posix-functions/stdc_load8_aligned_les64.texi: New file. * doc/posix-functions/stdc_load8_aligned_les8.texi: New file. * doc/posix-functions/stdc_load8_aligned_leu16.texi: New file. * doc/posix-functions/stdc_load8_aligned_leu32.texi: New file. * doc/posix-functions/stdc_load8_aligned_leu64.texi: New file. * doc/posix-functions/stdc_load8_aligned_leu8.texi: New file. * doc/posix-functions/stdc_load8_les16.texi: New file. * doc/posix-functions/stdc_load8_les32.texi: New file. * doc/posix-functions/stdc_load8_les64.texi: New file. * doc/posix-functions/stdc_load8_les8.texi: New file. * doc/posix-functions/stdc_load8_leu16.texi: New file. * doc/posix-functions/stdc_load8_leu32.texi: New file. * doc/posix-functions/stdc_load8_leu64.texi: New file. * doc/posix-functions/stdc_load8_leu8.texi: New file. * doc/posix-functions/stdc_memreverse8.texi: New file. * doc/posix-functions/stdc_memreverse8u16.texi: New file. * doc/posix-functions/stdc_memreverse8u32.texi: New file. * doc/posix-functions/stdc_memreverse8u64.texi: New file. * doc/posix-functions/stdc_memreverse8u8.texi: New file. * doc/posix-functions/stdc_rotate_left.texi: New file. * doc/posix-functions/stdc_rotate_right.texi: New file. * doc/posix-functions/stdc_store8_aligned_les16.texi: New file. * doc/posix-functions/stdc_store8_aligned_les32.texi: New file. * doc/posix-functions/stdc_store8_aligned_les64.texi: New file. * doc/posix-functions/stdc_store8_aligned_les8.texi: New file. * doc/posix-functions/stdc_store8_aligned_leu16.texi: New file. * doc/posix-functions/stdc_store8_aligned_leu32.texi: New file. * doc/posix-functions/stdc_store8_aligned_leu64.texi: New file. * doc/posix-functions/stdc_store8_aligned_leu8.texi: New file. * doc/posix-functions/stdc_store8_les16.texi: New file. * doc/posix-functions/stdc_store8_les32.texi: New file. * doc/posix-functions/stdc_store8_les64.texi: New file. * doc/posix-functions/stdc_store8_les8.texi: New file. * doc/posix-functions/stdc_store8_leu16.texi: New file. * doc/posix-functions/stdc_store8_leu32.texi: New file. * doc/posix-functions/stdc_store8_leu64.texi: New file. * doc/posix-functions/stdc_store8_leu8.texi: New file. * doc/gnulib.texi (Functions in ): Change section title. Include these new files. --- diff --git a/ChangeLog b/ChangeLog index 990113e2bf..3ec0fee6b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2026-03-09 Bruno Haible + + doc: Document C2y stdc_* functions. + * doc/posix-functions/stdc_load8_aligned_les16.texi: New file. + * doc/posix-functions/stdc_load8_aligned_les32.texi: New file. + * doc/posix-functions/stdc_load8_aligned_les64.texi: New file. + * doc/posix-functions/stdc_load8_aligned_les8.texi: New file. + * doc/posix-functions/stdc_load8_aligned_leu16.texi: New file. + * doc/posix-functions/stdc_load8_aligned_leu32.texi: New file. + * doc/posix-functions/stdc_load8_aligned_leu64.texi: New file. + * doc/posix-functions/stdc_load8_aligned_leu8.texi: New file. + * doc/posix-functions/stdc_load8_les16.texi: New file. + * doc/posix-functions/stdc_load8_les32.texi: New file. + * doc/posix-functions/stdc_load8_les64.texi: New file. + * doc/posix-functions/stdc_load8_les8.texi: New file. + * doc/posix-functions/stdc_load8_leu16.texi: New file. + * doc/posix-functions/stdc_load8_leu32.texi: New file. + * doc/posix-functions/stdc_load8_leu64.texi: New file. + * doc/posix-functions/stdc_load8_leu8.texi: New file. + * doc/posix-functions/stdc_memreverse8.texi: New file. + * doc/posix-functions/stdc_memreverse8u16.texi: New file. + * doc/posix-functions/stdc_memreverse8u32.texi: New file. + * doc/posix-functions/stdc_memreverse8u64.texi: New file. + * doc/posix-functions/stdc_memreverse8u8.texi: New file. + * doc/posix-functions/stdc_rotate_left.texi: New file. + * doc/posix-functions/stdc_rotate_right.texi: New file. + * doc/posix-functions/stdc_store8_aligned_les16.texi: New file. + * doc/posix-functions/stdc_store8_aligned_les32.texi: New file. + * doc/posix-functions/stdc_store8_aligned_les64.texi: New file. + * doc/posix-functions/stdc_store8_aligned_les8.texi: New file. + * doc/posix-functions/stdc_store8_aligned_leu16.texi: New file. + * doc/posix-functions/stdc_store8_aligned_leu32.texi: New file. + * doc/posix-functions/stdc_store8_aligned_leu64.texi: New file. + * doc/posix-functions/stdc_store8_aligned_leu8.texi: New file. + * doc/posix-functions/stdc_store8_les16.texi: New file. + * doc/posix-functions/stdc_store8_les32.texi: New file. + * doc/posix-functions/stdc_store8_les64.texi: New file. + * doc/posix-functions/stdc_store8_les8.texi: New file. + * doc/posix-functions/stdc_store8_leu16.texi: New file. + * doc/posix-functions/stdc_store8_leu32.texi: New file. + * doc/posix-functions/stdc_store8_leu64.texi: New file. + * doc/posix-functions/stdc_store8_leu8.texi: New file. + * doc/gnulib.texi (Functions in ): Change section title. + Include these new files. + 2026-03-08 Collin Funk parse-datetime: Fix typo. diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 5073908078..b8be27687f 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -3364,7 +3364,7 @@ This list of functions is sorted according to the header that declares them. @include posix-functions/kill_dependency.texi @node Functions in -@section Functions in @code{} +@section Functions and generic functions in @code{} @menu * stdc_bit_ceil:: @@ -3379,6 +3379,45 @@ This list of functions is sorted according to the header that declares them. * stdc_has_single_bit:: * stdc_leading_ones:: * stdc_leading_zeros:: +* stdc_load8_aligned_les8:: +* stdc_load8_aligned_les16:: +* stdc_load8_aligned_les32:: +* stdc_load8_aligned_les64:: +* stdc_load8_aligned_leu8:: +* stdc_load8_aligned_leu16:: +* stdc_load8_aligned_leu32:: +* stdc_load8_aligned_leu64:: +* stdc_load8_les8:: +* stdc_load8_les16:: +* stdc_load8_les32:: +* stdc_load8_les64:: +* stdc_load8_leu8:: +* stdc_load8_leu16:: +* stdc_load8_leu32:: +* stdc_load8_leu64:: +* stdc_memreverse8:: +* stdc_memreverse8u8:: +* stdc_memreverse8u16:: +* stdc_memreverse8u32:: +* stdc_memreverse8u64:: +* stdc_rotate_left:: +* stdc_rotate_right:: +* stdc_store8_aligned_les8:: +* stdc_store8_aligned_les16:: +* stdc_store8_aligned_les32:: +* stdc_store8_aligned_les64:: +* stdc_store8_aligned_leu8:: +* stdc_store8_aligned_leu16:: +* stdc_store8_aligned_leu32:: +* stdc_store8_aligned_leu64:: +* stdc_store8_les8:: +* stdc_store8_les16:: +* stdc_store8_les32:: +* stdc_store8_les64:: +* stdc_store8_leu8:: +* stdc_store8_leu16:: +* stdc_store8_leu32:: +* stdc_store8_leu64:: * stdc_trailing_ones:: * stdc_trailing_zeros:: @end menu @@ -3395,6 +3434,45 @@ This list of functions is sorted according to the header that declares them. @include posix-functions/stdc_has_single_bit.texi @include posix-functions/stdc_leading_ones.texi @include posix-functions/stdc_leading_zeros.texi +@include posix-functions/stdc_load8_aligned_les8.texi +@include posix-functions/stdc_load8_aligned_les16.texi +@include posix-functions/stdc_load8_aligned_les32.texi +@include posix-functions/stdc_load8_aligned_les64.texi +@include posix-functions/stdc_load8_aligned_leu8.texi +@include posix-functions/stdc_load8_aligned_leu16.texi +@include posix-functions/stdc_load8_aligned_leu32.texi +@include posix-functions/stdc_load8_aligned_leu64.texi +@include posix-functions/stdc_load8_les8.texi +@include posix-functions/stdc_load8_les16.texi +@include posix-functions/stdc_load8_les32.texi +@include posix-functions/stdc_load8_les64.texi +@include posix-functions/stdc_load8_leu8.texi +@include posix-functions/stdc_load8_leu16.texi +@include posix-functions/stdc_load8_leu32.texi +@include posix-functions/stdc_load8_leu64.texi +@include posix-functions/stdc_memreverse8.texi +@include posix-functions/stdc_memreverse8u8.texi +@include posix-functions/stdc_memreverse8u16.texi +@include posix-functions/stdc_memreverse8u32.texi +@include posix-functions/stdc_memreverse8u64.texi +@include posix-functions/stdc_rotate_left.texi +@include posix-functions/stdc_rotate_right.texi +@include posix-functions/stdc_store8_aligned_les8.texi +@include posix-functions/stdc_store8_aligned_les16.texi +@include posix-functions/stdc_store8_aligned_les32.texi +@include posix-functions/stdc_store8_aligned_les64.texi +@include posix-functions/stdc_store8_aligned_leu8.texi +@include posix-functions/stdc_store8_aligned_leu16.texi +@include posix-functions/stdc_store8_aligned_leu32.texi +@include posix-functions/stdc_store8_aligned_leu64.texi +@include posix-functions/stdc_store8_les8.texi +@include posix-functions/stdc_store8_les16.texi +@include posix-functions/stdc_store8_les32.texi +@include posix-functions/stdc_store8_les64.texi +@include posix-functions/stdc_store8_leu8.texi +@include posix-functions/stdc_store8_leu16.texi +@include posix-functions/stdc_store8_leu32.texi +@include posix-functions/stdc_store8_leu64.texi @include posix-functions/stdc_trailing_ones.texi @include posix-functions/stdc_trailing_zeros.texi diff --git a/doc/posix-functions/stdc_load8_aligned_les16.texi b/doc/posix-functions/stdc_load8_aligned_les16.texi new file mode 100644 index 0000000000..2573f56674 --- /dev/null +++ b/doc/posix-functions/stdc_load8_aligned_les16.texi @@ -0,0 +1,22 @@ +@node stdc_load8_aligned_les16 +@subsection @code{stdc_load8_aligned_les16} +@findex stdc_load8_aligned_les16 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_aligned_les16 +@mindex stdc_load8_aligned_les16 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_aligned_les32.texi b/doc/posix-functions/stdc_load8_aligned_les32.texi new file mode 100644 index 0000000000..4f0e53e076 --- /dev/null +++ b/doc/posix-functions/stdc_load8_aligned_les32.texi @@ -0,0 +1,22 @@ +@node stdc_load8_aligned_les32 +@subsection @code{stdc_load8_aligned_les32} +@findex stdc_load8_aligned_les32 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_aligned_les32 +@mindex stdc_load8_aligned_les32 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_aligned_les64.texi b/doc/posix-functions/stdc_load8_aligned_les64.texi new file mode 100644 index 0000000000..568cd34d78 --- /dev/null +++ b/doc/posix-functions/stdc_load8_aligned_les64.texi @@ -0,0 +1,22 @@ +@node stdc_load8_aligned_les64 +@subsection @code{stdc_load8_aligned_les64} +@findex stdc_load8_aligned_les64 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_aligned_les64 +@mindex stdc_load8_aligned_les64 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_aligned_les8.texi b/doc/posix-functions/stdc_load8_aligned_les8.texi new file mode 100644 index 0000000000..38eaf21ad0 --- /dev/null +++ b/doc/posix-functions/stdc_load8_aligned_les8.texi @@ -0,0 +1,22 @@ +@node stdc_load8_aligned_les8 +@subsection @code{stdc_load8_aligned_les8} +@findex stdc_load8_aligned_les8 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_aligned_les8 +@mindex stdc_load8_aligned_les8 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_aligned_leu16.texi b/doc/posix-functions/stdc_load8_aligned_leu16.texi new file mode 100644 index 0000000000..4b4af35676 --- /dev/null +++ b/doc/posix-functions/stdc_load8_aligned_leu16.texi @@ -0,0 +1,22 @@ +@node stdc_load8_aligned_leu16 +@subsection @code{stdc_load8_aligned_leu16} +@findex stdc_load8_aligned_leu16 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_aligned_leu16 +@mindex stdc_load8_aligned_leu16 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_aligned_leu32.texi b/doc/posix-functions/stdc_load8_aligned_leu32.texi new file mode 100644 index 0000000000..d58e02bdf9 --- /dev/null +++ b/doc/posix-functions/stdc_load8_aligned_leu32.texi @@ -0,0 +1,22 @@ +@node stdc_load8_aligned_leu32 +@subsection @code{stdc_load8_aligned_leu32} +@findex stdc_load8_aligned_leu32 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_aligned_leu32 +@mindex stdc_load8_aligned_leu32 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_aligned_leu64.texi b/doc/posix-functions/stdc_load8_aligned_leu64.texi new file mode 100644 index 0000000000..9e1db3aead --- /dev/null +++ b/doc/posix-functions/stdc_load8_aligned_leu64.texi @@ -0,0 +1,22 @@ +@node stdc_load8_aligned_leu64 +@subsection @code{stdc_load8_aligned_leu64} +@findex stdc_load8_aligned_leu64 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_aligned_leu64 +@mindex stdc_load8_aligned_leu64 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_aligned_leu8.texi b/doc/posix-functions/stdc_load8_aligned_leu8.texi new file mode 100644 index 0000000000..04c3777904 --- /dev/null +++ b/doc/posix-functions/stdc_load8_aligned_leu8.texi @@ -0,0 +1,22 @@ +@node stdc_load8_aligned_leu8 +@subsection @code{stdc_load8_aligned_leu8} +@findex stdc_load8_aligned_leu8 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_aligned_leu8 +@mindex stdc_load8_aligned_leu8 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_les16.texi b/doc/posix-functions/stdc_load8_les16.texi new file mode 100644 index 0000000000..57f04d61bf --- /dev/null +++ b/doc/posix-functions/stdc_load8_les16.texi @@ -0,0 +1,22 @@ +@node stdc_load8_les16 +@subsection @code{stdc_load8_les16} +@findex stdc_load8_les16 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_les16 +@mindex stdc_load8_les16 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_les32.texi b/doc/posix-functions/stdc_load8_les32.texi new file mode 100644 index 0000000000..6e3a85d660 --- /dev/null +++ b/doc/posix-functions/stdc_load8_les32.texi @@ -0,0 +1,22 @@ +@node stdc_load8_les32 +@subsection @code{stdc_load8_les32} +@findex stdc_load8_les32 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_les32 +@mindex stdc_load8_les32 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_les64.texi b/doc/posix-functions/stdc_load8_les64.texi new file mode 100644 index 0000000000..2c7daa4b9c --- /dev/null +++ b/doc/posix-functions/stdc_load8_les64.texi @@ -0,0 +1,22 @@ +@node stdc_load8_les64 +@subsection @code{stdc_load8_les64} +@findex stdc_load8_les64 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_les64 +@mindex stdc_load8_les64 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_les8.texi b/doc/posix-functions/stdc_load8_les8.texi new file mode 100644 index 0000000000..6384572a82 --- /dev/null +++ b/doc/posix-functions/stdc_load8_les8.texi @@ -0,0 +1,22 @@ +@node stdc_load8_les8 +@subsection @code{stdc_load8_les8} +@findex stdc_load8_les8 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_les8 +@mindex stdc_load8_les8 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_leu16.texi b/doc/posix-functions/stdc_load8_leu16.texi new file mode 100644 index 0000000000..10a299f96e --- /dev/null +++ b/doc/posix-functions/stdc_load8_leu16.texi @@ -0,0 +1,22 @@ +@node stdc_load8_leu16 +@subsection @code{stdc_load8_leu16} +@findex stdc_load8_leu16 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_leu16 +@mindex stdc_load8_leu16 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_leu32.texi b/doc/posix-functions/stdc_load8_leu32.texi new file mode 100644 index 0000000000..ce3768b850 --- /dev/null +++ b/doc/posix-functions/stdc_load8_leu32.texi @@ -0,0 +1,22 @@ +@node stdc_load8_leu32 +@subsection @code{stdc_load8_leu32} +@findex stdc_load8_leu32 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_leu32 +@mindex stdc_load8_leu32 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_leu64.texi b/doc/posix-functions/stdc_load8_leu64.texi new file mode 100644 index 0000000000..b6a66fd732 --- /dev/null +++ b/doc/posix-functions/stdc_load8_leu64.texi @@ -0,0 +1,22 @@ +@node stdc_load8_leu64 +@subsection @code{stdc_load8_leu64} +@findex stdc_load8_leu64 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_leu64 +@mindex stdc_load8_leu64 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_load8_leu8.texi b/doc/posix-functions/stdc_load8_leu8.texi new file mode 100644 index 0000000000..a7e11457d4 --- /dev/null +++ b/doc/posix-functions/stdc_load8_leu8.texi @@ -0,0 +1,22 @@ +@node stdc_load8_leu8 +@subsection @code{stdc_load8_leu8} +@findex stdc_load8_leu8 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.21. + +Gnulib module: stdc_load8_leu8 +@mindex stdc_load8_leu8 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_memreverse8.texi b/doc/posix-functions/stdc_memreverse8.texi new file mode 100644 index 0000000000..33a164ebb6 --- /dev/null +++ b/doc/posix-functions/stdc_memreverse8.texi @@ -0,0 +1,22 @@ +@node stdc_memreverse8 +@subsection @code{stdc_memreverse8} +@findex stdc_memreverse8 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.19. + +Gnulib module: stdc_memreverse8 +@mindex stdc_memreverse8 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_memreverse8u16.texi b/doc/posix-functions/stdc_memreverse8u16.texi new file mode 100644 index 0000000000..3a89581aa7 --- /dev/null +++ b/doc/posix-functions/stdc_memreverse8u16.texi @@ -0,0 +1,22 @@ +@node stdc_memreverse8u16 +@subsection @code{stdc_memreverse8u16} +@findex stdc_memreverse8u16 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.20. + +Gnulib module: stdc_memreverse8u16 +@mindex stdc_memreverse8u16 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_memreverse8u32.texi b/doc/posix-functions/stdc_memreverse8u32.texi new file mode 100644 index 0000000000..f916619928 --- /dev/null +++ b/doc/posix-functions/stdc_memreverse8u32.texi @@ -0,0 +1,22 @@ +@node stdc_memreverse8u32 +@subsection @code{stdc_memreverse8u32} +@findex stdc_memreverse8u32 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.20. + +Gnulib module: stdc_memreverse8u32 +@mindex stdc_memreverse8u32 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_memreverse8u64.texi b/doc/posix-functions/stdc_memreverse8u64.texi new file mode 100644 index 0000000000..efffe2495d --- /dev/null +++ b/doc/posix-functions/stdc_memreverse8u64.texi @@ -0,0 +1,22 @@ +@node stdc_memreverse8u64 +@subsection @code{stdc_memreverse8u64} +@findex stdc_memreverse8u64 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.20. + +Gnulib module: stdc_memreverse8u64 +@mindex stdc_memreverse8u64 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_memreverse8u8.texi b/doc/posix-functions/stdc_memreverse8u8.texi new file mode 100644 index 0000000000..a7e9cb1d1e --- /dev/null +++ b/doc/posix-functions/stdc_memreverse8u8.texi @@ -0,0 +1,22 @@ +@node stdc_memreverse8u8 +@subsection @code{stdc_memreverse8u8} +@findex stdc_memreverse8u8 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.20. + +Gnulib module: stdc_memreverse8u8 +@mindex stdc_memreverse8u8 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_rotate_left.texi b/doc/posix-functions/stdc_rotate_left.texi new file mode 100644 index 0000000000..ce592ade0d --- /dev/null +++ b/doc/posix-functions/stdc_rotate_left.texi @@ -0,0 +1,27 @@ +@node stdc_rotate_left +@subsection @code{stdc_rotate_left} +@findex stdc_rotate_left +@findex stdc_rotate_left_uc +@findex stdc_rotate_left_us +@findex stdc_rotate_left_ui +@findex stdc_rotate_left_ul +@findex stdc_rotate_left_ull + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.17. + +Gnulib module: stdc_rotate_left +@mindex stdc_rotate_left + +Portability problems fixed by Gnulib: +@itemize +@item +This macro and its associated functions is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_rotate_right.texi b/doc/posix-functions/stdc_rotate_right.texi new file mode 100644 index 0000000000..01a79f9b34 --- /dev/null +++ b/doc/posix-functions/stdc_rotate_right.texi @@ -0,0 +1,27 @@ +@node stdc_rotate_right +@subsection @code{stdc_rotate_right} +@findex stdc_rotate_right +@findex stdc_rotate_right_uc +@findex stdc_rotate_right_us +@findex stdc_rotate_right_ui +@findex stdc_rotate_right_ul +@findex stdc_rotate_right_ull + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.18. + +Gnulib module: stdc_rotate_right +@mindex stdc_rotate_right + +Portability problems fixed by Gnulib: +@itemize +@item +This macro and its associated functions is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_aligned_les16.texi b/doc/posix-functions/stdc_store8_aligned_les16.texi new file mode 100644 index 0000000000..4942d047fa --- /dev/null +++ b/doc/posix-functions/stdc_store8_aligned_les16.texi @@ -0,0 +1,22 @@ +@node stdc_store8_aligned_les16 +@subsection @code{stdc_store8_aligned_les16} +@findex stdc_store8_aligned_les16 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_aligned_les16 +@mindex stdc_store8_aligned_les16 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_aligned_les32.texi b/doc/posix-functions/stdc_store8_aligned_les32.texi new file mode 100644 index 0000000000..5789275e04 --- /dev/null +++ b/doc/posix-functions/stdc_store8_aligned_les32.texi @@ -0,0 +1,22 @@ +@node stdc_store8_aligned_les32 +@subsection @code{stdc_store8_aligned_les32} +@findex stdc_store8_aligned_les32 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_aligned_les32 +@mindex stdc_store8_aligned_les32 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_aligned_les64.texi b/doc/posix-functions/stdc_store8_aligned_les64.texi new file mode 100644 index 0000000000..3297033b97 --- /dev/null +++ b/doc/posix-functions/stdc_store8_aligned_les64.texi @@ -0,0 +1,22 @@ +@node stdc_store8_aligned_les64 +@subsection @code{stdc_store8_aligned_les64} +@findex stdc_store8_aligned_les64 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_aligned_les64 +@mindex stdc_store8_aligned_les64 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_aligned_les8.texi b/doc/posix-functions/stdc_store8_aligned_les8.texi new file mode 100644 index 0000000000..9ce7416f99 --- /dev/null +++ b/doc/posix-functions/stdc_store8_aligned_les8.texi @@ -0,0 +1,22 @@ +@node stdc_store8_aligned_les8 +@subsection @code{stdc_store8_aligned_les8} +@findex stdc_store8_aligned_les8 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_aligned_les8 +@mindex stdc_store8_aligned_les8 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_aligned_leu16.texi b/doc/posix-functions/stdc_store8_aligned_leu16.texi new file mode 100644 index 0000000000..d199c0c008 --- /dev/null +++ b/doc/posix-functions/stdc_store8_aligned_leu16.texi @@ -0,0 +1,22 @@ +@node stdc_store8_aligned_leu16 +@subsection @code{stdc_store8_aligned_leu16} +@findex stdc_store8_aligned_leu16 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_aligned_leu16 +@mindex stdc_store8_aligned_leu16 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_aligned_leu32.texi b/doc/posix-functions/stdc_store8_aligned_leu32.texi new file mode 100644 index 0000000000..bf56225f12 --- /dev/null +++ b/doc/posix-functions/stdc_store8_aligned_leu32.texi @@ -0,0 +1,22 @@ +@node stdc_store8_aligned_leu32 +@subsection @code{stdc_store8_aligned_leu32} +@findex stdc_store8_aligned_leu32 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_aligned_leu32 +@mindex stdc_store8_aligned_leu32 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_aligned_leu64.texi b/doc/posix-functions/stdc_store8_aligned_leu64.texi new file mode 100644 index 0000000000..b875c8a002 --- /dev/null +++ b/doc/posix-functions/stdc_store8_aligned_leu64.texi @@ -0,0 +1,22 @@ +@node stdc_store8_aligned_leu64 +@subsection @code{stdc_store8_aligned_leu64} +@findex stdc_store8_aligned_leu64 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_aligned_leu64 +@mindex stdc_store8_aligned_leu64 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_aligned_leu8.texi b/doc/posix-functions/stdc_store8_aligned_leu8.texi new file mode 100644 index 0000000000..6947e8fd0e --- /dev/null +++ b/doc/posix-functions/stdc_store8_aligned_leu8.texi @@ -0,0 +1,22 @@ +@node stdc_store8_aligned_leu8 +@subsection @code{stdc_store8_aligned_leu8} +@findex stdc_store8_aligned_leu8 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_aligned_leu8 +@mindex stdc_store8_aligned_leu8 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_les16.texi b/doc/posix-functions/stdc_store8_les16.texi new file mode 100644 index 0000000000..dcdda5f559 --- /dev/null +++ b/doc/posix-functions/stdc_store8_les16.texi @@ -0,0 +1,22 @@ +@node stdc_store8_les16 +@subsection @code{stdc_store8_les16} +@findex stdc_store8_les16 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_les16 +@mindex stdc_store8_les16 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_les32.texi b/doc/posix-functions/stdc_store8_les32.texi new file mode 100644 index 0000000000..5b71598f52 --- /dev/null +++ b/doc/posix-functions/stdc_store8_les32.texi @@ -0,0 +1,22 @@ +@node stdc_store8_les32 +@subsection @code{stdc_store8_les32} +@findex stdc_store8_les32 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_les32 +@mindex stdc_store8_les32 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_les64.texi b/doc/posix-functions/stdc_store8_les64.texi new file mode 100644 index 0000000000..f6f8626fcf --- /dev/null +++ b/doc/posix-functions/stdc_store8_les64.texi @@ -0,0 +1,22 @@ +@node stdc_store8_les64 +@subsection @code{stdc_store8_les64} +@findex stdc_store8_les64 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_les64 +@mindex stdc_store8_les64 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_les8.texi b/doc/posix-functions/stdc_store8_les8.texi new file mode 100644 index 0000000000..33b81c9614 --- /dev/null +++ b/doc/posix-functions/stdc_store8_les8.texi @@ -0,0 +1,22 @@ +@node stdc_store8_les8 +@subsection @code{stdc_store8_les8} +@findex stdc_store8_les8 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_les8 +@mindex stdc_store8_les8 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_leu16.texi b/doc/posix-functions/stdc_store8_leu16.texi new file mode 100644 index 0000000000..4b274cc0cf --- /dev/null +++ b/doc/posix-functions/stdc_store8_leu16.texi @@ -0,0 +1,22 @@ +@node stdc_store8_leu16 +@subsection @code{stdc_store8_leu16} +@findex stdc_store8_leu16 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_leu16 +@mindex stdc_store8_leu16 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_leu32.texi b/doc/posix-functions/stdc_store8_leu32.texi new file mode 100644 index 0000000000..70d80dd055 --- /dev/null +++ b/doc/posix-functions/stdc_store8_leu32.texi @@ -0,0 +1,22 @@ +@node stdc_store8_leu32 +@subsection @code{stdc_store8_leu32} +@findex stdc_store8_leu32 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_leu32 +@mindex stdc_store8_leu32 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_leu64.texi b/doc/posix-functions/stdc_store8_leu64.texi new file mode 100644 index 0000000000..f79603950f --- /dev/null +++ b/doc/posix-functions/stdc_store8_leu64.texi @@ -0,0 +1,22 @@ +@node stdc_store8_leu64 +@subsection @code{stdc_store8_leu64} +@findex stdc_store8_leu64 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_leu64 +@mindex stdc_store8_leu64 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stdc_store8_leu8.texi b/doc/posix-functions/stdc_store8_leu8.texi new file mode 100644 index 0000000000..a4a6b1b1c5 --- /dev/null +++ b/doc/posix-functions/stdc_store8_leu8.texi @@ -0,0 +1,22 @@ +@node stdc_store8_leu8 +@subsection @code{stdc_store8_leu8} +@findex stdc_store8_leu8 + +Documentation:@* +ISO C2y (draft +@url{https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3783.pdf}) +section 7.18.22. + +Gnulib module: stdc_store8_leu8 +@mindex stdc_store8_leu8 + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on many platforms: +glibc 2.43, macOS 26, FreeBSD 15.0, NetBSD 10.0, OpenBSD 7.8, AIX 7.3.1, HP-UX 11.31, Solaris 11.4, Cygwin 3.5.3, mingw, MSVC 17, Android 15. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize