https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_wait.h.html
I am using the sys_wait module in MinGW.
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
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
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
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