aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-11-25 20:06:01 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-11-25 20:06:01 +0200
commit19d38d292158e651c8c7175ae9bbd3e5855e2c94 (patch)
tree0e6f39201f88f12c2922b440a645881479715cc3
parentac2ff45364ab20c1a2bc82f779738f33f90808dd (diff)
parentf33f0191191802f34dc2203d64e6cad40b8d6865 (diff)
downloadegawk-19d38d292158e651c8c7175ae9bbd3e5855e2c94.tar.gz
egawk-19d38d292158e651c8c7175ae9bbd3e5855e2c94.tar.bz2
egawk-19d38d292158e651c8c7175ae9bbd3e5855e2c94.zip
Merge branch 'gawk-4.2-stable'
-rwxr-xr-xChangeLog4
-rwxr-xr-xconfig.sub3
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gawk.info2
-rw-r--r--doc/gawk.texi2
-rw-r--r--doc/gawktexi.in2
-rw-r--r--extension/build-aux/ChangeLog4
-rwxr-xr-xextension/build-aux/config.sub3
-rw-r--r--test/ChangeLog4
-rw-r--r--test/Makefile.am5
-rw-r--r--test/Makefile.in7
11 files changed, 29 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 3da08549..e3719562 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ * config.sub: Updated from GNULIB.
+
2018-11-24 Arnold D. Robbins <arnold@skeeve.com>
* main.c (arg_assign): Allow assigning strongly typed regexp
diff --git a/config.sub b/config.sub
index f208558e..b29f8f12 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/doc/ChangeLog b/doc/ChangeLog
index 98448839..4aa10163 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in: Small typo fix.
+
2018-11-24 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Assignment Options): Add description of assigning
diff --git a/doc/gawk.info b/doc/gawk.info
index 6f5c2a31..0edef816 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -33730,7 +33730,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 9b890fe6..177d02f2 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -15674,7 +15674,7 @@ are guaranteed to be available:
@table @code
@item PROCINFO["argv"]
-@cindex command line arguments, @code{PROCINFO["argv"}
+@cindex 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 f4bf9860..8b0b219c 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -14992,7 +14992,7 @@ are guaranteed to be available:
@table @code
@item PROCINFO["argv"]
-@cindex command line arguments, @code{PROCINFO["argv"}
+@cindex 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/extension/build-aux/ChangeLog b/extension/build-aux/ChangeLog
index 05dcb58e..25828dc7 100644
--- a/extension/build-aux/ChangeLog
+++ b/extension/build-aux/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ * config.sub: Updated from GNULIB.
+
2018-11-17 Arnold D. Robbins <arnold@skeeve.com>
* config.guess: Updated from GNULIB.
diff --git a/extension/build-aux/config.sub b/extension/build-aux/config.sub
index f208558e..b29f8f12 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*)
diff --git a/test/ChangeLog b/test/ChangeLog
index 36599fdd..96375390 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (GAWK_EXT_TESTS): Fix layout of the list.
+
2018-11-24 Arnold D. Robbins <arnold@skeeve.com>
* spacere.awk: Move setting of LC_ALL=C out to ...
diff --git a/test/Makefile.am b/test/Makefile.am
index aa7e6fce..e1ecc649 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 ccab8144..1e3fe2ee 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