Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libz
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.
Home |
Main Index |
Thread Index |
Old Index