* 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
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
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
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
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