1997-04-25 François Pinard * Release 1.12. * gzip.sh, ignfail.sh: Adjust to new delayed error exit message. * Makefile.am (BUILT_SOURCES): Define as preset, so preset is regenerated if configuration changes. * Makefile.am (TESTS): Nevertheless include delete01.sh. (POSTPONED_TESTS): Adjusted. Reported by Andreas Schwab. * delete02.sh: Mention f - explicitly, do not assume it, in case $TAPE is defined or the default archive has been overridden. Reported by Andreas Schwab. 1997-04-24 François Pinard * after: Unredirect stdout and stderr before removing the files. If redirections are to NFS files, removing them while they are still opened may have strange effects, failing almost all tests. Reported by Kaveh R. Ghazi. 1997-04-22 François Pinard * Prerelease 1.11q. * extrac03.sh: New file. * Makefile.am (TESTS): Adjusted. Reported by Marc Boucher. * preset.in (LC_MESSAGES): Clear value before tests. Reported by Sven Verdoolaege. * Makefile.am (INCLUDES): Adjust so config.h gets found. * genfile.c (usage): Corrected. * delete01.sh: New name for delete.sh. * delete02.sh: New file. * Makefile.am (TESTS): Adjusted. Reported by Vince Del Vecchio. * Makefile.am (POSTPONED_TESTS): To contain the --delete tests. (TESTS): Adjusted. (EXTRA_DIST): Include $(POSTPONED_TESTS). The purpose is getting the tests distributed, but not executed. These flaky tests are to be addressed only after 1.12 is released. 1997-04-19 François Pinard * Makefile.am (AUTOMAKE_OPTIONS): Declare ../src/ansi2knr. * (DEFS): New, for defining LOCALEDIR. * (genfile.o): Deleted, will be implied from DEFS above. Reported by Bruno Haible and Kaveh R. Ghazi. 1997-04-17 François Pinard * Prerelease 1.11p. * genfile.c (usage): Add a program description. (main): Output --version according to recent GNU standards. 1997-04-15 François Pinard * ignfail.sh: Ensure the test does not fail if run as super-user. Reported by John David Anglin. 1997-04-12 François Pinard * genfile.c (pattern): Remove trailing comma for last enum item. Reported by Bruno Haible. 1997-04-11 François Pinard * Prerelease 1.11o. 1997-03-29 François Pinard * ignfail.sh: New file. * Makefile.am (TESTS): Adjusted. Reported by Ralph Schleicher. 1997-03-24 François Pinard * genfile.c: Implement --pattern=default/zeros. 1997-02-25 François Pinard * old.sh: New file. * Makefile.am (TESTS): Adjusted. Reported by Daniel Trinkle. 1997-01-21 François Pinard * extrac01.sh: New name for extract.sh. * extrac02.sh: New file. * Makefile.am (TESTS): Adjusted. Reported by Axel Boldt. 1996-11-25 François Pinard * genfile.c (usage): Typo in message. Reported by Christian Kirsch. 1996-11-22 François Pinard * incremen.sh: New file. Reported by Wolfram Wagner. * append.sh, delete.sh: New files. * Makefile.am (TESTS): Adjusted. Reported by Andreas Schwab. * before: Ensure .. on PATH, so genfile may be found. * Makefile.am ($(TESTS)): Depend on genfile, waiting for Automake to be adjusted to do the proper thing for parallel make. * gzip.sh: New name for childerr.sh. * extract.sh: New name for direxist.sh. * volume.sh: New name for volcheck.sh. * Makefile.am: Adjusted. * All tests: Use set -e whenever appropriate. Use "" instead of '' for out and err, so allowing us to use escaped newlines. In case of multiple output in a single test, ensure separator lines. 1996-11-06 François Pinard * Prerelease 1.11.13. * childerr.sh, direxist.sh, volcheck.sh: Use sh, not bash. Reported by John David Anglin. 1996-09-20 François Pinard * volcheck.sh: New. * Makefile.am (TESTS): Adjusted. 1996-09-19 François Pinard * Prerelease 1.11.12. * Makefile.am ($(TESTS)): Depend on preset. * version.sh (PATH): Adjust for multi-line --version output. * preset.in (LANG, LANGUAGE): Export them, so gzip does not localise its own output. (echo_n, echo_c): Define from the result of echo configuration. * after: Handle echo with newline suppressed. 1996-09-09 François Pinard * childerr.sh, direxist.sh, before, after: New files. * Makefile.am: Adjusted. 1996-09-04 François Pinard * ChangeLog, Makefile.am, pretest.in, version.sh: New files. * checktar.sh, genfile.c: New files, moved from src/. A regression test is an old dream for GNU tar. Reported by Tom Tromey and Robert Bernstein.