summaryrefslogtreecommitdiff
path: root/znew.1
Commit message (Collapse)AuthorAgeFilesLines
* doc: embolden SEE ALSO refsPaul Eggert2022-02-101-1/+7
| | | | Problem reported by Helge Kreutzmann (Bug#53918).
* doc: prefer bold to italics for command namesPaul Eggert2020-08-311-4/+6
|
* maint: change "time stamp" to "timestamp" globallyJim Meyering2017-02-061-1/+1
| | | | | | | | | | | | | | | | | | | 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.
* znew: avoid denial-of-service issuePaul Eggert2013-10-031-6/+13
| | | | | | | | | | | | | | 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.
* fix "znew -K" to work without use of compress utilityDmitry V. Levin2010-02-011-1/+2
| | | | | | | * 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.
* Initial revisionJean-loup Gailly1993-07-071-0/+39