freebsd-dev/usr.bin/compress
Jilles Tjoelker f084f76687 compress: Allow uncompress -c with multiple pathnames, as required by POSIX.
Per POSIX, allow passing multiple pathnames to uncompress -c, concatenating
the uncompressed data.

Passing multiple pathnames to compress -c remains disallowed, since the
result cannot be decompressed.

PR:		219387
Reported by:	Jörg Schilling
2017-05-21 14:35:16 +00:00
..
doc
tests compress: Allow uncompress -c with multiple pathnames, as required by POSIX. 2017-05-21 14:35:16 +00:00
compress.1 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
compress.c compress: Allow uncompress -c with multiple pathnames, as required by POSIX. 2017-05-21 14:35:16 +00:00
Makefile compress: Add basic tests. 2017-05-21 14:05:32 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
zopen.3 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
zopen.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
zopen.h