summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-05-09 08:54:16 +0300
committerArnold D. Robbins <arnold@skeeve.com>2023-05-09 08:54:16 +0300
commitb285b6b6a05e92af5c8814d5a475195a5c0ea81e (patch)
tree5bdb9df55f0e70164980ec7a6b784485feb17d89 /test
parent0e586793d92ac659b94029144f1a57f981b2331a (diff)
downloadgawk-b285b6b6a05e92af5c8814d5a475195a5c0ea81e.tar.gz
Make release tarballs.gawk-5.2.2
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog8
-rw-r--r--test/badargs.ok2
2 files changed, 9 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 9bc3d723..155275ba 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,11 @@
+2023-05-07 Arnold D. Robbins <arnold@skeeve.com>
+
+ * 5.2.2: Release tar ball made.
+
+2023-05-07 Arnold D. Robbins <arnold@skeeve.com>
+
+ * badargs.ok: Update after code changes (again).
+
2023-04-20 Arnold D. Robbins <arnold@skeeve.com>
* badargs.ok: Update after code changes.
diff --git a/test/badargs.ok b/test/badargs.ok
index 4cdc9712..bc487e30 100644
--- a/test/badargs.ok
+++ b/test/badargs.ok
@@ -41,7 +41,7 @@ PLEASE do NOT try to report bugs by posting in comp.lang.awk,
or by using a web forum such as Stack Overflow.
Source code for gawk may be obtained from
-https://www.skeeve.com/gawk/gawk-5.2.1c.tar.gz
+https://ftp.gnu.org/gnu/gawk/gawk-5.2.2.tar.gz
gawk is a pattern scanning and processing language.
By default it reads standard input and writes standard output.