Re: updating gnulib-tool.py

2022-08-05 Thread Bruno Haible
Today's changes: 2022-08-05 Bruno Haible gnulib-tool.py: Don't initialize local variables too early. * gnulib-tool.py (main): Initialize each local variable in one place. I prefer to have pylint tell me about uninitialized variables than to get the value None at

Re: cnd_timedout returns immediately when built with MinGW

2022-08-05 Thread Bruno Haible
Hi Tim, > I am at switching wget2 multithreading from C99+glthreads to C11 > (threads.h). I hope that you have considered the Gnulib documentation on this topic: https://www.gnu.org/software/gnulib/manual/html_node/Choosing-a-multithreading-API.html > The tests work well on Linux (amd64) (Debia

cnd_timedout returns immediately when built with MinGW

2022-08-05 Thread Tim Rühsen
Hi, I am at switching wget2 multithreading from C99+glthreads to C11 (threads.h). The tests work well on Linux (amd64) (Debian unstable/testing/stable, Fedora 35, Arch, Alpine/muslc) with native builds (gcc or clang). But they completely fail when cross-building with MinGW64 (on Debian boo

Re: [PATCH] Fix typos: prefer US spelling

2022-08-05 Thread Stefan Kangas
Bruno Haible writes: > The patch you sent is for texinfo.tex; the upstream location for it > is the texinfo package. You need to write to bug-texinfo instead. Thanks.

Re: [PATCH] Fix typos: prefer US spelling

2022-08-05 Thread Bruno Haible
Stefan Kangas wrote: > The attached patch fixes some minor typos, to prefer US spelling to > British. We have that policy in Emacs, so it would be useful if the > files we merge from you follow that convention too. The patch you sent is for texinfo.tex; the upstream location for it is the texinfo

[PATCH] Fix typos: prefer US spelling

2022-08-05 Thread Stefan Kangas
The attached patch fixes some minor typos, to prefer US spelling to British. We have that policy in Emacs, so it would be useful if the files we merge from you follow that convention too. There are many more places where US spelling is not preferred in gnulib; I did not change all of them. Thank