Hi Bruno,
I’m going to be incremental on this.
> Le 30 sept. 2018 à 01:18, Bruno Haible a écrit :
>
> Hi Akim,
>
> - Portability: According to the Gnulib documentation, 'times' is missing on
> native Windows (mingw, MSVC). The Gnulib module 'times' has a replacement for
> it, that is better
> "Bruno" == Bruno Haible writes:
Bruno> I updated the documentation accordingly:
Thank you.
Tom
Tom Tromey wrote:
> diff --git a/ChangeLog b/ChangeLog
> index 8ef956b36..67091fb1e 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,8 @@
> +2018-10-01 Tom Tromey
> +
> + * lib/stdlib.in.h: Include for mkostemp and mkostemps
> + on OS X.
> +
Thanks, applied.
I updated the docum
Attempting to use the mkostemp module in gdb caused a build failure
when using the C++ namespace feature, because mkostemp was not
declared. On OS X, mkostemp is declared in unistd.h, so this patch
extends the existing special case in stdlib.in.h to cover mkostemp and
mkostemps.
---
ChangeLog
On 9/29/18 7:01 PM, Paul Eggert wrote:
Bernhard Voelker wrote:
So regarding gnulib, there are 2 alternatives:
a) rename FTS_NOATIME to FTS_NOATIME, and add a retry to open/openat
in each place when that was using O_NOATIME and we got EPERM.
I didn't quite get the point of the rename; those tw
Hi Paul,
Paul Eggert wrote:
> Thanks for reporting the problem. Please try the attached patch against
> Gawk master. The ChangeLog entry is a bit optimistic, as it is assuming
> that the patch works (and if it works, I would like to install the
> relevant changes into Gnulib and into glibc, so t