diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-08-11 17:07:24 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-08-11 17:07:24 -0400 |
commit | 8d5a66b529a220239037a3cd7a2421aab85de53d (patch) | |
tree | 481b5086951c67d367c128b2551683c7421e372b /test/ChangeLog | |
parent | 9cc3e7f1126d924a343f01be6a92cf6aefe97bab (diff) | |
download | egawk-8d5a66b529a220239037a3cd7a2421aab85de53d.tar.gz egawk-8d5a66b529a220239037a3cd7a2421aab85de53d.tar.bz2 egawk-8d5a66b529a220239037a3cd7a2421aab85de53d.zip |
Make it a fatal error to load the same file with -f and -i (or @include).
Diffstat (limited to 'test/ChangeLog')
-rw-r--r-- | test/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 2b1ac648..94c6ef18 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,11 @@ +2012-08-11 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * Makefile.am (EXTRA_DIST): Add inchello.awk and incdupe[4-7].ok. + (GAWK_EXT_TESTS): Add incdupe[4-7]. + (incdupe[4-7]): New tests to ensure that mixing -f with include + causes a fatal error. + * incdupe[4-7].ok, inchello.awk: New files. + 2012-08-08 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (fts): New test. |