gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, feature/mdim, updated. gawk-4.1.0-4697-g4b9c645b


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/mdim, updated. gawk-4.1.0-4697-g4b9c645b
Date: Tue, 22 Mar 2022 15:11:48 -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, feature/mdim has been updated
       via  4b9c645b5f7f43cedca4eab9bf706181a54c2ff2 (commit)
       via  de585a8e18b29fb83c755df5f10029fd78cca7ed (commit)
       via  c07a390e647b74a40f1726e6fe3580bc370f178b (commit)
      from  a0dae0c6a69be082e69c0f33776fec5a36f6b95e (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=4b9c645b5f7f43cedca4eab9bf706181a54c2ff2

commit 4b9c645b5f7f43cedca4eab9bf706181a54c2ff2
Merge: a0dae0c6 de585a8e
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue Mar 22 21:11:38 2022 +0200

    Merge branch 'master' into feature/mdim

diff --cc ChangeLog
index 6387063b,434748d9..35297023
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,8 -1,21 +1,26 @@@
+ 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-10         Arnold D. Robbins     <arnold@skeeve.com>
 +
 +      * interpret.h (r_interpret): Op_assign: If LHS is Nnull_array_value,
 +      use Nnull_string instead so that RHS becomes a scalar.
 +
  2022-03-03         Arnold D. Robbins     <arnold@skeeve.com>
  
        * NEWS: Updated.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog | 18 ++++++++++++++++++
 builtin.c | 49 +++++++++++++++++++++++++++++++++++++++++++++----
 2 files changed, 63 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]