gzip -cdf now handles concatenation of gzip'd and uncompressed data
authorMark Adler <madler@alumni.caltech.edu>
Wed, 3 Feb 2010 09:11:33 +0000 (10:11 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 4 Feb 2010 06:29:14 +0000 (07:29 +0100)
commit1204630c96e0c368b4325f95cbaef95c3f9c482a
tree994a6e7e6c21c2af4c1e7bbb6c818969ca74d154
parentfc00329e3dc13932b0ab80cc15fa8e7ecde064cf
gzip -cdf now handles concatenation of gzip'd and uncompressed data

* util.c (copy): Change semantics so as to honor a decremented inptr.
* gzip.c (get_method): When needed (-cdf), decrement inptr rather
than clearing it -- and output the first magic byte.
gnulib
gzip.c
util.c