[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-939
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-939-gd78dfb8 |
Date: |
Mon, 18 Jul 2016 03:16:50 +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 d78dfb8e1509828afb7a0fa20911ccbb05d9df0e (commit)
from d0b7a11fe626c67d7cd1a3591719a547dca6a3c3 (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=d78dfb8e1509828afb7a0fa20911ccbb05d9df0e
commit d78dfb8e1509828afb7a0fa20911ccbb05d9df0e
Author: Arnold D. Robbins <address@hidden>
Date: Mon Jul 18 06:16:36 2016 +0300
Update config.sub.
diff --git a/ChangeLog b/ChangeLog
index ff16c73..33fd6d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,10 @@
* dfa.c: Sync with GNU grep.
+ Unrelated:
+
+ * config.sub: Updated from GNULIB.
+
2016-07-17 Arnold D. Robbins <address@hidden>
* eval.c (set_LINT): Reset lintfunc to `warning' for LINT="invalid".
diff --git a/config.sub b/config.sub
index eccd218..9feb73b 100755
--- a/config.sub
+++ b/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2016 Free Software Foundation, Inc.
-timestamp='2016-06-14'
+timestamp='2016-06-20'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1397,7 +1397,7 @@ case $os in
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -chorusos* | -chorusrdb* | -cegcc* \
| -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems*
\
- | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
+ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* |
-linux-android* \
| -linux-newlib* | -linux-musl* | -linux-uclibc* \
| -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog
index f9db037..366d05f 100644
--- a/extension/build-aux/ChangeLog
+++ b/extension/build-aux/ChangeLog
@@ -1,3 +1,7 @@
+2016-07-18 Arnold D. Robbins <address@hidden>
+
+ * config.sub: Update from GNULIB. Again.
+
2016-06-15 Arnold D. Robbins <address@hidden>
* config.sub: Update from GNULIB.
diff --git a/extension/build-aux/config.sub b/extension/build-aux/config.sub
index eccd218..9feb73b 100755
--- a/extension/build-aux/config.sub
+++ b/extension/build-aux/config.sub
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2016 Free Software Foundation, Inc.
-timestamp='2016-06-14'
+timestamp='2016-06-20'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1397,7 +1397,7 @@ case $os in
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -chorusos* | -chorusrdb* | -cegcc* \
| -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems*
\
- | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
+ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* |
-linux-android* \
| -linux-newlib* | -linux-musl* | -linux-uclibc* \
| -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
| -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
config.sub | 4 ++--
extension/build-aux/ChangeLog | 4 ++++
extension/build-aux/config.sub | 4 ++--
4 files changed, 12 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-939-gd78dfb8,
Arnold Robbins <=