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-4357-gabe6c92


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/bool, updated. gawk-4.1.0-4357-gabe6c92
Date: Wed, 12 May 2021 03:39:07 -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  abe6c92b13c72c8e214ce2e4eb6371e2d7948b83 (commit)
       via  06cbdb5103c1bd5565fd61b2c854a86cd3c3fd85 (commit)
       via  50f97722d80c7cfee247a3ebb0f8cfbed943033b (commit)
       via  da5841b37f85873a627e169d4ee93916f0372ba2 (commit)
       via  b6b20723f3ca34219ef202d8bb35a5cd8da928a9 (commit)
      from  ffef5abf2023140a106fd894565dae1abad77a15 (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=abe6c92b13c72c8e214ce2e4eb6371e2d7948b83

commit abe6c92b13c72c8e214ce2e4eb6371e2d7948b83
Merge: ffef5ab 06cbdb5
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Wed May 12 10:38:59 2021 +0300

    Merge branch 'master' into feature/bool

diff --cc pc/Makefile.tst
index ea4ec15,50bcf8e..2b49599
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@@ -2587,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 Expect $@ to fail with DJGPP.
        @echo $@
+       @echo Expect $@ to fail with DJGPP.
        @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 |   7 ++-
 pc/ChangeLog              |   5 +++
 pc/GenMakefileTst.awk     |   2 +-
 pc/Makefile.tst           | 108 +++++++++++++++++++++++-----------------------
 test/ChangeLog            |   5 +++
 test/localenl.sh          |   4 +-
 7 files changed, 74 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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