[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, master, updated. gawk-4.1.0-4673-gde585a8e
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, master, updated. gawk-4.1.0-4673-gde585a8e |
Date: |
Tue, 22 Mar 2022 15:09:13 -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 de585a8e18b29fb83c755df5f10029fd78cca7ed (commit)
via c07a390e647b74a40f1726e6fe3580bc370f178b (commit)
from 36e0ee2b89d67889cc0156a3832d4bd122ddf5da (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=de585a8e18b29fb83c755df5f10029fd78cca7ed
commit de585a8e18b29fb83c755df5f10029fd78cca7ed
Merge: 36e0ee2b c07a390e
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Tue Mar 22 21:09:01 2022 +0200
Merge branch 'gawk-5.1-stable'
diff --cc ChangeLog
index 7329943a,63cce95d..434748d9
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,21 -1,21 +1,39 @@@
+ 2022-03-22 Arnold D. Robbins <arnold@skeeve.com>
+
+ Make lint checks for builtin functions smarter. Initial
+ report from Timothy Sample <samplet@ngyro.com>.
+
+ * builtin.c (do_fflush): Require string type.
+ (printf_common): Ditto.
+ (do_index): Allow strnum for both arguments.
+ (do_length): Ditto.
+ (do_strftime): Ditto.
+ (do_substr): Require numbers for arguments 2 and 3, string or
+ strnum for argument 1.
+ (do_match): Require string or strnum for argument 1.
+ (do_dcgettext): Require strings for all arguments.
+ (do_bindtextdomain): Ditto.
+ (do_dcngettext): Require strings for arguments 5, 4, 2, and 1, and
+ number for argument 3.
+
+2022-03-03 Arnold D. Robbins <arnold@skeeve.com>
+
+ * NEWS: Updated.
+
+2022-02-27 Arnold D. Robbins <arnold@skeeve.com>
+
+ * main.c (usage): Update the message for the gawkbug program.
+
+2022-02-27 Arnold D. Robbins <arnold@skeeve.com>
+
+ Add `gawkbug' reporting program.
+
+ * gawkbug.in: New file.
+ * Makefile.am (bin_SCRIPTS): New, for gawkbug.
+ * configure.ac: Add gawkbug to AC_CONFIG_FILES list.
+ * NEWS: Updated.
+ * .gitignore: Updated.
+
2022-02-27 Arnold D. Robbins <arnold@skeeve.com>
* awk.h (cant_happen): Change to allow a format string and arguments,
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 18 ++++++++++++++++++
builtin.c | 49 +++++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 63 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, master, updated. gawk-4.1.0-4673-gde585a8e,
Arnold Robbins <=