[PATCH] stdio: use _GL_ATTRIBUTE_MALLOC

2023-05-13 Thread Paul Eggert
* lib/stdio.in.h (fdopen, fopen, popen, tmpfile): Declare with _GL_ATTRIBUTE_MALLOC, for consistency with glibc, and so that building the fopen module with ‘gcc -O2 -Wsuggest-attribute=malloc -Wsystem-headers -Werror’ does not fail with “stdio.h: In function ‘rpl_fopen’: stdio.h:970:1: error: funct

Re: remaining tasks before Autoconf release

2023-05-13 Thread Bruno Haible
Paul Eggert wrote: > I installed the attached patch to address the problem you mentioned. Thank you. Good wording is important here; the new wording is better than what I had proposed. Bruno

Re: remaining tasks before Autoconf release

2023-05-13 Thread Paul Eggert
On 2023-05-12 05:32, Bruno Haible wrote: there are two AC_MSG_FAILURE invocations. Removing this line from the invocation in AC_SYS_YEAR2038_RECOMMENDED does not remove it from the invocation in AC_SYS_YEAR2038. Oh, thanks for explaining that. I installed the attached patch to address the prob

Re: remaining tasks before Autoconf release

2023-05-13 Thread Jacob Bachmeyer
Bruno Haible wrote: [...] * In the other cases - 32-bit OS, or Perhaps this has already been addressed, but what prevents a 32-bit OS from nonetheless having a 64-bit time_t? Do the tests accommodate the possibility of time_t being long long? They should: there is no reason to ex

Re: coreutils CI

2023-05-13 Thread Pádraig Brady
On 11/05/2023 15:31, Bruno Haible wrote: Pádraig Brady wrote: @Padraig: you're at least doing some pre-release tests on several platforms, but that's no real CI, is it? Right. No real CI at present. It would be good though, directly for coreutils and indirectly for gnulib. We have a CI for g