gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2778-gde168f


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2778-gde168f8
Date: Tue, 19 Sep 2017 14:55:30 -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, master has been updated
       via  de168f836cb143561c54e0e9cc5315ce1e98ae1f (commit)
       via  18241cd6e334b90389f5a0b789b7633d7cc42731 (commit)
      from  7bef3e3f1db4dccc35a91e6bb16fdc4bbd2535a1 (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=de168f836cb143561c54e0e9cc5315ce1e98ae1f

commit de168f836cb143561c54e0e9cc5315ce1e98ae1f
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Sep 19 21:55:03 2017 +0300

    Add more DJGPP failure messages in pc/Makefile.tst.

diff --git a/pc/ChangeLog b/pc/ChangeLog
index cd4203c..95d70f5 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,9 @@
+2017-09-18         Juan Manuel Guerrero  <address@hidden>
+
+       * pc/Makefile.tst (mbprintf5, beginfile1, sigpipe1, backw, nonfatal1)
+       (nonfatal2, nonfatal3, timeout): Update the expected failure messages
+       for DJGPP.
+
 2017-09-16  Eli Zaretskii  <address@hidden>
 
        * config.h (HAVE_GAI_STRERROR) [__MINGW32__]: Define to 1.  Update
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index a842981..58610a1 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -864,7 +864,7 @@ mbprintf4::
 mbprintf5::
        @echo $@
        @case `uname` in \
-       CYGWIN* | MINGW32*) echo this test fails on this system --- skipping $@ 
;; \
+       CYGWIN* | MINGW32* | *MS-DOS*) echo this test fails on this system --- 
skipping $@ ;; \
        *) \
        GAWKLOCALE=en_US.UTF-8 ; export GAWKLOCALE ; \
        $(AWK) -f "$(srcdir)"/address@hidden "$(srcdir)"/address@hidden >_$@ 
2>&1 || echo EXIT CODE: $$? >> _$@ ; \
@@ -904,7 +904,7 @@ printfbad2: printfbad2.ok
 
 beginfile1::
        @echo $@
-       @echo Expect beginfile1 to fail with DJGPP
+       @echo Expect beginfile1 to fail with DJGPP due to error message 
differences.
        @AWKPATH="$(srcdir)" $(AWK) -f address@hidden 
"$(srcdir)"/address@hidden . ./no/such/file Makefile  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 
@@ -2294,6 +2294,7 @@ sclifin:
 
 sigpipe1:
        @echo $@
+       @echo Expect sigpipe1 to fail with DJGPP.
        @AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 
@@ -2487,6 +2488,7 @@ arraysort:
 
 backw:
        @echo $@
+       @echo Expect backw to fail with DJGPP.
        @AWKPATH="$(srcdir)" $(AWK) -f address@hidden  < 
"$(srcdir)"/address@hidden >_$@ 2>&1 || echo EXIT CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 
@@ -2799,16 +2801,19 @@ nondec:
 
 nonfatal1:
        @echo $@
+       @echo Expect nonfatal1 to fail with DJGPP.
        @AWKPATH="$(srcdir)" $(AWK) -f address@hidden 2>&1 | $(AWK) '{print 
gensub(/invalid.*$$/, "invalid", 1, $$0)}' >_$@ || echo EXIT CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 
 nonfatal2:
        @echo $@
+       @echo Expect nonfatal2 to fail with DJGPP due to error message 
differences.
        @AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 
 nonfatal3:
        @echo $@
+       @echo Expect nonfatal3 to fail with DJGPP.
        @AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 
@@ -2995,7 +3000,7 @@ typeof5:
 
 timeout:
        @echo $@
-       @echo Expect timeout to fail with MinGW
+       @echo Expect timeout to fail with DJGPP and MinGW
        @AWKPATH="$(srcdir)" $(AWK) -f address@hidden  >_$@ 2>&1 || echo EXIT 
CODE: $$? >>_$@
        @-$(CMP) "$(srcdir)"/address@hidden _$@ && rm -f _$@
 

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=18241cd6e334b90389f5a0b789b7633d7cc42731

commit 18241cd6e334b90389f5a0b789b7633d7cc42731
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Sep 19 21:54:44 2017 +0300

    Bump version in rwarray.c.

diff --git a/extension/ChangeLog b/extension/ChangeLog
index ed70e3c..df9bea1 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-19         Arnold D. Robbins     <address@hidden>
+
+       * rwarray.c: Increase the version.
+
 2017-09-17         Arnold D. Robbins     <address@hidden>
 
        * filefuncs.c: Move include of <sys/stat.h> to after include
diff --git a/extension/rwarray.c b/extension/rwarray.c
index 8c6ef4b..2e82ca7 100644
--- a/extension/rwarray.c
+++ b/extension/rwarray.c
@@ -61,7 +61,7 @@
 
 static const gawk_api_t *api;  /* for convenience macros to work */
 static awk_ext_id_t *ext_id;
-static const char *ext_version = "rwarray extension: version 1.1";
+static const char *ext_version = "rwarray extension: version 1.2";
 static awk_bool_t (*init_func)(void) = NULL;
 
 int plugin_is_GPL_compatible;

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

Summary of changes:
 extension/ChangeLog |  4 ++++
 extension/rwarray.c |  2 +-
 pc/ChangeLog        |  6 ++++++
 pc/Makefile.tst     | 11 ++++++++---
 4 files changed, 19 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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