Subject: CVS commit: src/lib/libz
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 01/29/2004 13:08:19
Module Name:	src
Committed By:	mrg
Date:		Thu Jan 29 13:08:19 UTC 2004

Modified Files:
	src/lib/libz: gzio.c shlib_version zlib.3 zlib.h

Log Message:
add two functions to zlib: gzopenfull() and gzdopenfull() that both take
additional "const char *savename" and "u_int32_t mtime" parameters that
are written out into the gzip header in the mtime field and as the original
filename.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/lib/libz/gzio.c
cvs rdiff -r1.6 -r1.7 src/lib/libz/shlib_version
cvs rdiff -r1.1 -r1.2 src/lib/libz/zlib.3
cvs rdiff -r1.14 -r1.15 src/lib/libz/zlib.h

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