[PATCH] regex: now back in sync with glibc

2019-11-06 Thread Paul Eggert
* config/srclist.txt: regcomp.c, regex_internal.c, regex_internal.h, regexec.c got merged into glibc and are now copies again. --- ChangeLog | 6 ++ config/srclist.txt | 8 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b20008a17..

Re: IBM z/OS compatibility issues

2019-11-06 Thread Paul Eggert
On 11/6/19 6:57 AM, Daniel Richard G. wrote: Confirmed that the compiler sets __STDC_VERSION__ == 201112 without actually supporting that level. IBM's user guide for the compiler , dated 20

Re: IBM z/OS compatibility issues

2019-11-06 Thread Daniel Richard G.
On Tue, 2019 Nov 5 17:23-05:00, Paul Eggert wrote: > That's quite a list of compatibility issues, and I don't envy you the > job of porting to that platform. The necessary detective work is done; I only need help with integrating the know-how into Gnulib. I attempted to prepare a patch to address