bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

iswdigit, iswxdigit: Work around OpenBSD, Android, Haiku bugs


From: Bruno Haible
Subject: iswdigit, iswxdigit: Work around OpenBSD, Android, Haiku bugs
Date: Sun, 01 Sep 2024 00:28:42 +0200

With the strenghened tests, the iswdigit, iswxdigit tests fail.
Using an English Unicode locale instead of a French Unicode locale in the
configure tests catches these bugs, activates the Gnulib replacements, and
this works arounds the bugs.


2024-08-31  Bruno Haible  <bruno@clisp.org>

        iswxdigit: Work around OpenBSD, Android, Haiku bug.
        * m4/iswxdigit.m4 (gl_FUNC_ISWXDIGIT): Require gt_LOCALE_EN_UTF8 instead
        of gt_LOCALE_FR_UTF8. Use LOCALE_EN_UTF8 instead of LOCALE_FR_UTF8.
        Update cross-compilation guess.
        * modules/iswxdigit (Files): Add m4/locale-en.m4. Remove 
m4/locale-fr.m4.
        * doc/posix-functions/iswxdigit.texi: Update list of platforms.

2024-08-31  Bruno Haible  <bruno@clisp.org>

        iswdigit: Work around OpenBSD, Android, Haiku bug.
        * m4/iswdigit.m4 (gl_FUNC_ISWDIGIT): Require gt_LOCALE_EN_UTF8 instead
        of gt_LOCALE_FR_UTF8. Use LOCALE_EN_UTF8 instead of LOCALE_FR_UTF8.
        Update cross-compilation guess.
        * modules/iswdigit (Files): Add m4/locale-en.m4.
        * doc/posix-functions/iswdigit.texi: Update list of platforms.

Attachment: 0001-iswdigit-Work-around-OpenBSD-Android-Haiku-bug.patch
Description: Text Data

Attachment: 0002-iswxdigit-Work-around-OpenBSD-Android-Haiku-bug.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]