[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1701-g1a2dd6
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1701-g1a2dd67 |
Date: |
Wed, 16 Mar 2016 18:39:12 +0000 |
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 1a2dd672aa09d91eb7f3e72b12f387df2a507c7f (commit)
via f32d60edb8a3325e27953787b7fb9f051423b6bc (commit)
from d4c2da5fdcd72c366648e6816cf56ab26959ab80 (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=1a2dd672aa09d91eb7f3e72b12f387df2a507c7f
commit 1a2dd672aa09d91eb7f3e72b12f387df2a507c7f
Merge: d4c2da5 f32d60e
Author: Arnold D. Robbins <address@hidden>
Date: Wed Mar 16 20:39:05 2016 +0200
Merge branch 'gawk-4.1-stable'
diff --cc pc/ChangeLog
index 30c3de7,5a7d967..a5df389
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@@ -1,7 -1,15 +1,19 @@@
+ 2016-03-16 Eli Zaretskii <address@hidden>
+
+ * gawkmisc.pc (usleep): Condition on MinGW runtime version older
+ than 3.21, which defines 'usleep' as an inline function in
+ unistd.h, and thus causes compilation errors due to conflicting
+ definitions. Reported by Ivan Suchý <address@hidden>.
+
+ * Makefile (mingw32, mingw32-readline, mingw32-mpfr)
+ (mingw32-readline-mpfr): Use -Wno-deprecated-declarations, to
+ avoid warnings about 'usleep' in newer versions of mingw.org's
+ MinGW runtime.
+
+2016-01-28 Arnold D. Robbins <address@hidden>
+
+ * config.h: Updated to current.
+
2015-05-29 Arnold D. Robbins <address@hidden>
* Makefile.tst (negtime): Sync with mainline.
-----------------------------------------------------------------------
Summary of changes:
pc/ChangeLog | 12 ++++++++++++
pc/Makefile | 8 ++++----
pc/gawkmisc.pc | 4 ++++
3 files changed, 20 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1701-g1a2dd67,
Arnold Robbins <=