Re: [PATCH] time_r: fix typo that always overrode localtime_r decl

2012-06-22 Thread Bruno Haible
Paul Eggert wrote: > + time_r: fix typo that always overrode localtime_r decl The mistake was mine, sorry. But the effect was harmless: gnulib's was merely providing a redundant declaration. Also, not all platforms were affected: In past build logs, I can see checking whether loc

[PATCH] time_r: fix typo that always overrode localtime_r decl

2012-06-22 Thread Paul Eggert
ChangeLog|7 +++ m4/time_r.m4 |2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index a12bccf..74354d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-06-22 Paul Eggert + + time_r: fix typo that always overrode

time_r fix

2010-03-14 Thread Bruno Haible
Compiling a testdir for 'time' on mingw, I see this error: ../gllib/time.h:379: error: `::localtime_r' has not been declared ../gllib/time.h:394: error: `::gmtime_r' has not been declared This fixes it. 2010-03-14 Bruno Haible Fix compilation error on mingw when module 'time_r' is n