1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
|
1997-04-25 Franois 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 Franois 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 Franois 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 Franois 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 Franois 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 Franois 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 Franois Pinard <pinard@iro.umontreal.ca>
* genfile.c (pattern): Remove trailing comma for last enum item.
Reported by Bruno Haible.
1997-04-11 Franois Pinard <pinard@iro.umontreal.ca>
* Prerelease 1.11o.
1997-03-29 Franois Pinard <pinard@iro.umontreal.ca>
* ignfail.sh: New file.
* Makefile.am (TESTS): Adjusted.
Reported by Ralph Schleicher.
1997-03-24 Franois Pinard <pinard@iro.umontreal.ca>
* genfile.c: Implement --pattern=default/zeros.
1997-02-25 Franois Pinard <pinard@iro.umontreal.ca>
* old.sh: New file.
* Makefile.am (TESTS): Adjusted.
Reported by Daniel Trinkle.
1997-01-21 Franois 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 Franois Pinard <pinard@iro.umontreal.ca>
* genfile.c (usage): Typo in message.
Reported by Christian Kirsch.
1996-11-22 Franois 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 Franois 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 Franois Pinard <pinard@iro.umontreal.ca>
* volcheck.sh: New.
* Makefile.am (TESTS): Adjusted.
1996-09-19 Franois 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 Franois Pinard <pinard@iro.umontreal.ca>
* childerr.sh, direxist.sh, before, after: New files.
* Makefile.am: Adjusted.
1996-09-04 Franois 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.
|