gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/bool, updated. gawk-4.1.0-4352-gffef5ab


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/bool, updated. gawk-4.1.0-4352-gffef5ab
Date: Mon, 10 May 2021 14:36:29 -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/bool has been updated
       via  ffef5abf2023140a106fd894565dae1abad77a15 (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  110e88df64d96ec8d0b9a1eeea0d1d18d1de289f (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=ffef5abf2023140a106fd894565dae1abad77a15

commit ffef5abf2023140a106fd894565dae1abad77a15
Merge: 110e88d 229c965
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Mon May 10 21:36:23 2021 +0300

    Merge branch 'master' into feature/bool

diff --cc pc/Makefile.tst
index 8999781,7bab0e3..ea4ec15
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@@ -2586,14 -2587,9 +2587,14 @@@ arraytype
        then $(CMP) "$(srcdir)"/$@-mpfr.ok _$@ && rm -f _$@ ; \
        else $(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@ ; fi
  
 +asortbool:
 +      @echo $@
 +      @AWKPATH="$(srcdir)" $(AWK) -f $@.awk  >_$@ 2>&1 || echo EXIT CODE: $$? 
>>_$@
 +      @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
 +
  backw:
-       @echo $@
        @echo Expect $@ to fail with DJGPP.
+       @echo $@
        @AWKPATH="$(srcdir)" $(AWK) -f $@.awk  < "$(srcdir)"/$@.in >_$@ 2>&1 || 
echo EXIT CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/$@.ok _$@ && rm -f _$@
  

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

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]