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-308


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-3082-gf33f019
Date: Sun, 25 Nov 2018 13:05:33 -0500 (EST)

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  f33f0191191802f34dc2203d64e6cad40b8d6865 (commit)
       via  33c91cfc227c4075c1d3946d0f65611f7dba8d26 (commit)
       via  6022bbd8411ff8a38353f41f1a872a4acc4036bc (commit)
      from  2e1281063c92115a8da96906aab6e2be0e9dd78d (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=f33f0191191802f34dc2203d64e6cad40b8d6865

commit f33f0191191802f34dc2203d64e6cad40b8d6865
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Nov 25 20:04:12 2018 +0200

    Update config.sub.

diff --git a/ChangeLog b/ChangeLog
index 9969778..a252b9b 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-25         Arnold D. Robbins     <address@hidden>
+
+       * config.sub: Updated from GNULIB.
+
 2018-11-24         Arnold D. Robbins     <address@hidden>
 
        * main.c (arg_assign): Allow assigning strongly typed regexp
diff --git a/config.sub b/config.sub
index f208558..b29f8f1 100755
--- a/config.sub
+++ b/config.sub
@@ -1161,6 +1161,7 @@ case $cpu-$vendor in
                        | alpha64 | alpha64ev[4-8] | alpha64ev56 | 
alpha64ev6[78] \
                        | alphapca5[67] | alpha64pca5[67] \
                        | am33_2.0 \
+                       | amdgcn \
                        | arc | arceb \
                        | arm  | arm[lb]e | arme[lb] | armv* \
                        | avr | avr32 \
@@ -1360,7 +1361,7 @@ case $os in
             | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
             | skyos* | haiku* | rdos* | toppers* | drops* | es* \
             | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
-            | midnightbsd*)
+            | midnightbsd* | amdhsa*)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        qnx*)
diff --git a/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog
index 05dcb58..25828dc 100644
--- a/extension/build-aux/ChangeLog
+++ b/extension/build-aux/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-25         Arnold D. Robbins     <address@hidden>
+
+       * config.sub: Updated from GNULIB.
+
 2018-11-17         Arnold D. Robbins     <address@hidden>
 
        * config.guess: Updated from GNULIB.
diff --git a/extension/build-aux/config.sub b/extension/build-aux/config.sub
index f208558..b29f8f1 100755
--- a/extension/build-aux/config.sub
+++ b/extension/build-aux/config.sub
@@ -1161,6 +1161,7 @@ case $cpu-$vendor in
                        | alpha64 | alpha64ev[4-8] | alpha64ev56 | 
alpha64ev6[78] \
                        | alphapca5[67] | alpha64pca5[67] \
                        | am33_2.0 \
+                       | amdgcn \
                        | arc | arceb \
                        | arm  | arm[lb]e | arme[lb] | armv* \
                        | avr | avr32 \
@@ -1360,7 +1361,7 @@ case $os in
             | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
             | skyos* | haiku* | rdos* | toppers* | drops* | es* \
             | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
-            | midnightbsd*)
+            | midnightbsd* | amdhsa*)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        qnx*)

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

commit 33c91cfc227c4075c1d3946d0f65611f7dba8d26
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Nov 25 20:03:01 2018 +0200

    Layout improvement in test/Makefile.am.

diff --git a/test/ChangeLog b/test/ChangeLog
index 36599fd..9637539 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-25         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am (GAWK_EXT_TESTS): Fix layout of the list.
+
 2018-11-24         Arnold D. Robbins     <address@hidden>
 
        * spacere.awk: Move setting of LC_ALL=C out to ...
diff --git a/test/Makefile.am b/test/Makefile.am
index aa7e6fc..e1ecc64 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1314,9 +1314,8 @@ GAWK_EXT_TESTS = \
        splitarg4 strftime strftfld strtonum strtonum1 switch2 symtab1 symtab2 \
        symtab3 symtab4 symtab5 symtab6 symtab7 symtab8 symtab9 symtab10 \
        typedregex1 typedregex2 typedregex3 typedregex4 \
