Subject: CVS commit: [netbsd-2] src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 12/14/2005 04:06:55
Module Name:	src
Committed By:	jmc
Date:		Wed Dec 14 04:06:55 UTC 2005

Modified Files:
	src/usr.bin/gzip [netbsd-2]: gzip.c

Log Message:
Pullup rev 1.78 (requested by mrg in ticket #10172)

	Fix a few issues:
gzip -vt just prints the contents of a .Z file
gzip -vt will print OK even if the .gz file is corrupt
gzip -vt prints nothing with a .bz2 file
gzip can loop endlessly with a corrupt .bz2 file
Don't warn about >4GB files not having their size correctly stored.
PR#32105 PR#32070


To generate a diff of this commit:
cvs rdiff -r1.29.2.29.2.4 -r1.29.2.29.2.5 src/usr.bin/gzip/gzip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.