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-4761-gf2396


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-4761-gf23961b
Date: Mon, 10 May 2021 14:36:59 -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/improve-inet has been updated
       via  f23961ba34881be20c4d8ccd2a00bf86349f8a8b (commit)
       via  229c965beec283952be89b889b5c407ccf620ace (commit)
       via  f6cc8139dba1adbfa90773c9db8003e5db817d7b (commit)
       via  38cd5733bf39211352af6dc54c7a6e08e2796228 (commit)
       via  b4fe35ca5bec12ac96522963b1922ac1303b86c9 (commit)
       via  056cf0f36f054e41f61f86ca4c37046da218d8d9 (commit)
       via  ae6ab9756da4def4580c4988650971dd80eb364e (commit)
       via  8e6d342a0631e5514d899231ac90648d446b2ade (commit)
       via  2cc075b59f843485510d00ce4ffb3654d5a908e8 (commit)
       via  8303fcb4ac651568dff831da88c147bbebea3ba7 (commit)
       via  7b2c1cd1c93dec77823b7d8d2e93f320dc4a6fb9 (commit)
      from  6386ff621a15ffb87897fce867b32565526c5d86 (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=f23961ba34881be20c4d8ccd2a00bf86349f8a8b

commit f23961ba34881be20c4d8ccd2a00bf86349f8a8b
Merge: 6386ff6 229c965
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon May 10 21:36:54 2021 +0300

    Merge branch 'master' into feature/improve-inet


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

Summary of changes:
 helpers/ChangeLog                      |   4 ++
 helpers/update-support.sh              |   5 +-
 pc/ChangeLog                           |  24 ++++++++
 pc/GenMakefileTst.awk                  |   2 +-
 pc/Makefile                            |  11 +++-
 pc/Makefile.tst                        | 100 +++++++++++++++++----------------
 pc/config.h                            |   6 +-
 support/ChangeLog                      |   6 ++
 support/Makefile.am                    |   6 +-
 support/Makefile.in                    |  28 +++++++--
 support/malloc/dynarray_at_failure.c   |  39 +++++++++++++
 support/malloc/dynarray_resize_clear.c |  39 +++++++++++++
 test/ChangeLog                         |  26 +++++++++
 test/Makefile.am                       |  24 ++++----
 test/Makefile.in                       |  24 ++++----
 test/argcasfile.ok                     |   6 +-
 test/iolint.awk                        |  20 +++----
 test/iolint.ok                         |  10 ++--
 18 files changed, 273 insertions(+), 107 deletions(-)
 create mode 100644 support/malloc/dynarray_at_failure.c
 create mode 100644 support/malloc/dynarray_resize_clear.c


hooks/post-receive
-- 
gawk



reply via email to

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