GNULib Bug: `sys_wait` module have no "WEXITED".

2024-07-16 Thread anlex N
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html I am using the sys_wait module in MinGW.

Re: GNULib Bug: `sys_wait` module have no "WEXITED".

2024-07-16 Thread Bruno Haible
anlex N wrote: > https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html > > I am using the sys_wait module in MinGW. There's no point for Gnulib's replacement to define WEXITED, WNOWAIT, WSTOPPED, since these are only intended as options to waitid() [1], as long as Gnulib does

Re: announce-gen: Fix copyright year in --version output.

2024-07-16 Thread Simon Josefsson via Gnulib discussion list
Collin Funk writes: > Hi Simon, > > Simon Josefsson writes: > >> That's better, but doesn't all this just hides the problem that 'make >> update-copyright' doesn't bump the copyright for these two files? I >> think the policy is to bump copyright year to 2025 as soon as possible >> after 2025-0

Re: announce-gen: Fix copyright year in --version output.

2024-07-16 Thread Bruno Haible
Simon Josefsson wrote: > > Maybe, I am misreading but I think using $VERSION makes more sense > > according to the GNU Coding Standards [1]: > > > > This copyright notice only needs to mention the most recent year in > > which changes were made—there’s no need to list the years for previous

useless-if-before-free: Add bug reporting address to --help.

2024-07-16 Thread Collin Funk
Bruno said a while ago that the following programs are missing bug report emails in --help output [1]: > announce-gen --help > gitlog-to-changelog --help > mktempd --help > update-copyright --help > useless-if-before-free --help > vcs-to-changelog.py --help The attached 3 patches improve the --he