[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/typed-regex, updated. gawk-4.1.0
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/typed-regex, updated. gawk-4.1.0-1949-g07d7d88 |
Date: |
Tue, 16 Aug 2016 02:41:38 +0000 (UTC) |
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/typed-regex has been updated
via 07d7d8846a6fb16bbf6309b84ff3b6fed8888cd2 (commit)
via ed6a8b0cbdfd4b2231b89bfa420147a88f7312cf (commit)
via 0bdf798b8f9d018b4d11f63dddde683248d65a39 (commit)
via 0703039505200ca5126e11d905a6fa40c602d1b9 (commit)
via 8dac7aaa475f205a4fe8ebfd27cd4c75775d6aef (commit)
via feb11c09caa22207cbf53bf7cfcdeca42d661b8b (commit)
via 5ce09ba3867f5c9d3c3dc0c00c155c0ba0c224f6 (commit)
via 1e83ff34fa8a4a80e486169f24519864480320f4 (commit)
via dcb6d54b3c272a7c8f0efadb7fad215e39248cad (commit)
via 1c972b5c234fb031f62356706cd8c0336312833d (commit)
via 3cf67f58ce8e42f9ce8d7be45936eedf79751b46 (commit)
via 560cf6d52f978e360e9b2a10f7ddd9a0197e0b31 (commit)
via 6783818342eab9c372c5eb1e9187ab1ae9dd37b5 (commit)
via 47eb5ccd056b4c0a9d26635bd46a2bd4a0243fc9 (commit)
via d47b7caca6b8ff63b6b55a94494e33f5457feaf6 (commit)
from f591d307d9af95bfa0ccda4d5eb76a674447ba39 (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=07d7d8846a6fb16bbf6309b84ff3b6fed8888cd2
commit 07d7d8846a6fb16bbf6309b84ff3b6fed8888cd2
Merge: 0bdf798 ed6a8b0
Author: Arnold D. Robbins <address@hidden>
Date: Tue Aug 16 05:41:32 2016 +0300
Merge branch 'master' into feature/typed-regex
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=0bdf798b8f9d018b4d11f63dddde683248d65a39
commit 0bdf798b8f9d018b4d11f63dddde683248d65a39
Merge: f591d30 0703039
Author: Arnold D. Robbins <address@hidden>
Date: Sun Aug 14 21:12:45 2016 +0300
Merge branch 'master' into feature/typed-regex
diff --cc test/ChangeLog
index a529cca,dbac66e..7ddced8
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,16 -1,9 +1,20 @@@
+ 2016-08-14 Andrew J. Schorr <address@hidden>
+
+ * intarray.awk, intarray.ok: Updated.
+
2016-08-03 Arnold D. Robbins <address@hidden>
+ Restore typed regexp tests.
+
+ * typeof1.awk, typeof1.ok: Adjusted.
+ * typeof3.awk, typeof3.ok: Adjusted.
+ * gsubind.awk, gsubind.ok: Adjusted.
+ * Makefile.am (TYPED_RE_TESTS): Removed.
+ (dbugtypedre1, dbugtypedre2, typedregex1, typedregex2,
+ typedregex3): Moved back into regular tests.
+
+2016-08-03 Arnold D. Robbins <address@hidden>
+
Remove typed regexes until they can be done correctly.
* typeof1.awk, typeof1.ok: Adjusted.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 32 +++
Checklist | 4 +-
awk.h | 8 +
dfa.c | 1 +
int_array.c | 86 ++++--
pc/ChangeLog | 5 +
pc/Makefile.tst | 26 +-
po/nl.po | 755 +++++++++++++++++++++--------------------------------
re.c | 12 +-
test/ChangeLog | 4 +
test/intarray.awk | 15 +-
test/intarray.ok | 8 -
vms/ChangeLog | 7 +-
vms/vmstest.com | 78 +++++-
14 files changed, 541 insertions(+), 500 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/typed-regex, updated. gawk-4.1.0-1949-g07d7d88,
Arnold Robbins <=