-       typeof1 typeof2 typeof3 typeof4 \
-       typeof5 timeout \
-       watchpoint1
+       typeof1 typeof2 typeof3 typeof4 typeof5 \
+       timeout watchpoint1
 
 ARRAYDEBUG_TESTS = arrdbg
 
diff --git a/test/Makefile.in b/test/Makefile.in
index ccab814..1e3fe2e 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -1434,6 +1434,8 @@ EXTRA_DIST = \
        typedregex2.ok \
        typedregex3.awk \
        typedregex3.ok \
+       typedregex4.awk \
+       typedregex4.ok \
        typeof1.awk \
        typeof1.ok \
        typeof2.awk \
@@ -1570,9 +1572,8 @@ GAWK_EXT_TESTS = \
        splitarg4 strftime strftfld strtonum strtonum1 switch2 symtab1 symtab2 \
        symtab3 symtab4 symtab5 symtab6 symtab7 symtab8 symtab9 symtab10 \
        typedregex1 typedregex2 typedregex3 typedregex4 \
-       typeof1 typeof2 typeof3 typeof4 \
-       typeof5 timeout \
-       watchpoint1
+       typeof1 typeof2 typeof3 typeof4 typeof5 \
+       timeout watchpoint1
 
 ARRAYDEBUG_TESTS = arrdbg
 EXTRA_TESTS = inftest regtest ignrcas3 

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

commit 6022bbd8411ff8a38353f41f1a872a4acc4036bc
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Nov 25 20:02:48 2018 +0200

    Small typo fix in doc.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 46d0b9f..0772a7d 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-25         Arnold D. Robbins     <address@hidden>
+
+       * gawktexi.in: Small typo fix.
+
 2018-11-24         Arnold D. Robbins     <address@hidden>
 
        * gawktexi.in (Assignment Options): Add description of assigning
diff --git a/doc/gawk.info b/doc/gawk.info
index 7f32e3b..de67145 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -33736,7 +33736,7 @@ Index
 * columns, cutting:                      Cut Program.         (line   6)
 * comma (,), in range patterns:          Ranges.              (line   6)
 * command completion, in debugger:       Readline Support.    (line   6)
-* command line arguments, PROCINFO["argv": Auto-set.          (line 154)
+* command line arguments, PROCINFO["argv"]: Auto-set.         (line 154)
 * command line, arguments:               Other Arguments.     (line   6)
 * command line, arguments <1>:           Auto-set.            (line  15)
 * command line, arguments <2>:           ARGC and ARGV.       (line   6)
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 663df14..50555f8 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -15674,7 +15674,7 @@ are guaranteed to be available:
 
 @table @code
 @item PROCINFO["argv"]
address@hidden command line arguments, @code{PROCINFO["argv"}
address@hidden command line arguments, @code{PROCINFO["argv"]}
 The @code{PROCINFO["argv"]} array contains all of the command-line arguments
 (after glob expansion and redirection processing on platforms where that must
 be done manually by the program) with subscripts ranging from 0 through
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 97d9117..dddcf67 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -14992,7 +14992,7 @@ are guaranteed to be available:
 
 @table @code
 @item PROCINFO["argv"]
address@hidden command line arguments, @code{PROCINFO["argv"}
address@hidden command line arguments, @code{PROCINFO["argv"]}
 The @code{PROCINFO["argv"]} array contains all of the command-line arguments
 (after glob expansion and redirection processing on platforms where that must
 be done manually by the program) with subscripts ranging from 0 through

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

Summary of changes:
 ChangeLog                      | 4 ++++
 config.sub                     | 3 ++-
 doc/ChangeLog                  | 4 ++++
 doc/gawk.info                  | 2 +-
 doc/gawk.texi                  | 2 +-
 doc/gawktexi.in                | 2 +-
 extension/build-aux/ChangeLog  | 4 ++++
 extension/build-aux/config.sub | 3 ++-
 test/ChangeLog                 | 4 ++++
 test/Makefile.am               | 5 ++---
 test/Makefile.in               | 7 ++++---
 11 files changed, 29 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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