gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-888


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-888-g5aa222c
Date: Sun, 15 May 2016 19:55:48 +0000 (UTC)

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, gawk-4.1-stable has been updated
       via  5aa222c52f21226bf807aa4c38339d62f3a3156c (commit)
      from  29f8ff8ee26d1c5c3fad9129786687c745322494 (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=5aa222c52f21226bf807aa4c38339d62f3a3156c

commit 5aa222c52f21226bf807aa4c38339d62f3a3156c
Author: Arnold D. Robbins <address@hidden>
Date:   Sun May 15 22:55:35 2016 +0300

    Update pc/Makefile.tst.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index c46f874..0ecf5eb 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-15         Scott Deifik  <address@hidden>
+
+       * Makefile.tst: Sync with mainline.
+
 2016-05-12  Eli Zaretskii  <address@hidden>
 
        * Makefile ($(ALLOBJS) $(LIBOBJS)): Depend on nonposix.h.
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index 966bde4..0e93afe 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -168,7 +168,7 @@ BASIC_TESTS = \
        rand range1 readbuf rebrackloc rebt8b1 redfilnm \
        regeq regexpbrack regexpbrack2 \
        regexprange regrange reindops \
-       reparse resplit rri1 rs rsnul1nl rsnulbig rsnulbig2 rstest1 rstest2 \
+       reparse resplit rri1 rs rscompat rsnul1nl rsnulbig rsnulbig2 rstest1 
rstest2 \
        rstest3 rstest4 rstest5 rswhite \
        scalar sclforin sclifin sortempty sortglos splitargv splitarr splitdef \
        splitvar splitwht strcat1 strnum1 strtod subamp subi18n \
@@ -1276,6 +1276,11 @@ pty1:
        *) AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@ ; \
        $(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@ ;; \
        esac
+
+rscompat:
+       @echo $@
+       @AWKPATH="$(srcdir)" $(AWK) --traditional -f address@hidden 
"$(srcdir)/address@hidden" >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
+       @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 Gt-dummy:
 # file Maketests, generated from Makefile.am by the Gentests program
 addcomma:

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

Summary of changes:
 pc/ChangeLog    |    4 ++++
 pc/Makefile.tst |    7 ++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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