home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Unix System Administration Handbook 1997 October
/
usah_oct97.iso
/
gnu
/
tar.txt
/
tar-1.12
/
tests
/
ChangeLog
< prev
next >
Wrap
Text File
|
1997-04-25
|
5KB
|
164 lines
1997-04-25 Franτois Pinard <pinard@iro.umontreal.ca>
* 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 <pinard@iro.umontreal.ca>
* 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 <pinard@iro.umontreal.ca>
* 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 <pinard@iro.umontreal.ca>
* 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 <pinard@iro.umontreal.ca>
* Prerelease 1.11p.
* genfile.c (usage): Add a program description.
(main): Output --version according to recent GNU standards.
1997-04-15 Franτois Pinard <pinard@iro.umontreal.ca>
* ignfail.sh: Ensure the test does not fail if run as super-user.
Reported by John David Anglin.
1997-04-12 Franτois Pinard <pinard@iro.umontreal.ca>
* genfile.c (pattern): Remove trailing comma for last enum item.
Reported by Bruno Haible.
1997-04-11 Franτois Pinard <pinard@iro.umontreal.ca>
* Prerelease 1.11o.
1997-03-29 Franτois Pinard <pinard@iro.umontreal.ca>
* ignfail.sh: New file.
* Makefile.am (TESTS): Adjusted.
Reported by Ralph Schleicher.
1997-03-24 Franτois Pinard <pinard@iro.umontreal.ca>
* genfile.c: Implement --pattern=default/zeros.
1997-02-25 Franτois Pinard <pinard@iro.umontreal.ca>
* old.sh: New file.
* Makefile.am (TESTS): Adjusted.
Reported by Daniel Trinkle.
1997-01-21 Franτois Pinard <pinard@iro.umontreal.ca>
* 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 <pinard@iro.umontreal.ca>
* genfile.c (usage): Typo in message.
Reported by Christian Kirsch.
1996-11-22 Franτois Pinard <pinard@iro.umontreal.ca>
* 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 <pinard@iro.umontreal.ca>
* 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 <pinard@iro.umontreal.ca>
* volcheck.sh: New.
* Makefile.am (TESTS): Adjusted.
1996-09-19 Franτois Pinard <pinard@iro.umontreal.ca>
* 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 <pinard@iro.umontreal.ca>
* childerr.sh, direxist.sh, before, after: New files.
* Makefile.am: Adjusted.
1996-09-04 Franτois Pinard <pinard@iro.umontreal.ca>
* 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.