gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4378-ge06b55


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-4378-ge06b554
Date: Mon, 10 May 2021 14:36:39 -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/cpp-compile has been updated
       via  e06b5543fefb29f36b95901993c4fbf2659b5718 (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  dcf001be69b4cd2c9e05c4af3e2abc963c8b7d2b (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=e06b5543fefb29f36b95901993c4fbf2659b5718

commit e06b5543fefb29f36b95901993c4fbf2659b5718
Merge: dcf001b 229c965
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon May 10 21:36:34 2021 +0300

    Merge branch 'master' into feature/cpp-compile


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

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]