gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-305


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-3053-g26b1a15
Date: Sun, 23 Sep 2018 02:58:33 -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, gawk-4.2-stable has been updated
       via  26b1a15e75cc1d134e8b52b0df9a5d1365e66d8f (commit)
       via  cfd4fdf483194e09c57da590ada1e3533a19e615 (commit)
      from  5e4861ab4c41b6e000dc1f66225486330b5e5a2d (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=26b1a15e75cc1d134e8b52b0df9a5d1365e66d8f

commit 26b1a15e75cc1d134e8b52b0df9a5d1365e66d8f
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Sep 23 09:58:06 2018 +0300

    Small fix for Sun compilers.

diff --git a/ChangeLog b/ChangeLog
index 04b8528..b614358 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-23         Steven Packard        <address@hidden>
+
+       * awk.h: Add `#if !defined(__SUNPRO_C)' around check for non-ANSI
+       compilers.  Needed for some Solaris systems.
+
 2018-09-21         Arnold D. Robbins     <address@hidden>
 
        * re.c (make_regexp): Handle backslash at end of
diff --git a/awk.h b/awk.h
index 1051036..4de6cfc 100644
--- a/awk.h
+++ b/awk.h
@@ -65,9 +65,11 @@
 #endif /* LOCALEDIR */
 #endif
 
+#if !defined(__SUNPRO_C)
 #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>

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

commit cfd4fdf483194e09c57da590ada1e3533a19e615
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Sep 23 09:57:43 2018 +0300

    Fix beta patch level in gawktexi.in(Extracting).

diff --git a/doc/ChangeLog b/doc/ChangeLog
index a64e5fc..0872091 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2018-09-23         Arnold D. Robbins     <address@hidden>
+
+       * gawktexi.in (Extracting): Note that patch levels above
+       60 are beta software, instead of above 70.
+
 2018-09-21         Arnold D. Robbins     <address@hidden>
 
        * gawktexi.in: Update UPDATE_MONTH.
diff --git a/doc/gawk.info b/doc/gawk.info
index 613c809..22a696a 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -28818,7 +28818,7 @@ release of version V, and the P represents a "patch 
level", meaning that
 minor bugs have been fixed in the release.  The current patch level is
 1, but when retrieving distributions, you should get the version with
 the highest version, release, and patch level.  (Note, however, that
-patch levels greater than or equal to 70 denote "beta" or nonproduction
+patch levels greater than or equal to 60 denote "beta" or nonproduction
 software; you might not want to retrieve such a version unless you don't
 mind experimenting.)  If you are not on a Unix or GNU/Linux system, you
 need to make other arrangements for getting and extracting the 'gawk'
diff --git a/doc/gawk.texi b/doc/gawk.texi
index b8c3baf..7ab762c 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -39408,7 +39408,7 @@ the @var{P} represents a @dfn{patch level}, meaning 
that minor bugs have
 been fixed in the release.  The current patch level is @value{PATCHLEVEL},
 but when retrieving distributions, you should get the version with the highest
 version, release, and patch level.  (Note, however, that patch levels greater 
than
-or equal to 70 denote ``beta'' or nonproduction software; you might not want
+or equal to 60 denote ``beta'' or nonproduction software; you might not want
 to retrieve such a version unless you don't mind experimenting.)
 If you are not on a Unix or GNU/Linux system, you need to make other 
arrangements
 for getting and extracting the @command{gawk} distribution.  You should consult
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 52b0009..568e81e 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -38382,7 +38382,7 @@ the @var{P} represents a @dfn{patch level}, meaning 
that minor bugs have
 been fixed in the release.  The current patch level is @value{PATCHLEVEL},
 but when retrieving distributions, you should get the version with the highest
 version, release, and patch level.  (Note, however, that patch levels greater 
than
-or equal to 70 denote ``beta'' or nonproduction software; you might not want
+or equal to 60 denote ``beta'' or nonproduction software; you might not want
 to retrieve such a version unless you don't mind experimenting.)
 If you are not on a Unix or GNU/Linux system, you need to make other 
arrangements
 for getting and extracting the @command{gawk} distribution.  You should consult

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

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



reply via email to

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