Sync with gzip-1.2.4a (typo fixes and email address changes).

This commit is contained in:
wiz 2003-01-27 00:44:14 +00:00
parent 902dd8b54d
commit bbaec56433
4 changed files with 7 additions and 8 deletions

View File

@ -39,10 +39,9 @@ For all machines, use "make check" to check that gzip was compiled
correctly. Try compiling gzip without any optimization if you have a
problem.
Please send all comments and bug reports by electronic mail to:
Jean-loup Gailly <jloup@chorus.fr>
Please send all comments and bug reports by electronic mail to
<bug-gzip@gnu.org>.
or, if this fails, to bug-gnu-utils@prep.ai.mit.edu.
Bug reports should ideally include:
* The complete output of "gzip -V" (or the contents of revision.h

View File

@ -1,4 +1,4 @@
gzip was written by Jean-loup Gailly <jloup@chorus.fr>, with portions
gzip was written by Jean-loup Gailly <gzip@gnu.org>, with portions
written by Mark Adler (inflate.c), Peter Jannesen (unlzw.c) and
Haruhiko Okumura (unlzh.c). The zip deflate format was defined by Phil Katz.
Thanks to those who reported problems and suggested various

View File

@ -55,4 +55,4 @@ Some of the planned features include:
- Implement the -e (encrypt) option.
Send comments to Jean-loup Gailly <jloup@chorus.fr>.
Send comments to <bug-gzip@gnu.org>.

View File

@ -48,7 +48,7 @@ match, thus speeding up the whole process. If compression ratio is more
important than speed, zip attempts a complete second search even if
the first match is already long enough.
The lazy match evaluation is no performed for the fastest compression
The lazy match evaluation is not performed for the fastest compression
modes (speed options -1 to -3). For these fast modes, new strings
are inserted in the hash table only when no match was found, or
when the match is not too long. This degrades the compression ratio
@ -114,7 +114,7 @@ each with the following format:
subfield data
The subfield id can consist of two letters with some mnemonic value.
Please send any such id to jloup@chorus.fr. Ids with a zero second
Please send any such id to <gzip@gnu.org>. Ids with a zero second
byte are reserved for future use. The following ids are defined:
Ap (0x41, 0x70) : Apollo file type information
@ -151,7 +151,7 @@ stamp of an encrypted file might be set to zero to avoid giving a clue
about the construction of the random header.
Jean-loup Gailly
jloup@chorus.fr
gzip@gnu.org
References: