master
Add support to gunzip for zip files that contain a single member. This matches the behavior of GNU gzip and is most useful with "gunzip -c" to pipe the uncompressed output. It will not decompress a file with more than one member unless in cat mode, in which case only the first file is displayed.
spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
Ensure we do not compress files we need for decompressing by also checking hard links. From Andrew Dalgleish. ok deraadt@
some minor fixes; From: Jan Stary
Fix gzip byte counts with 32-bit integers
Ignore -N in "gzip -dN <in.gz" and "zcat -N in.gz"
start pulling apart some function pointers that take too many parameters because of excessive code sharing. compression and decompression are not entirely similar, they should share less. ok joerg millert
I am retiring my old email address; replace it with my OpenBSD one.
spacing
convert to new .Dd format;
- sort options and sync usage() - reword CAVEATS whilst here
Remove unused zclose function.