[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/zOS-try2, updated. gawk-4.1.0-74
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/zOS-try2, updated. gawk-4.1.0-749-g3344e39 |
Date: |
Fri, 18 Sep 2015 11:56:57 +0000 |
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/zOS-try2 has been updated
via 3344e3996d0790e12f89166cfe504f4f2bc8864d (commit)
via e982b94885a2c9136fe37322d8b96346837f9389 (commit)
from 4e9562fd62acf478974fc7e0627381f93101083e (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=3344e3996d0790e12f89166cfe504f4f2bc8864d
commit 3344e3996d0790e12f89166cfe504f4f2bc8864d
Merge: 4e9562f e982b94
Author: Arnold D. Robbins <address@hidden>
Date: Fri Sep 18 14:56:49 2015 +0300
Merge branch 'gawk-4.1-stable' into feature/zOS-try2
diff --cc ChangeLog
index 956c472,2d89bc3..3f0fc12
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,9 -1,10 +1,16 @@@
+ 2015-09-18 Arnold D. Robbins <address@hidden>
+
+ * field.c (fpat_parse_field): Always use rp->non_empty instead
+ of only if in_middle. The latter can be true even if we've
+ already parsed part of the record. Thanks to Ed Morton
+ for the bug report.
+
+2015-09-11 Daniel Richard G. <address@hidden>
+
+ * regcomp.h: Include strings.h, wrapped in ifdef. Revise
+ defines for BTOWC.
+ * regex_internal.h: Remove ZOS_USS bracketing ifdefs.
+
2015-09-04 Arnold D. Robbins <address@hidden>
* profile.c (pp_num): Use format_val to print integral values
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
field.c | 5 ++---
test/ChangeLog | 5 +++++
test/Makefile.am | 5 ++++-
test/Makefile.in | 10 +++++++++-
test/Maketests | 5 +++++
test/fpat5.awk | 8 ++++++++
test/fpat5.in | 1 +
test/fpat5.ok | 1 +
9 files changed, 42 insertions(+), 5 deletions(-)
create mode 100644 test/fpat5.awk
create mode 100644 test/fpat5.in
create mode 100644 test/fpat5.ok
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/zOS-try2, updated. gawk-4.1.0-749-g3344e39,
Arnold Robbins <=