[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, master, updated. gawk-4.1.0-4879-gc6be4ffc
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, master, updated. gawk-4.1.0-4879-gc6be4ffc |
Date: |
Wed, 17 Aug 2022 10:32:31 -0400 (EDT) |
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, master has been updated
via c6be4ffc4ed3e029491689b2abf857386959c0fc (commit)
via 820574d321612bb63842c1730555ea79de229485 (commit)
via 83d20df2b6b0fc17dc1e868c0ba38920fdeb3071 (commit)
via 6eb13348cbd85f81f7c2cc307b14f2d5de2a2a9b (commit)
via a031cc3201b9add8a1d4c1b07a3597970ec53d88 (commit)
via 0faf2f45ec7fc9b772a3b01e020979dcd16a156b (commit)
from 1d717fa2f10c2cba98c67b95390a992354f6617d (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=c6be4ffc4ed3e029491689b2abf857386959c0fc
commit c6be4ffc4ed3e029491689b2abf857386959c0fc
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Wed Aug 17 17:32:17 2022 +0300
Update NEWS.
diff --git a/ChangeLog b/ChangeLog
index 05e1e91b..9b38dc6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2022-08-17 Arnold D. Robbins <arnold@skeeve.com>
+
+ * NEWS: Mention that VAX/VMS is no longer supported.
+
2022-08-16 Arnold D. Robbins <arnold@skeeve.com>
* configure.ac: Remove checks for memset_ulong and memcpy_ulong.
diff --git a/NEWS b/NEWS
index 6b14fd8a..20c9c885 100644
--- a/NEWS
+++ b/NEWS
@@ -59,10 +59,14 @@ maintained.
12. Similarly, support for DJGPP has been removed. It also was not
being actively maintained.
-13. Some subtle issues with untyped array elements being passed to
+13. VAX/VMS is no longer supported, as it can no longer be tested.
+The files for it remain in the distribution but will be removed
+eventually.
+
+14. Some subtle issues with untyped array elements being passed to
functions have been fixed.
-14. There have been numerous minor code cleanups and bug fixes. See the
+15. There have been numerous minor code cleanups and bug fixes. See the
ChangeLog for details.
Changes from 5.1.1 to 5.1.x
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 +
NEWS | 8 +-
doc/it/ChangeLog | 9 +
doc/it/gawktexi.in | 826 +++++++++++++++++++++++++++++++++++++++++++++--------
doc/it/pm-gawk.1 | 33 ++-
5 files changed, 754 insertions(+), 126 deletions(-)
mode change 100755 => 100644 doc/it/gawktexi.in
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, master, updated. gawk-4.1.0-4879-gc6be4ffc,
Arnold Robbins <=