6 Commits

Author SHA1 Message Date
Paul Eggert
2b281564e1 doc: embolden SEE ALSO refs
Problem reported by Helge Kreutzmann (Bug#53918).
2022-02-10 10:54:48 -08:00
Paul Eggert
fb36f55604 doc: prefer bold to italics for command names 2020-08-31 16:11:59 -07:00
Jim Meyering
e914d164fb maint: change "time stamp" to "timestamp" globally
This avoids a new syntax-check failure.
* ChangeLog-2007: Perform that change.
* NEWS: Likewise.
* algorithm.doc: Likewise.
* doc/gzip.texi: Likewise.
* gunzip.in: Likewise.
* gzip.1: Likewise.
* gzip.c: Likewise.
* gzip.h: Likewise.
* m4/.gitignore: Likewise.
* sample/ztouch: Likewise.
* tests/timestamp: Likewise.
* unzip.c: Likewise.
* zip.c: Likewise.
* znew.1: Likewise.
* cfg.mk: Update the old news hash accordingly.
2017-02-06 10:13:52 -08:00
Paul Eggert
8b112f22fa znew: avoid denial-of-service issue
Reported by Rich Burridge in <http://bugs.gnu.org/15522>.
* znew.in: Rewrite to avoid the need for a temporary file in /tmp.
That way, we avoid the need for set -C
and worrying about denial of service.
Use touch -r and chmod --reference rather than cpmod.
Assume cp -p works, as it's now universal.
Quote 'echo' args better, while we're at it.
(warn, tmp, cpmod, cpmodarg): Remove.
(GZIP): Unset, so that we needn't test for gzip extension.
(ext): Now always '.gz'.
* znew.1: Document the change of implementation assumptions.
2013-10-03 21:12:37 -07:00
Dmitry V. Levin
a6063d675f fix "znew -K" to work without use of compress utility
* znew.in: Change -K option to imply -t, do not use compress(1).
* znew.1: Document it.
* tests/znew-k: New test.
* Makefile.am (TESTS): Add it.
2010-02-01 13:26:59 +01:00
Jean-loup Gailly
f91413ccd6 Initial revision 1993-07-07 11:03:19 +00:00