]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Update regarding Android.
authorBruno Haible <bruno@clisp.org>
Wed, 4 Jan 2023 07:07:03 +0000 (08:07 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 4 Jan 2023 07:07:03 +0000 (08:07 +0100)
* doc/glibc-functions/getdtablesize.texi: Update Android information.
* doc/glibc-functions/wait3.texi: Likewise.
* doc/pastposix-functions/ftime.texi: Likewise.
* doc/pastposix-functions/index.texi: Likewise.
* doc/pastposix-functions/pthread_attr_getstackaddr.texi: Likewise.
* doc/pastposix-functions/pthread_attr_setstackaddr.texi: Likewise.
* doc/pastposix-functions/wcswcs.texi: Likewise.

ChangeLog
doc/glibc-functions/getdtablesize.texi
doc/glibc-functions/wait3.texi
doc/pastposix-functions/ftime.texi
doc/pastposix-functions/index.texi
doc/pastposix-functions/pthread_attr_getstackaddr.texi
doc/pastposix-functions/pthread_attr_setstackaddr.texi
doc/pastposix-functions/wcswcs.texi

index 59a916a13a4b39401c844cad3a027131ed474412..a5798c9a816076441b2d514cd8a56f59c0f968b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2023-01-04  Bruno Haible  <bruno@clisp.org>
+
+       doc: Update regarding Android.
+       * doc/glibc-functions/getdtablesize.texi: Update Android information.
+       * doc/glibc-functions/wait3.texi: Likewise.
+       * doc/pastposix-functions/ftime.texi: Likewise.
+       * doc/pastposix-functions/index.texi: Likewise.
+       * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Likewise.
+       * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Likewise.
+       * doc/pastposix-functions/wcswcs.texi: Likewise.
+
 2023-01-03  Bruno Haible  <bruno@clisp.org>
 
        ffsl, ffsll: Fix compilation error on Android.
index 23084d9b52a46a490d869c119df912165f2b4538..f7e1a122443ddc618e6f97c2feb2d68d7262766c 100644 (file)
@@ -15,15 +15,13 @@ Portability problems fixed by Gnulib:
 @item
 This function is missing on some platforms:
 Android LP64, mingw, MSVC 14, Android 9.0.
-
 @item
 This function is not declared on some platforms:
-Android LP32.
-
+Android 13 (LP32?).
 @item
 This function does not represent the true @code{RLIMIT_NOFILE} soft
 limit on some platforms:
-Android LP32, Cygwin 1.7.25.
+Android 13 (LP32?), Cygwin 1.7.25.
 @end itemize
 
 Portability problems not fixed by Gnulib:
index 8aabeadf93067689e2bde18def392476b2231004..56d2af1fa32b1eda3c0d82f69a71b249a1ea8b54 100644 (file)
@@ -26,4 +26,7 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 Minix 3.1.8, mingw, MSVC 14, Android 9.0.
+@item
+This function is not declared on some platforms:
+Android 13.
 @end itemize
index 37ffdc39129a0e16a09b1adb6c03c66442b2272c..6ed5c54dcaa8105e4580b3fa316856be6f0a28b8 100644 (file)
@@ -16,6 +16,9 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 macOS 11.1, FreeBSD 13.0, NetBSD 9.0, OpenBSD 6.7, Android 9.0.
 @item
+This function is not declared on some platforms:
+Android 13.
+@item
 On native Windows platforms (mingw, MSVC), this function works incorrectly
 when the environment variable @code{TZ} has been set by Cygwin.
 @item
index 786a2b50f2d808198b6b99b65308833f12bb6cff..d2aaf2a383add4e914cf441e574a5e1516742b67 100644 (file)
@@ -21,6 +21,9 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 mingw, MSVC 14, Android 9.0.
 @item
+This function is not declared on some platforms:
+Android 13.
+@item
 This function is marked as ``legacy'' in POSIX@.  Better use @code{strchr}
 instead.
 @end itemize
index e1b68798e4371ce29eafc181a42b2aaf49371cc0..3b3ec03f79212e3935e4562176a4c5f9a179f9fc 100644 (file)
@@ -16,4 +16,7 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 HP-UX 11, Cygwin 1.7.9, mingw, MSVC 14, Android 9.0.
+@item
+This function is not declared on some platforms:
+Android 13.
 @end itemize
index 1c7ad4cad1e4b18d4f3ee8f009472f120453d321..0a08099d306f527001b58ee85d5d3e778d30cf8f 100644 (file)
@@ -16,4 +16,7 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 HP-UX 11, Cygwin 1.7.9, mingw, MSVC 14, Android 9.0.
+@item
+This function is not declared on some platforms:
+Android 13.
 @end itemize
index 859066a641bb2f4f8c2144ec2a4f29325af459e5..07c40d4037dd2653e884632dd1aa75eada265f6b 100644 (file)
@@ -16,6 +16,9 @@ Portability problems not fixed by Gnulib:
 This function is missing on some platforms:
 macOS 11.1, FreeBSD 13.0, Cygwin 2.9, mingw, MSVC 14, Android 9.0.
 @item
+This function is not declared on some platforms:
+Android 13.
+@item
 On Windows and 32-bit AIX platforms, @code{wchar_t} is a 16-bit type and therefore cannot
 accommodate all Unicode characters.
 @item