[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-2359-g68754e0 |
Date: |
Wed, 30 Nov 2016 19:29:28 +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 68754e0678e84a30f6ce996cc8550d5bb9b8f5f0 (commit)
via 0dd8054d05d8286f2f7cbcf85456c6953a9b6146 (commit)
from 1b66a15c2eec9b48008e018e526b333cdeb56338 (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=68754e0678e84a30f6ce996cc8550d5bb9b8f5f0
commit 68754e0678e84a30f6ce996cc8550d5bb9b8f5f0
Merge: 1b66a15 0dd8054
Author: Arnold D. Robbins <address@hidden>
Date: Wed Nov 30 21:29:21 2016 +0200
Merge branch 'master' into feature/regex-to-api
diff --cc ChangeLog
index 403967e,b3f3363..e4f91a4
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,24 -1,7 +1,28 @@@
2016-11-30 Arnold D. Robbins <address@hidden>
+ * dfa.c: Sync with fixes in GNULIB.
+
++ Unrelated:
++
+ * gawkapi.h (make_regex): New function.
+
+2016-11-29 Arnold D. Robbins <address@hidden>
+
+ Add support for typed regex variables to the API.
+
+ * awk.h (make_typed_regex): Declare function.
+ * awkgram.y (typed_regexp): Call make_typed_regex instead of
+ using inline code.
+ * gawkapi.h (AWK_REGEX): New value type.
+ (regex_value): New macro.
+ (Value fetching table): Updated.
+ * gawkapi.c (awk_value_to_node, node_to_awk_value, api_sym_update,
+ api_sym_update_scalar, valid_subscript_type, api_create_value):
+ Add support for AWK_REGEX.
+ (assign_regex): New function.
+ (api_flatten_array): Adjust comment.
+ * node.c (make_typed_regex): New function; moved code from grammar.
+
2016-11-29 Arnold D. Robbins <address@hidden>
Remove redundant flag from dfa:
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
dfa.c | 6 ++++++
2 files changed, 10 insertions(+)
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-2359-g68754e0,
Arnold Robbins <=