[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4209-g4f11f57
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4209-g4f11f57 |
Date: |
Mon, 8 Feb 2021 02:25:22 -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, gawk-5.1-stable has been updated
via 4f11f57097bd426b6706059f76e2bb9dd32b26f2 (commit)
from 33ef3ac7854adece095e69ea8fb0e70fb1feeea6 (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=4f11f57097bd426b6706059f76e2bb9dd32b26f2
commit 4f11f57097bd426b6706059f76e2bb9dd32b26f2
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Mon Feb 8 09:25:11 2021 +0200
Updates to NEWS.
diff --git a/NEWS b/NEWS
index 9eae648..e2345c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
- Copyright (C) 2019, 2020 Free Software Foundation, Inc.
+ Copyright (C) 2019, 2020, 2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -7,7 +7,7 @@
Changes from 5.1.0 to 5.1.1
---------------------------
-1. Infrastructure upgrades: Bison 3.7.1, Gettext 0.20.2.
+1. Infrastructure upgrades: Bison 3.7.1, Gettext 0.20.2, Automake 1.16.2.
2. asort and asorti now allow FUNCTAB and SYMTAB as the first argument if a
second destination array is supplied. Similarly, using either array as
@@ -26,21 +26,23 @@ Changes from 5.1.0 to 5.1.1
details if you have an extension using those values. As a result,
the minor version was incremented.
-6. The duplication of m4 and build-aux directories between the main
+6. $0 and the fields are now cleared before starting a BEGINFILE rule.
+
+7. The duplication of m4 and build-aux directories between the main
directory and the extension directory has been removed. This
simplifies the distribution.
-7. The test suite has been improved, making it easier to run the entire
+8. The test suite has been improved, making it easier to run the entire
suite with -M. Use `GAWK_TEST_ARGS=-M make check' to do so.
-8. Profiling and pretty-printing output has been modified slightly so
+9. Profiling and pretty-printing output has been modified slightly so
that functions are presented in a reasonable order with respect
to the namespaces that contain them.
-9. Several example programs in the manual have been updated to their
- modern POSIX equivalents.
+10. Several example programs in the manual have been updated to their
+ modern POSIX equivalents.
-10. Handling of Infinity and NaN values has been improved.
+11. Handling of Infinity and NaN values has been improved.
xx. There have been numerous minor code cleanups and bug fixes. See the
ChangeLog for details.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4209-g4f11f57,
Arnold Robbins <=