summaryrefslogtreecommitdiff
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-01-31 20:38:48 +0200
committerArnold D. Robbins <arnold@skeeve.com>2023-01-31 20:38:48 +0200
commitac8094ab1fefaf43e35802531e290dc7df896a37 (patch)
tree542259c2b3e7bbc3c3bd3d6b56eebfd635550b42 /test/ChangeLog
parent6e195e45a972b9c88ab8c5627d09049268b29df0 (diff)
downloadgawk-ac8094ab1fefaf43e35802531e290dc7df896a37.tar.gz
Yet another fix for Node_elem_new handling.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 9855113e..1da93514 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,9 @@
+2023-01-31 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (EXTRA_DIST): New test: elemnew1.
+ * elemnew1.awk, elemnew1.ok: New files.
+ Also, update the copyright year.
+
2023-01-22 Arnold D. Robbins <arnold@skeeve.com>
* makepmafile.c (main): Make the file mode 0600.
@@ -16,7 +22,6 @@
2022-11-03 Eli Zaretskii <eliz@gnu.org>
- * Makefile.in (EXPECTED_FAIL_MINGW):
* Makefile.am (EXPECTED_FAIL_MINGW): Add dbugeval4.
2022-10-23 Arnold D. Robbins <arnold@skeeve.com>