[PATCH] dfa: pacify Oracle Solaris Studio 12.6

2023-03-18 Thread Paul Eggert
Without this patch, the compiler complains “statement not reached”. * lib/dfa.c (lex): Refactor to omit unreachable statement. --- ChangeLog | 4 lib/dfa.c | 12 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 00f18855bd..7d7f85a54b 10

[PATCH] Update MODULES.html.sh

2023-03-18 Thread Paul Eggert
* MODULES.html.sh: Add some recently-added modules. This is by no means a complete update. I needed to point to something about ‘time’ so I added ‘time’, and then added more modules until I ran out of, errr, time. Assuming MODULES.html.sh is still useful, at some point a more-complete update shoul

coreutils-9.1.198-e68b1.tar.xz on Linux/sparc64

2023-03-18 Thread Sam James
The test-pthread-cond test fails for me. gnulib-tests/test-pthread-cond.log doesn't have much detail: ``` Starting test_pthread_cond_wait ... OK Starting test_pthread_cond_timedwait ...FAIL test-pthread-cond (exit status: 134) ``` Access to the machine is available if needed. best, sam signat

Re: *printf-posix: ISO C 23: Add %b directive for binary output of integers

2023-03-18 Thread Eric Blake
On Sat, Mar 18, 2023 at 11:50:47AM +, Pádraig Brady wrote: > On 17/03/2023 21:51, Bruno Haible wrote: > > This set of patches adds support for the %b format string directive, > > required > > by ISO C 23, to the *printf family of functions. > > > > So far, only glibc implements it (since vers

Re: *printf-posix: ISO C 23: Add %b directive for binary output of integers

2023-03-18 Thread Pádraig Brady
On 17/03/2023 21:51, Bruno Haible wrote: This set of patches adds support for the %b format string directive, required by ISO C 23, to the *printf family of functions. So far, only glibc implements it (since version 2.35). For portability to the other platforms, use the *printf-posix modules.