summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-12-24 20:34:59 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-12-24 20:34:59 +0200
commit45bba30a98164938c25b6ed3a574e5f8a175bbd7 (patch)
tree81392376824087166ca27e3003ad29d3aa99147f
parent734e898a91dc494506004c8c6a8057a363171bf1 (diff)
parent5db85f61829f0b56001884c59c690200eb07742e (diff)
downloadgawk-45bba30a98164938c25b6ed3a574e5f8a175bbd7.tar.gz
Merge branch 'gawk-4.1-stable'
-rw-r--r--test/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 4dfca0be..2787b909 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,14 +1,14 @@
+2014-12-24 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (badbuild): New test.
+ * badbuild.awk, badbuild.in, badbuild.ok: New files.
+
2014-12-24 Andrew J. Schorr <aschorr@telemetry-investments.com>
* Makefile.am (check): If tests don't pass, run 'make diffout'
and exit 1. Should help distros to notice when they have built
gawk incorrectly. (Can you say "Fedora", boys and girls?)
- Not quite unrelated:
-
- * Makefile.am (badbuild): New test.
- * badbuild.awk, badbuild.in, badbuild.ok: New files.
-
2014-12-12 Arnold D. Robbins <arnold@skeeve.com>
* profile5.ok: Updated after code changes.