gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, porting, updated. gawk-4.1.0-6058-gd7d5eaf8


From: Arnold Robbins
Subject: [SCM] gawk branch, porting, updated. gawk-4.1.0-6058-gd7d5eaf8
Date: Mon, 25 Dec 2023 15:34:44 -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, porting has been updated
       via  d7d5eaf86aee4b638dd423a2e48970c776610fed (commit)
       via  54c74c3a879bbfe777def726598bba362fd2e0ef (commit)
       via  93333bd8d23a7c87f1980310afd5274c33311c36 (commit)
       via  e9a78cb00374c49d3f2fd26fbe04fc05895b5ea7 (commit)
       via  4217d4bd8600d49335d8a1d2922d5a1ee1921d7c (commit)
       via  8083ca907e3c427ae514a6b4ca91c7459d69ffdb (commit)
       via  f48672bba12d1abde280ba7eafc0dbdba7a7680a (commit)
       via  f346791bba5d53a516571e9826805d884097a1fa (commit)
      from  58c5a7a10736d752adfa410090c80e5121c0f523 (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=d7d5eaf86aee4b638dd423a2e48970c776610fed

commit d7d5eaf86aee4b638dd423a2e48970c776610fed
Merge: 58c5a7a1 54c74c3a
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon Dec 25 22:34:36 2023 +0200

    Merge branch 'master' into porting


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

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]