[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/mdim, updated. gawk-4.1.0-4613-g66d2238d
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/mdim, updated. gawk-4.1.0-4613-g66d2238d |
Date: |
Wed, 5 Jan 2022 14:37:26 -0500 (EST) |
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/mdim has been updated
via 66d2238d2cfe82b70d4a469559f000bec5351e42 (commit)
via 7388d79e02299193e991b6714c3b3c5314191154 (commit)
via 84107702c4afa003299cbbf3150b52a67a2a518c (commit)
via 0e8b44d33b8de608e35e6a649fe84ad9b7c7fffd (commit)
via 71a50ec092b75ce2b2f969892c6cd443d44777a5 (commit)
via 8bd2904afb35a19d48552b10d3215ba16fe4ce35 (commit)
from 05f0b83e296fa925c14376576d457f774f93c2d9 (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=66d2238d2cfe82b70d4a469559f000bec5351e42
commit 66d2238d2cfe82b70d4a469559f000bec5351e42
Merge: 05f0b83e 7388d79e
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Jan 5 21:37:13 2022 +0200
Merge branch 'master' into feature/mdim
diff --cc test/ChangeLog
index 09888ba9,66882c59..b23b0e5a
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,12 -1,8 +1,17 @@@
+ 2022-01-05 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (EXTRA_DIST): nsidentifier, new test.
+ * nsidentifier.awk, nsidentifier.ok: New files.
+
+2021-12-10 Andrew J. Schorr <aschorr@telemetry-investments.com>
+
+ * aadelete1.ok: Update since it is no longer a fatal error to
+ access the subarray.
+ * typeof3.awk: Remove comment, since it's no longer a fatal error
+ to access the subarray.
+ * typeof3.ok: Update to show that the uninitialized array element
+ is untyped and we can access a subarray.
+
2021-12-07 Andrew J. Schorr <aschorr@telemetry-investments.com>
* iolint.awk, iolint.ok: Reorder "cat" pipe/output file test to reduce
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 13 +
awkgram.c | 904 ++++++++++++++++++++++++++------------------------
awkgram.y | 60 +++-
doc/ChangeLog | 5 +
doc/gawk.info | 644 +++++++++++++++++------------------
doc/gawk.texi | 6 +-
doc/gawktexi.in | 6 +-
pc/ChangeLog | 4 +
pc/Makefile.tst | 7 +-
symbol.c | 5 +-
test/ChangeLog | 5 +
test/Makefile.am | 4 +-
test/Makefile.in | 9 +-
test/Maketests | 5 +
test/nsidentifier.awk | 36 ++
test/nsidentifier.ok | 118 +++++++
16 files changed, 1057 insertions(+), 774 deletions(-)
create mode 100644 test/nsidentifier.awk
create mode 100644 test/nsidentifier.ok
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/mdim, updated. gawk-4.1.0-4613-g66d2238d,
Arnold Robbins <=