Re: libunistring v1.1 : 22 errors during `make check`

2023-07-01 Thread Russell Warren
Never mind. The iconv executable was not available. Restoring that brings it back to zero errors. Apologies for the noise. On Sat, Jul 1, 2023 at 3:37 PM Russell Warren wrote: > Hello, > > After a build of libunistring 1.1 I am running `make check` and am getting > 22 failures: > > >

libunistring v1.1 : 22 errors during `make check`

2023-07-01 Thread Russell Warren via Gnulib discussion list
Hello, After a build of libunistring 1.1 I am running `make check` and am getting 22 failures: Testsuite summary for # TOTAL: 582 # PASS: 522

[PATCH] Also fix top/bootstrap long lines

2023-07-01 Thread Paul Eggert
--- ChangeLog | 1 + top/bootstrap | 14 ++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b803e0a439..bcc1bbd933 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2023-07-01 Paul Eggert Fix long bootstrap lines +

[PATCH] Fix long bootstrap lines

2023-07-01 Thread Paul Eggert
* top/bootstrap-funclib.sh: Reformat to fit into 80 columns, for coreutils ‘make syntax-check’. --- ChangeLog| 6 ++ top/bootstrap-funclib.sh | 44 +--- 2 files changed, 38 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog i

Re: From wchar_t to char32_t

2023-07-01 Thread Bruno Haible
Here is a proposed patch to overcome the wchar_t limitation in the 'dfa' module. Jim: The background is explained in The plan was exposed in

stable branches update

2023-07-01 Thread Bruno Haible
Hi, I updated the branches stable-202207 and stable-202301 with the bug fixes from the last two weeks. Also, I created a new stable branch stable-202307. The branch stable-202207 being one year old, it will no longer be updated. Users of this branch are recommended to switch to stable-202301.

[PATCH] maint.mk: Modernize stddef.h checks for C23

2023-07-01 Thread Paul Eggert
* top/maint.mk (_stddef_syms_re): Modernize for C23. --- ChangeLog| 5 + top/maint.mk | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 382c6d0317..5eced13c36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-07-01 Paul Eggert

Re: From wchar_t to char32_t

2023-07-01 Thread Bruno Haible
This patch migrates the 'quotearg' module from wchar_t to char32_t. Note about the link dependency updates: - Adding $(LIBUNISTRING) is needed to avoid link errors on macOS, FreeBSD, NetBSD, Solaris when module 'libunistring-optional' is present and a libunistring is installed. - Adding $