]> Savannah Git Hosting - gnulib.git/commitdiff
c32*: Update comment.
authorBruno Haible <bruno@clisp.org>
Wed, 28 Jun 2023 13:27:18 +0000 (15:27 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 28 Jun 2023 16:14:26 +0000 (18:14 +0200)
* lib/c32is-impl.h (FUNC): Add comment regarding Android.
* lib/c32to-impl.h (FUNC): Likewise.
* lib/c32width.c (c32width): Likewise.

ChangeLog
lib/c32is-impl.h
lib/c32to-impl.h
lib/c32width.c

index 44e3f9a6da317eb4595c334490e94a2058a7f5a0..878e99cfcb20c587506457fd8069652aec6a224b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-06-28  Bruno Haible  <bruno@clisp.org>
+
+       c32*: Update comment.
+       * lib/c32is-impl.h (FUNC): Add comment regarding Android.
+       * lib/c32to-impl.h (FUNC): Likewise.
+       * lib/c32width.c (c32width): Likewise.
+
 2023-06-28  Bruno Haible  <bruno@clisp.org>
 
        mbrtoc32: Doc tweak.
index aadc1bc7bd499cf67622b1974d51f715021469d2..fd916341ee5e505943905c2eb350f3765a0a187d 100644 (file)
@@ -57,7 +57,7 @@ FUNC (wint_t wc)
   else
     return 0;
 
-#elif HAVE_WORKING_MBRTOC32             /* glibc */
+#elif HAVE_WORKING_MBRTOC32             /* glibc, Android */
   /* mbrtoc32() is essentially defined by the system libc.  */
 
 # if _GL_WCHAR_T_IS_UCS4
index e3e6ad163164ec5fed0376791bc4e6cbe80689db..94ca7bdfb5869089af27a1cb2d6b3330656508bb 100644 (file)
@@ -53,7 +53,7 @@ FUNC (wint_t wc)
   else
     return wc;
 
-#elif HAVE_WORKING_MBRTOC32             /* glibc */
+#elif HAVE_WORKING_MBRTOC32             /* glibc, Android */
   /* mbrtoc32() is essentially defined by the system libc.  */
 
 # if _GL_WCHAR_T_IS_UCS4
index 16ed595278eeba76e6a08cf978effb96b3940e3b..1bea29dfbaff8ea28df4b7b2b0e85f45931119a6 100644 (file)
@@ -58,7 +58,7 @@ c32width (char32_t wc)
   else
     return wcwidth (wc);
 
-#elif HAVE_WORKING_MBRTOC32             /* glibc */
+#elif HAVE_WORKING_MBRTOC32             /* glibc, Android */
   /* mbrtoc32() is essentially defined by the system libc.  */
 
 # if _GL_WCHAR_T_IS_UCS4