gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-5.0-stable, updated. gawk-4.1.0-375


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-5.0-stable, updated. gawk-4.1.0-3754-gd79685d
Date: Sun, 30 Jun 2019 14:33:42 -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-5.0-stable has been updated
       via  d79685d84e8e41110f134a63379c00329cd775d6 (commit)
       via  d74560a10b861f2a6342f07f459a34d38685e65c (commit)
      from  4e38fffcac026c4d8a8fbf52258faf478dcf4db2 (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=d79685d84e8e41110f134a63379c00329cd775d6

commit d79685d84e8e41110f134a63379c00329cd775d6
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Jun 30 21:33:19 2019 +0300

    Update config.sub.

diff --git a/ChangeLog b/ChangeLog
index 871e048..31bb6a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
        * awkgram.y [GRAMMAR]: And two more cases here. Thanks to
        Mark Krauze <address@hidden> for making me look for them.
 
+       Unrelated:
+
+       * config.sub: Updated from GNULIB.
+
 2019-06-26         Arnold D. Robbins     <address@hidden>
 
        * symbol.c (install): Strip off any leading `awk::' before
diff --git a/config.sub b/config.sub
index 5b158ac..a318a46 100755
--- a/config.sub
+++ b/config.sub
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2019 Free Software Foundation, Inc.
 
-timestamp='2019-05-23'
+timestamp='2019-06-30'
 
 # 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
@@ -337,17 +337,14 @@ case $1 in
                                basic_machine=m88k-harris
                                os=sysv3
                                ;;
-                       hp300)
+                       hp300 | hp300hpux)
                                basic_machine=m68k-hp
+                               os=hpux
                                ;;
                        hp300bsd)
                                basic_machine=m68k-hp
                                os=bsd
                                ;;
-                       hp300hpux)
-                               basic_machine=m68k-hp
-                               os=hpux
-                               ;;
                        hppaosf)
                                basic_machine=hppa1.1-hp
                                os=osf
@@ -360,10 +357,6 @@ case $1 in
                                basic_machine=i386-mach
                                os=mach
                                ;;
-                       vsta)
-                               basic_machine=i386-pc
-                               os=vsta
-                               ;;
                        isi68 | isi)
                                basic_machine=m68k-isi
                                os=sysv
@@ -612,6 +605,10 @@ case $1 in
                                basic_machine=vax-dec
                                os=vms
                                ;;
+                       vsta)
+                               basic_machine=i386-pc
+                               os=vsta
+                               ;;
                        vxworks960)
                                basic_machine=i960-wrs
                                os=vxworks
@@ -1350,7 +1347,7 @@ case $os in
             | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
             | clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \
             | knetbsd* | mirbsd* | netbsd* \
-            | bitrig* | openbsd* | solidbsd* | libertybsd* \
+            | bitrig* | openbsd* | solidbsd* | libertybsd* | os108* \
             | ekkobsd* | kfreebsd* | freebsd* | riscix* | lynxos* \
             | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
             | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \
@@ -1368,7 +1365,8 @@ case $os in
             | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
             | skyos* | haiku* | rdos* | toppers* | drops* | es* \
             | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
-            | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi*)
+            | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
+            | nsk* | powerunix)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        qnx*)
@@ -1452,9 +1450,6 @@ case $os in
        ns2)
                os=nextstep2
                ;;
-       nsk*)
-               os=nsk
-               ;;
        # Preserve the version number of sinix5.
        sinix5.*)
                os=`echo $os | sed -e 's|sinix|sysv|'`
diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog
index 79d602e..fbe1dec 100644
--- a/extension/build-aux/ChangeLog
+++ b/extension/build-aux/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-30         Arnold D. Robbins     <address@hidden>
+
+       * config.sub: Updated from GNULIB.
+
 2019-06-21         Arnold D. Robbins     <address@hidden>
 
        * config.guess, config.sub: Updated from GNULIB.
diff --git a/extension/build-aux/config.sub b/extension/build-aux/config.sub
index 5b158ac..a318a46 100755
--- a/extension/build-aux/config.sub
+++ b/extension/build-aux/config.sub
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2019 Free Software Foundation, Inc.
 
-timestamp='2019-05-23'
+timestamp='2019-06-30'
 
 # 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
@@ -337,17 +337,14 @@ case $1 in
                                basic_machine=m88k-harris
                                os=sysv3
                                ;;
-                       hp300)
+                       hp300 | hp300hpux)
                                basic_machine=m68k-hp
+                               os=hpux
                                ;;
                        hp300bsd)
                                basic_machine=m68k-hp
                                os=bsd
                                ;;
-                       hp300hpux)
-                               basic_machine=m68k-hp
-                               os=hpux
-                               ;;
                        hppaosf)
                                basic_machine=hppa1.1-hp
                                os=osf
@@ -360,10 +357,6 @@ case $1 in
                                basic_machine=i386-mach
                                os=mach
                                ;;
-                       vsta)
-                               basic_machine=i386-pc
-                               os=vsta
-                               ;;
                        isi68 | isi)
                                basic_machine=m68k-isi
                                os=sysv
@@ -612,6 +605,10 @@ case $1 in
                                basic_machine=vax-dec
                                os=vms
                                ;;
+                       vsta)
+                               basic_machine=i386-pc
+                               os=vsta
+                               ;;
                        vxworks960)
                                basic_machine=i960-wrs
                                os=vxworks
@@ -1350,7 +1347,7 @@ case $os in
             | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \
             | clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \
             | knetbsd* | mirbsd* | netbsd* \
-            | bitrig* | openbsd* | solidbsd* | libertybsd* \
+            | bitrig* | openbsd* | solidbsd* | libertybsd* | os108* \
             | ekkobsd* | kfreebsd* | freebsd* | riscix* | lynxos* \
             | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
             | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \
@@ -1368,7 +1365,8 @@ case $os in
             | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
             | skyos* | haiku* | rdos* | toppers* | drops* | es* \
             | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
-            | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi*)
+            | midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
+            | nsk* | powerunix)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        qnx*)
@@ -1452,9 +1450,6 @@ case $os in
        ns2)
                os=nextstep2
                ;;
-       nsk*)
-               os=nsk
-               ;;
        # Preserve the version number of sinix5.
        sinix5.*)
                os=`echo $os | sed -e 's|sinix|sysv|'`

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

commit d74560a10b861f2a6342f07f459a34d38685e65c
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Jun 30 21:31:54 2019 +0300

    Fix four more lint extension warnings.

diff --git a/ChangeLog b/ChangeLog
index 3aa5b12..871e048 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-06-30         Arnold D. Robbins     <address@hidden>
+
+       * interpret.h (r_interpret): Fix two more cases of warning
+       about gawk extensions.
+       * awkgram.y [GRAMMAR]: And two more cases here. Thanks to
+       Mark Krauze <address@hidden> for making me look for them.
+
 2019-06-26         Arnold D. Robbins     <address@hidden>
 
        * symbol.c (install): Strip off any leading `awk::' before
diff --git a/awkgram.c b/awkgram.c
index 061d297..a1b4173 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -4200,7 +4200,7 @@ regular_print:
 
                if (do_traditional || do_posix)
                        yyerror("%s", msg);
-               else if (do_lint && ! warned) {
+               else if (do_lint_extensions && ! warned) {
                        warned = true;
                        lintwarn("%s", msg);
                }
@@ -6354,7 +6354,7 @@ retry:
                if (c == '[') {
                        if (do_traditional)
                                fatal(_("multidimensional arrays are a gawk 
extension"));
-                       if (do_lint)
+                       if (do_lint_extensions)
                                lintwarn(_("multidimensional arrays are a gawk 
extension"));
                        yylval = GET_INSTRUCTION(Op_sub_array);
                        lasttok = ']';
diff --git a/awkgram.y b/awkgram.y
index a940ac9..beb775d 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -1994,7 +1994,7 @@ func_call
 
                if (do_traditional || do_posix)
                        yyerror("%s", msg);
-               else if (do_lint && ! warned) {
+               else if (do_lint_extensions && ! warned) {
                        warned = true;
                        lintwarn("%s", msg);
                }
@@ -3857,7 +3857,7 @@ retry:
                if (c == '[') {
                        if (do_traditional)
                                fatal(_("multidimensional arrays are a gawk 
extension"));
-                       if (do_lint)
+                       if (do_lint_extensions)
                                lintwarn(_("multidimensional arrays are a gawk 
extension"));
                        yylval = GET_INSTRUCTION(Op_sub_array);
                        lasttok = ']';
diff --git a/interpret.h b/interpret.h
index 478dc82..3215833 100644
--- a/interpret.h
+++ b/interpret.h
@@ -264,7 +264,7 @@ uninitialized_scalar:
                        if (t1 == func_table) {
                                static bool warned = false;
 
-                               if (do_lint && ! warned) {
+                               if (do_lint_extensions && ! warned) {
                                        warned = true;
                                        lintwarn(_("FUNCTAB is a gawk 
extension"));
                                }
@@ -282,7 +282,7 @@ uninitialized_scalar:
                        if (t1 == symbol_table) {
                                static bool warned = false;
 
-                               if (do_lint && ! warned) {
+                               if (do_lint_extensions && ! warned) {
                                        warned = true;
                                        lintwarn(_("SYMTAB is a gawk 
extension"));
                                }

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

Summary of changes:
 ChangeLog                      | 11 +++++++++++
 awkgram.c                      |  4 ++--
 awkgram.y                      |  4 ++--
 config.sub                     | 25 ++++++++++---------------
 extension/build-aux/ChangeLog  |  4 ++++
 extension/build-aux/config.sub | 25 ++++++++++---------------
 interpret.h                    |  4 ++--
 7 files changed, 41 insertions(+), 36 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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