From: Bruno Haible Date: Sat, 17 Jan 2026 17:30:26 +0000 (+0100) Subject: doc: Mention another Haiku bug. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd084afa3f5a9c8c352b10dcd774ebf3127541fd;p=thirdparty%2Fgnulib.git doc: Mention another Haiku bug. * doc/posix-functions/mbrtowc.texi: Mention a Haiku bug. --- diff --git a/ChangeLog b/ChangeLog index 0375049541..07ca1f3873 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2026-01-17 Bruno Haible + + doc: Mention another Haiku bug. + * doc/posix-functions/mbrtowc.texi: Mention a Haiku bug. + 2026-01-17 Bruno Haible c32is* tests: Avoid test failures on Haiku. diff --git a/doc/posix-functions/mbrtowc.texi b/doc/posix-functions/mbrtowc.texi index 241098ac21..9666c58d48 100644 --- a/doc/posix-functions/mbrtowc.texi +++ b/doc/posix-functions/mbrtowc.texi @@ -61,4 +61,8 @@ therefore cannot accommodate all Unicode characters. However, the ISO C11 function @code{mbrtoc32}, provided by Gnulib module @code{mbrtoc32}, operates on 32-bit wide characters and therefore does not have this limitation. +@item +This function does not work with a copied @code{mbstate_t} on some platforms: +@c https://dev.haiku-os.org/ticket/19899 +Haiku. @end itemize