* zdiff.in: Fix typo that broke most usages. Problem reported by
commitbe3ce2ded487aa2d3cdccefbca47ab6b72efbe60
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Dec 2006 04:14:57 +0000 (24 04:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 24 Dec 2006 04:14:57 +0000 (24 04:14 +0000)
treef7f7ab8a9e38e7c1a59c57325a07266e39c3b314
parent7d8d3242d355ff8695f82422e62f018c35424535
* zdiff.in: Fix typo that broke most usages.  Problem reported by
Jari Aalto in <http://bugs.debian.org/404114>.  While we're at it,
fix a bunch of other problems.  Handle "-" better.  Send
diagnostics to stderr, not stdout.  Use expr rather than echo |
sed, to handle special characters better.  Report a diagnostic in
the 1-arg case, if the argument doesn't end in .gz or the like,
rather than having incomprehensible behavior.  Do not require that
the inputs be regular files.  Avoid creating a temporary entirely,
if /dev/fd works.  If not, then resist denial-of-service attacks
better, by using mktemp.
* Makefile.am (gzip.doc.gz): New rule.
(check-local): Depend on it, and test zdiff for Debian bug 404114.
ChangeLog
Makefile.am
zdiff.in