[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4223-gf300e73
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4223-gf300e73 |
Date: |
Tue, 4 May 2021 02:37:25 -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, gawk-5.1-stable has been updated
via f300e7307a7fb31c953ba270ee8f23d5e797bdaf (commit)
from 02b89f57ae213a99c48d59d3cc8cf0c91a94cacf (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=f300e7307a7fb31c953ba270ee8f23d5e797bdaf
commit f300e7307a7fb31c953ba270ee8f23d5e797bdaf
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Mon May 3 20:19:26 2021 +0300
Small doc update: NEWS, and fix spelling errors in ChangeLog.
diff --git a/ChangeLog b/ChangeLog
index beb3bde..2458ab6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -349,7 +349,7 @@
* str_array.c (str_lookup): If a pure number, copy to a string. Fixes
the printfchar test for MPFR.
- Fix typeregex2 and typedregex3 tests for MPFR:
+ Fix typedregex2 and typedregex3 tests for MPFR:
* mpfr.c (mpg_zero): No longer static inline.
(force_mpnum): Handle the case of a strongly typed regex.
@@ -447,7 +447,7 @@
And so that `make check' passes with GAWKDEBUG defined:
- * msg.c (err): Remvoe abort() call if fatal. Didn't really do
+ * msg.c (err): Remove abort() call if fatal. Didn't really do
anything special for us.
2020-06-10 Arnold D. Robbins <arnold@skeeve.com>
@@ -641,7 +641,7 @@
2020-01-26 John E. Malmberg <wb8tyw@qsl.net>
* custom.h: Additional OpenVMS typedefs needed.
- * getext.h: Fix macro for implementations without gettext
+ * gettext.h: Fix macro for implementations without gettext
to not force the result to be a const char *.
2020-01-26 Andrew J. Schorr <aschorr@telemetry-investments.com>
@@ -662,7 +662,7 @@
enabled. Thanks to John Namam <Gawer@703n.com> for the report.
(asort_actual): Disallow SYMTAB and FUNCTAB as first arguments.
* TODO: Note that we should should eventually allow SYMTAB/FUNCTAB
- passed to asort/asaorti if a destination array is provided. (The
+ passed to asort/asorti if a destination array is provided. (The
current code breaks right now.)
2020-01-19 Arnold D. Robbins <arnold@skeeve.com>
@@ -1009,7 +1009,7 @@
2019-02-21 Andrew J. Schorr <aschorr@telemetry-investments.com>
- * interpert.h (Op_store_field): Move call to force_string to
+ * interpret.h (Op_store_field): Move call to force_string to
here from unfield. Speeds up work with fields that are numeric
only. Thanks to Tom Gray <tom_gray@keysight.com> for the report.
diff --git a/NEWS b/NEWS
index e2345c5..126adda 100644
--- a/NEWS
+++ b/NEWS
@@ -44,7 +44,13 @@ Changes from 5.1.0 to 5.1.1
11. Handling of Infinity and NaN values has been improved.
-xx. There have been numerous minor code cleanups and bug fixes. See the
+12. There has been a general tightening up of the use of const and
+ of types.
+
+13. The "no effect" lint warnings have been fixed up and now behave
+ more sanely.
+
+14. There have been numerous minor code cleanups and bug fixes. See the
ChangeLog for details.
Changes from 5.0.1 to 5.1.0
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 10 +++++-----
NEWS | 8 +++++++-
2 files changed, 12 insertions(+), 6 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-4223-gf300e73,
Arnold Robbins <=