[PATCH] doc: Fix typo.

2024-08-31 Thread Collin Funk
* doc/pastposix-functions/siginterrupt.texi (siginterrupt): Fix typo. --- ChangeLog | 5 + doc/pastposix-functions/siginterrupt.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index de6cfce9a5..9ae76f3f83 100644 -

Strengthen LC_CTYPE configure tests on OpenBSD, Android, Haiku

2024-08-31 Thread Bruno Haible
Some more configure tests use the LOCALE_FR_UTF8 value. This patch changes them to use the LOCALE_EN_UTF8 value instead, thus making the configure tests produce actual results instead of guesses. The real effects are: OpenBSD: $ diff openbsd-config.cache-before openbsd-config.cache 330c330 < gl_

Re: [PATCH] users.txt: Add libpipeline

2024-08-31 Thread Bruno Haible
Colin Watson wrote: > * users.txt: Add libpipeline. > --- > users.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/users.txt b/users.txt > index c8382ace28..c57ec59365 100644 > --- a/users.txt > +++ b/users.txt > @@ -58,6 +58,7 @@ The following packages appear to be using gnulib and

tests: Avoid some test failures on OpenBSD, Android

2024-08-31 Thread Bruno Haible
Through the strengthened tests, some test failures appear on OpenBSD 7.5, Android, and Haiku. These two patches handles the new test failures on OpenBSD and on Android. 2024-08-31 Bruno Haible tests: Avoid some test failures on Android. * tests/test-c32isalpha.c (main): Disab

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

2024-08-31 Thread Bruno Haible
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 iswxdigit: Work aro

tests: Strengthen LC_CTYPE tests on OpenBSD, Android, Haiku

2024-08-31 Thread Bruno Haible
OpenBSD 7.5, Android, and Haiku have no working French Unicode locale (with a ',' a decimal separator and with French month names). But they have an English Unicode locale (en_US.UTF-8). For LC_CTYPE tests, where decimal separator and month names are irrelevant, this locale is just as good as a Fre

[PATCH] users.txt: Add libpipeline

2024-08-31 Thread Colin Watson
* users.txt: Add libpipeline. --- users.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/users.txt b/users.txt index c8382ace28..c57ec59365 100644 --- a/users.txt +++ b/users.txt @@ -58,6 +58,7 @@ The following packages appear to be using gnulib and gnulib-tool: libidn https://

trim, unicodeio tests: Fix module description

2024-08-31 Thread Bruno Haible
This patch fixes two small mistakes in the module descriptions: Missing initializations. Fortunately, enough other tests modules contain the necessary initializations as well, so that packages did not notice these mistakes. 2024-08-31 Bruno Haible trim, unicodeio tests: Fix module des

mbrtoc32: Fix a cross-compilation guess

2024-08-31 Thread Bruno Haible
This patch fixes a harmless typo in a configure test. 2024-08-31 Bruno Haible mbrtoc32: Fix a cross-compilation guess. * m4/mbrtoc32.m4 (gl_MBRTOC32_UTF8_LOCALE): Guess no on Cygwin. diff --git a/m4/mbrtoc32.m4 b/m4/mbrtoc32.m4 index 8118ff8f29..4da0712bd4 100644 --- a/m4/mbr