diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-24 20:34:59 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-12-24 20:34:59 +0200 |
commit | 45bba30a98164938c25b6ed3a574e5f8a175bbd7 (patch) | |
tree | 81392376824087166ca27e3003ad29d3aa99147f | |
parent | 734e898a91dc494506004c8c6a8057a363171bf1 (diff) | |
parent | 5db85f61829f0b56001884c59c690200eb07742e (diff) | |
download | egawk-45bba30a98164938c25b6ed3a574e5f8a175bbd7.tar.gz egawk-45bba30a98164938c25b6ed3a574e5f8a175bbd7.tar.bz2 egawk-45bba30a98164938c25b6ed3a574e5f8a175bbd7.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | test/ChangeLog | 10 |
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. |