From: Bruno Haible Date: Wed, 28 Jun 2023 13:27:18 +0000 (+0200) Subject: c32*: Update comment. X-Git-Tag: v1.0~1175 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=efea5d928393f4a9e08ca00b95898e3b8d4e8ddf;p=gnulib.git c32*: Update comment. * lib/c32is-impl.h (FUNC): Add comment regarding Android. * lib/c32to-impl.h (FUNC): Likewise. * lib/c32width.c (c32width): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 44e3f9a6da..878e99cfcb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2023-06-28 Bruno Haible + + 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 mbrtoc32: Doc tweak. diff --git a/lib/c32is-impl.h b/lib/c32is-impl.h index aadc1bc7bd..fd916341ee 100644 --- a/lib/c32is-impl.h +++ b/lib/c32is-impl.h @@ -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 diff --git a/lib/c32to-impl.h b/lib/c32to-impl.h index e3e6ad1631..94ca7bdfb5 100644 --- a/lib/c32to-impl.h +++ b/lib/c32to-impl.h @@ -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 diff --git a/lib/c32width.c b/lib/c32width.c index 16ed595278..1bea29dfba 100644 --- a/lib/c32width.c +++ b/lib/c32width.c @@ -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