gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-3844-g2269a6d


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-3844-g2269a6d
Date: Sat, 9 Nov 2019 13:46:05 -0500 (EST)

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  2269a6d3fb4c7085d77a482f59562edeb12d0014 (commit)
      from  43dcfbd0403563e7a1c8bfe4a67966df4840d90c (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=2269a6d3fb4c7085d77a482f59562edeb12d0014

commit 2269a6d3fb4c7085d77a482f59562edeb12d0014
Author: Arnold D. Robbins <address@hidden>
Date:   Sat Nov 9 20:45:46 2019 +0200

    Add some MSYS2 support.

diff --git a/m4/ChangeLog b/m4/ChangeLog
index a4e8450..3ed357d 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2019-11-09         Alexey Pawlow        <address@hidden>
+
+       * threadlib.m4: Add check for MSYS.
+
 2019-09-10  Florian Weimer  <address@hidden>
 
        * readline.m4 (GAWK_CHECK_READLINE): Include <fcntl.h>, <unistd.h>
diff --git a/m4/threadlib.m4 b/m4/threadlib.m4
index dc9a3d8..8b03a38 100644
--- a/m4/threadlib.m4
+++ b/m4/threadlib.m4
@@ -68,7 +68,7 @@ changequote(,)dnl
          dnl bugs that lead to endless loops or crashes. See
          dnl <http://cygwin.com/ml/cygwin/2009-08/msg00283.html>.
          osf*) gl_use_threads=no ;;
-         cygwin*)
+         cygwin* | msys*)
                case `uname -r` in
                  1.[0-5].*) gl_use_threads=no ;;
                  *)         gl_use_threads=yes ;;
diff --git a/test/ChangeLog b/test/ChangeLog
index cd503c3..9ff97b2 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2019-11-09         Alexey Pawlow        <address@hidden>
+
+       * Makefile.am (mbprintf5): Add check for MSYS.
+       (readdir_retest): Ditto.
+
 2019-11-03         Arnold D. Robbins     <address@hidden>
 
        * Makefile.am (EXTRA_DISTS): New test, fpat7.
diff --git a/test/Makefile.am b/test/Makefile.am
index 84a71bc..c6e33dd 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1949,7 +1949,7 @@ mixed1::
 mbprintf5::
        @echo $@ $(ZOS_FAIL)
        @-case `uname` in \
-       CYGWIN* | MINGW32* | *MS-DOS*) echo this test fails on this system --- 
skipping $@ ;; \
+       CYGWIN* | MSYS* | MINGW32* | *MS-DOS*) echo this test fails on this 
system --- skipping $@ ;; \
        *) \
        [ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE ; \
        $(AWK) -f "$(srcdir)"/$@.awk "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT 
CODE: $$? >> _$@ ; \
@@ -2239,7 +2239,7 @@ fts:
        IRIX) \
        echo This test may fail on IRIX systems when run on an NFS filesystem.; 
\
        echo If it does, try rerunning on an xfs filesystem. ;; \
-       CYGWIN*) \
+       CYGWIN* | MSYS*) \
        echo This test may fail on CYGWIN systems when run on an NFS 
filesystem.; \
        echo If it does, try rerunning on an ntfs filesystem. ;; \
        esac
diff --git a/test/Makefile.in b/test/Makefile.in
index 7bbacf1..52b487b 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -2398,7 +2398,7 @@ mixed1::
 mbprintf5::
        @echo $@ $(ZOS_FAIL)
        @-case `uname` in \
-       CYGWIN* | MINGW32* | *MS-DOS*) echo this test fails on this system --- 
skipping $@ ;; \
+       CYGWIN* | MSYS* | MINGW32* | *MS-DOS*) echo this test fails on this 
system --- skipping $@ ;; \
        *) \
        [ -z "$$GAWKLOCALE" ] && GAWKLOCALE=en_US.UTF-8; export GAWKLOCALE ; \
        $(AWK) -f "$(srcdir)"/$@.awk "$(srcdir)"/$@.in >_$@ 2>&1 || echo EXIT 
CODE: $$? >> _$@ ; \
@@ -2688,7 +2688,7 @@ fts:
        IRIX) \
        echo This test may fail on IRIX systems when run on an NFS filesystem.; 
\
        echo If it does, try rerunning on an xfs filesystem. ;; \
-       CYGWIN*) \
+       CYGWIN* | MSYS*) \
        echo This test may fail on CYGWIN systems when run on an NFS 
filesystem.; \
        echo If it does, try rerunning on an ntfs filesystem. ;; \
        esac

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

Summary of changes:
 m4/ChangeLog     | 4 ++++
 m4/threadlib.m4  | 2 +-
 test/ChangeLog   | 5 +++++
 test/Makefile.am | 4 ++--
 test/Makefile.in | 4 ++--
 5 files changed, 14 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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