Re: license: comma or semicolon?

2022-01-03 Thread Bernhard Voelker
On 1/3/22 01:17, Mike Frysinger wrote: > according to gnu.org, it should be a comma. > https://www.gnu.org/licenses/gpl-3.0.html#howto The attached would change it, and shows how the change was done: Subject: [PATCH] license: fix GPLv3 texts to use a comma instead of semicolon. See:

Re: test-strerror_r fails on GNU/Hurd

2022-01-03 Thread Bernhard Voelker
On 1/3/22 02:52, Paul Eggert wrote: > On 1/2/22 16:28, Bernhard Voelker wrote: >> 1073741858: that's 2^30 +34 > > Could it be an address, or part of an address, that is incorrectly > treated as an integer? A mistake like that is quite plausible given the > "does it return char * or int?" API of

malloc-gnu, calloc-gnu, realloc-gnu, fopen-gnu, getpass-gnu: Allow use as dependency from test modules

2022-01-03 Thread Bruno Haible
While testing a current libunistring snapshot on AIX 7 in 64-bit mode, I get a link error while creating the shared library: ld: 0711-317 ERROR: Undefined symbol: .rpl_malloc What happens here is that - Among the main modules (those built in lib/), we have 'malloc-posix' as a dependency

Re: Some generated header files are messed up on Alpine

2022-01-03 Thread Tim Rühsen
On 03.01.22 00:38, Bruno Haible wrote: Paul Eggert wrote: I'd like to try the approach a bit more (especially as this prompted me to simplify it a bit :-). So I installed the first attached patch to Gnulib, to work around the bug in BusyBox 'sed'. Thanks. I confirm that it works on Alpine