gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-6267-ga5e0c


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-6267-ga5e0c039
Date: Mon, 25 Dec 2023 15:35:28 -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, feature/improve-inet has been updated
       via  a5e0c0394c52b8d01292e2cf479056801761e037 (commit)
       via  54c74c3a879bbfe777def726598bba362fd2e0ef (commit)
       via  93333bd8d23a7c87f1980310afd5274c33311c36 (commit)
       via  e9a78cb00374c49d3f2fd26fbe04fc05895b5ea7 (commit)
       via  4217d4bd8600d49335d8a1d2922d5a1ee1921d7c (commit)
       via  8083ca907e3c427ae514a6b4ca91c7459d69ffdb (commit)
       via  f48672bba12d1abde280ba7eafc0dbdba7a7680a (commit)
       via  f346791bba5d53a516571e9826805d884097a1fa (commit)
      from  af6203f7c74bd30fc3510b1c99eeb7c4f3bf7476 (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=a5e0c0394c52b8d01292e2cf479056801761e037

commit a5e0c0394c52b8d01292e2cf479056801761e037
Merge: af6203f7 54c74c3a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Dec 25 22:35:19 2023 +0200

    Merge branch 'master' into feature/improve-inet


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

Summary of changes:
 ChangeLog                                          | 48 +++++++++++++++++++
 awk.h                                              |  5 +-
 builtin.c                                          |  2 +-
 debug.c                                            | 56 ++++++++++++++++++----
 io.c                                               | 25 ++++++++--
 pc/ChangeLog                                       |  8 ++++
 pc/Makefile.tst                                    | 19 +++++++-
 test/ChangeLog                                     | 11 +++++
 test/Makefile.am                                   | 13 ++++-
 test/Makefile.in                                   | 28 ++++++++++-
 test/Maketests                                     | 15 ++++++
 test/dbugarray2.awk                                |  4 ++
 test/dbugarray2.in                                 |  3 ++
 test/dbugarray2.ok                                 |  4 ++
 awklib/eg/lib/walkarray.awk => test/dbugarray3.awk |  9 ++++
 test/dbugarray3.in                                 |  3 ++
 test/dbugarray3.ok                                 | 14 ++++++
 test/dbugarray4.awk                                |  4 ++
 test/dbugarray4.in                                 |  7 +++
 test/dbugarray4.ok                                 | 23 +++++++++
 20 files changed, 277 insertions(+), 24 deletions(-)
 create mode 100644 test/dbugarray2.awk
 create mode 100644 test/dbugarray2.in
 create mode 100644 test/dbugarray2.ok
 copy awklib/eg/lib/walkarray.awk => test/dbugarray3.awk (70%)
 create mode 100644 test/dbugarray3.in
 create mode 100644 test/dbugarray3.ok
 create mode 100644 test/dbugarray4.awk
 create mode 100644 test/dbugarray4.in
 create mode 100644 test/dbugarray4.ok


hooks/post-receive
-- 
gawk



reply via email to

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