Re: GNU lib - z/OS thread related fix

2023-03-10 Thread Bruno Haible
Hi Harithamma, > PFA zip with all files. > I have not configured --enable-threads option. Thank you. >From the included configure file, I can see that you are using a recent m4 snapshot. Good. >From the config.h file, I can see that none of the macros USE_ISOC_THREADS USE_POSIX_THREADS US

[PATCH 1/2] posixtm: work around Glibc time issue

2023-03-10 Thread Paul Eggert
* modules/posixtm (Depends-on): Add time. --- ChangeLog | 5 + modules/posixtm | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 98c27d2218..b05276c8de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-03-10 Paul Eggert + + posixtm: wor

[PATCH 2/2] maint: improve notice of time change

2023-03-10 Thread Paul Eggert
--- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index ad7e1e69f5..7863514118 100644 --- a/NEWS +++ b/NEWS @@ -75,6 +75,8 @@ User visible incompatible changes DateModules Changes 2023-03-08 timeThis module is renamed to 'time-h'. +

Re: Cannot build fstat.c on mingw

2023-03-10 Thread Reuben Thomas
On Sun, 26 Feb 2023 at 19:17, Bruno Haible wrote: > So, the cause could be that you are using a different version of mingw. > You might not be the only one. Therefore it would be useful if you could > analyze this failure. Then, let's see what is the best way forward (in > Gnulib and in libiconv)