aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog47
1 files changed, 47 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index e3196dc5..2ad540dc 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,50 @@
+Fri Nov 12 11:58:40 2010 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (dumpvars): New test.
+ * dumpvars.in, dumpvars.ok: New files.
+
+Thu Nov 11 16:29:06 2010 Arnold D. Robbins <arnold@skeeve.com>
+
+ * backgsub.ok: Updated to match change in code.
+ * posix2008sub.awk, posix2008.ok: New files, renamed from ...
+ * psx96sub.awk, psx96sub.ok: Removed.
+ * Makefile.am (posix2008sub): Renamed from `psx96sub'.
+
+Tue Nov 2 12:14:50 2010 Arnold D. Robbins <arnold@skeeve.com>
+
+ * badargs.ok: Updated.
+
+Mon Nov 1 21:44:48 2010 Arnold D. Robbins <arnold@skeeve.com>
+
+ New tests for arrays of arrays, courtesy of John Haque
+ <j.eh@mchsi.com>.
+
+ * Makefile.am (aadelete1, aadelete2, aarray1,
+ aasort, aasorti): New tests.
+ * aadelete1.awk, aadelete1.ok, aadelete2.awk, aadelete2.ok,
+ aarray1.awk, aarray1.ok, aasort.awk, aasort.ok,
+ aasorti.awk, aasorti.ok: New files.
+
+ Unrelated:
+ * badargs.ok: Updated.
+
+Tue Oct 26 20:49:41 2010 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (switch2): Made into a test.
+ * switch2.ok: New file.
+
+Tue Oct 19 08:26:03 2010 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (gsubtst6, mbstr1, mbprintf3, printfbad2):
+ Re-enable these tests that got lost during the merge. Thanks
+ to Scott Deifik for noticing.
+
+Fri Oct 15 14:20:22 2010 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (beginfile1, range1): New tests.
+ * beginfile1.awk, beginfile1.in, beginfile1.ok: New files.
+ * range1.awk, range1.in, range1.ok: New files.
+
Sun Jun 27 22:01:38 2010 Arnold D. Robbins <arnold@skeeve.com>
* badargs.ok: Updated with new usage message.