Incorporate my cut-down GNU gzip into zgz and use it in pristine-gz
authorJosh Triplett <josh@freedesktop.org>
Thu, 11 Dec 2008 12:48:04 +0000 (04:48 -0800)
committerJosh Triplett <josh@freedesktop.org>
Thu, 11 Dec 2008 23:26:02 +0000 (15:26 -0800)
commit17bcd4738809c43b4a09c9154551ee8acd55fc6d
tree35061a42504689097d06e980f389c75f70baad88
parentf3ec55958bfec5f400fc3a61323e62ea07e5224c
Incorporate my cut-down GNU gzip into zgz and use it in pristine-gz

With this change, zgz now provides support for explicitly setting the
timestamp and original filename in both GNU gzip and zlib gzip.  Use
this support in pristine-gz to do all compression with -c, eliminating
the complexity caused by gzip removing files after compressing them.

The new pristine-gz requires the new zgz and vice-versa, but deltas
generated with the new pristine-gz do not depend on the new zgz.
12 files changed:
Makefile
bits.c [new file with mode: 0644]
debian/changelog
debian/copyright
deflate.c [new file with mode: 0644]
gzip.c [new file with mode: 0644]
gzip.h [new file with mode: 0644]
pristine-gz
trees.c [new file with mode: 0644]
util.c [new file with mode: 0644]
zgz.c
zgz.pod