X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/2d205ad55c54b9d53049453d219aee72d890a8ed..9668a39c888edb2391f80624c2fd9e87128c3e37:/gzip-rsyncable.diff diff --git a/gzip-rsyncable.diff b/gzip-rsyncable.diff index f8704fc..844ed93 100644 --- a/gzip-rsyncable.diff +++ b/gzip-rsyncable.diff @@ -5,7 +5,7 @@ tried out in the default gzip for Debian Sarge, and may go into the upstream gzip at somepoint in the not-too-distant future. --- gzip-1.3.5/deflate.c 1999-10-07 23:46:28 -0700 -+++ deflate.c 2005-02-05 09:40:33 -0800 ++++ rsyncable/deflate.c 2005-02-05 09:40:33 -0800 @@ -122,6 +122,14 @@ #endif /* Matches of length 3 are discarded if their distance exceeds TOO_FAR */ @@ -183,7 +183,7 @@ upstream gzip at somepoint in the not-too-distant future. lookahead--; } --- gzip-1.3.5/gzip.c 2002-09-28 00:38:43 -0700 -+++ gzip.c 2005-02-05 09:40:33 -0800 ++++ rsyncable/gzip.c 2005-02-05 09:40:33 -0800 @@ -256,6 +256,7 @@ unsigned insize; /* valid bytes in inbuf */ unsigned inptr; /* index of next byte to be processed in inbuf */ @@ -219,7 +219,7 @@ upstream gzip at somepoint in the not-too-distant future. #ifdef NO_MULTIPLE_DOTS if (*optarg == '.') optarg++; --- gzip-1.3.5/gzip.h 2001-09-30 23:53:41 -0700 -+++ gzip.h 2005-02-05 09:40:33 -0800 ++++ rsyncable/gzip.h 2005-02-05 09:40:33 -0800 @@ -133,6 +133,7 @@ extern unsigned insize; /* valid bytes in inbuf */ extern unsigned inptr; /* index of next byte to be processed in inbuf */ @@ -238,7 +238,7 @@ upstream gzip at somepoint in the not-too-distant future. /* in bits.c */ void bi_init OF((file_t zipfile)); --- gzip-1.3.5/gzip.texi 2002-09-29 23:57:29 -0700 -+++ gzip.texi 2005-02-05 09:40:33 -0800 ++++ rsyncable/gzip.texi 2005-02-05 09:40:33 -0800 @@ -334,6 +334,14 @@ into the directory and compress all the files it finds there (or decompress them in the case of @code{gunzip}). @@ -255,7 +255,7 @@ upstream gzip at somepoint in the not-too-distant future. @itemx -S @var{suf} Use suffix @samp{@var{suf}} instead of @samp{.gz}. Any suffix can be --- gzip-1.3.5/trees.c 1999-10-05 22:00:00 -0700 -+++ trees.c 2005-02-05 09:40:33 -0800 ++++ rsyncable/trees.c 2005-02-05 09:40:33 -0800 @@ -46,12 +46,13 @@ * void ct_tally (int dist, int lc); * Save the match info and tally the frequency counts.