mrg
42d0909cf9
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.
2004-01-29 13:08:19 +00:00
christos
19fe9b6b27
remove parameter names to avoid shadowing of globals.
2003-03-22 17:23:09 +00:00
christos
8285c57686
Add some extensions that pppdump needs. These do not affect functionality
...
outside pppdump so I am not bumping the minor number.
2002-05-29 18:15:17 +00:00
fvdl
2e99ea24ad
Resolve (rcsid) conflicts.
2002-03-11 23:40:14 +00:00
itojun
60a6af6e96
do not declare OF() in header. use __P().
...
maybe we could have ansified it, but did not for possible feedback to the
original zlib distribution
2001-01-08 14:48:19 +00:00
sommerfeld
12c2f5bd9a
Add format checking
2000-10-04 17:12:01 +00:00
itojun
31f706c2ef
fix backward-compatible upgrade function name. (__RENAME thing)
...
the digit after the function name must be (shlib major + 1).
From: Klaus Klein <kleink@ira.uka.de>
1999-10-26 22:16:48 +00:00
itojun
fb26763771
make z_off_t into off_t, which used to be "long" by mistake.
...
backward compatibility functions are supplied.
XXX increase shlib major, or minor?
1999-10-26 03:42:58 +00:00
simonb
10b4ca41b4
Revert white space changes for imported sources.
1999-07-03 12:30:16 +00:00
simonb
6bf3aa19f9
More trailing white space.
1999-07-02 15:46:05 +00:00
tron
36d279e15c
Resolve import conflicts.
1998-11-01 20:33:24 +00:00
gwr
371ce0e795
Remove _ZLIB_PRIVATE and all related changes. The "exported" API
...
of this library includes the typedefs in zconf.h so export it too.
Our zlib should now work with "png" (fixes PR lib/3030).
1997-05-13 22:57:09 +00:00
cgd
9118c05a03
RCS ID police: add NetBSD RCS IDs to everything. Since it was imported with
...
normal RCS IDs apparently unmodified (i.e. they were clobbered), remove
the normal Id tags so they cause fewer conflicts later.
1996-09-13 00:29:49 +00:00
gwr
de831ea222
Separate interface from implementation so that zlib.h can be
...
included without the other, private header files. Only zlib.h
should be installed in /usr/include; all others are private.
The Makefile has a "test" rule to verify that minigzip.c can
be compiled using only zlib.h (and that it actually works).
Note: This file has extensive modifications.
1996-09-12 19:33:53 +00:00
gwr
431817b1aa
Import the "zlib" package (version 1.0.4) as libz
...
(That appears to be the usual installed name on *nix machines)
1996-09-12 15:33:09 +00:00