[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, feature/regex-to-api, updated. gawk-4.1.
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, feature/regex-to-api, updated. gawk-4.1.0-2362-g42584a5 |
Date: |
Sun, 11 Dec 2016 18:17:46 +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/regex-to-api has been updated
via 42584a5cb9340576a91aaee55c36707e1ca6ba42 (commit)
via 7a7d021de54fbb1561367b1155bc1320a21d003d (commit)
from 4bcb4e30c50e95c6fd58b4b418d9fc56bb2d3ce3 (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=42584a5cb9340576a91aaee55c36707e1ca6ba42
commit 42584a5cb9340576a91aaee55c36707e1ca6ba42
Merge: 4bcb4e3 7a7d021
Author: Arnold D. Robbins <address@hidden>
Date: Sun Dec 11 20:17:39 2016 +0200
Merge branch 'master' into feature/regex-to-api
diff --cc ChangeLog
index 523ac63,c620533..cda06cc
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,11 -1,7 +1,15 @@@
+ 2016-12-11 Arnold D. Robbins <address@hidden>
+
+ * dfa.c: Sync with GNULIB.
+
+2016-12-04 Andrew J. Schorr <address@hidden>
+
+ * gawkapi.h (r_make_string_type): New inline function to create strings
+ of any type, currently AWK_STRING or AWK_REGEX.
+ (r_make_string): Now a wrapper around r_make_string_type.
+ (make_regex): Convert from an inline function to a macro that
+ calls r_make_string_type.
+
2016-11-30 Arnold D. Robbins <address@hidden>
* dfa.c: Sync with fixes in GNULIB.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
dfa.c | 46 ++++++++++++++++++++--------------------------
2 files changed, 24 insertions(+), 26 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, feature/regex-to-api, updated. gawk-4.1.0-2362-g42584a5,
Arnold Robbins <=