[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/gnulib-regex, updated. gawk-4.1.
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/gnulib-regex, updated. gawk-4.1.0-3024-ga495689 |
Date: |
Wed, 22 Aug 2018 11:48:22 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, feature/gnulib-regex has been updated
via a495689c8c3e2aeef367409c4e2beddcda042312 (commit)
from 5397f91211669c5312a08ba7d5aa65dd3c990501 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=a495689c8c3e2aeef367409c4e2beddcda042312
commit a495689c8c3e2aeef367409c4e2beddcda042312
Author: Arnold D. Robbins <address@hidden>
Date: Wed Aug 22 18:47:53 2018 +0300
z/OS compile fix for GNULIB regex.
diff --git a/support/ChangeLog b/support/ChangeLog
index 1cde001..9ba646f 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,8 @@
+2018-08-22 Daniel Richard G. <address@hidden>
+
+ * regex_internal.h: Undefine additional macros in order
+ to compile on z/OS.
+
2018-08-10 Arnold D. Robbins <address@hidden>
* dfa.c: Sync with GNULIB.
diff --git a/support/regex_internal.h b/support/regex_internal.h
index 3b836ed..c788066 100644
--- a/support/regex_internal.h
+++ b/support/regex_internal.h
@@ -149,7 +149,10 @@
/* Rename to standard API for using out of glibc. */
#ifndef _LIBC
# undef __wctype
+# undef __iswalnum
# undef __iswctype
+# undef __towlower
+# undef __towupper
# define __wctype wctype
# define __iswalnum iswalnum
# define __iswctype iswctype
-----------------------------------------------------------------------
Summary of changes:
support/ChangeLog | 5 +++++
support/regex_internal.h | 3 +++
2 files changed, 8 insertions(+)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/gnulib-regex, updated. gawk-4.1.0-3024-ga495689,
Arnold Robbins <=