Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/gzip
Module Name: src
Committed By: mrg
Date: Tue Nov 22 09:05:30 UTC 2005
Modified Files:
src/usr.bin/gzip: gzip.c unbzip2.c zuncompress.c
Log Message:
apply a patch from onno van der linden in PR#32070 that fixes
these problems:
1) gzip -vt just prints the contents of a .Z file
2) gzip -vt will print OK even if the .gz file is corrupt
3) gzip -vt prints nothing with a .bz2 file
4) gzip can loop endlessly with a corrupt .bz2 file
To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/usr.bin/gzip/gzip.c
cvs rdiff -r1.8 -r1.9 src/usr.bin/gzip/unbzip2.c
cvs rdiff -r1.5 -r1.6 src/usr.bin/gzip/zuncompress.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index