Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 09/05/2004 21:32:30
Module Name:	src
Committed By:	dsl
Date:		Sun Sep  5 21:32:30 UTC 2004

Modified Files:
	src/usr.bin/gzip: gzip.c unbzip2.c

Log Message:
The last commit slightly increased the size of gzip - I had thought that
    all the install media used the 'SMALL' variant, but this is not the case.
Redo the percentage print code to reduce the size to less than the old version.
Fix another fd leakage (didn't call fclose() if ferror() returned non-zero.
Change some maybe_warn() to maybe_warnx() in places I'm sure errno is undefined.
Call mayber_warn() earlier in other paths so that errno might still be valid.
Make the SMALL and NO_BZIP/COMPRESS_SUPPORT options all compile with WARNS=3.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 src/usr.bin/gzip/gzip.c
cvs rdiff -r1.5 -r1.6 src/usr.bin/gzip/unbzip2.c

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