[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3197-g49136c
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3197-g49136c9 |
Date: |
Sun, 23 Sep 2018 02:59:03 -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 49136c983c3d4ab53f144f2989dee60a67745300 (commit)
via 26b1a15e75cc1d134e8b52b0df9a5d1365e66d8f (commit)
via cfd4fdf483194e09c57da590ada1e3533a19e615 (commit)
from b1d75cf79c57071f55fcb6100a07d8cd706e890f (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=49136c983c3d4ab53f144f2989dee60a67745300
commit 49136c983c3d4ab53f144f2989dee60a67745300
Merge: b1d75cf 26b1a15
Author: Arnold D. Robbins <address@hidden>
Date: Sun Sep 23 09:58:54 2018 +0300
Merge branch 'gawk-4.2-stable'
diff --cc awk.h
index 46b72e1,4de6cfc..390ecbe
--- a/awk.h
+++ b/awk.h
@@@ -66,9 -69,13 +67,10 @@@
#if !defined(__STDC__) || __STDC__ < 1
#error "gawk no longer supports non-C89 environments (no __STDC__ or __STDC__
< 1)"
#endif
+ #endif
-#if defined(HAVE_STDARG_H)
#include <stdarg.h>
-#else
-#error "gawk no longer supports <varargs.h>. Please update your compiler and
runtime"
-#endif
+#include <stdbool.h>
#include <signal.h>
#include <time.h>
#include <errno.h>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
awk.h | 2 ++
doc/ChangeLog | 5 +++++
doc/gawk.info | 2 +-
doc/gawk.texi | 2 +-
doc/gawktexi.in | 2 +-
6 files changed, 15 insertions(+), 3 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3197-g49136c9,
Arnold Robbins <=