announce-gen usage feedback

2022-01-04 Thread Bruno Haible
Hi Simon, Two remarks regarding 'announce-gen': 1) I used the command $ $GNULIB_SRCDIR/build-aux/announce-gen --release-type stable \ --package-name libunistring --previous-version 0.9.10 \ --current-version 1.0 --gpg-key-id F5BE8B267C6A406D \ --url-directory https://ftp.g

Re: license: comma or semicolon?

2022-01-04 Thread Mike Frysinger
On 04 Jan 2022 00:28, Bernhard Voelker wrote: > 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

Re: [PATCH] string, wchar: avoid some namespace pollution

2022-01-04 Thread Bruno Haible
Paul Eggert did this on 2021-09-07: > * lib/string.in.h, lib/wchar.in.h: > (free): Declare by hand instead of including stdlib.h. > This avoids some namespace pollution. Unfortunately, when compiling GNU libiconv (or GNU libunistring) with MSVC, it causes this compilation error: /home/bruno/msvc/