K 10 svn:author V 6 jilles K 8 svn:date V 27 2017-05-31T21:54:21.492156Z K 7 svn:log V 307 MFC r318592: 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 END