Lines Matching full:zlib
2 ChangeLog file for zlib
15 - Correct inflateInit2() error return documentation in zlib.h
43 - Note in zlib.h how much deflateSetDictionary() actually uses
58 - Add INFLATE_STRICT to check distances against zlib header
68 - Fix DecompressBuf in contrib/delphi/ZLib.pas [ManChesTer]
81 - Use zstreamp consistently in zlib.h (inflate_back functions)
92 - Add comment in zlib.h for Z_NO_FLUSH parameter to deflate()
96 - Update zlib.h comments on gzip in-memory processing
117 - Fix indentation; update version in contrib/delphi/ZLib.pas and
127 - Remove err dummy parameter in zlib.h [Kientzle]
139 - Update some interfaces in contrib for new zlib functions
140 - Update zlib version number in some contrib entries
146 - Update version in contrib/delphi/ZLib.pas and contrib/pascal/zlibpas.pas
186 - Add OF to inflateBackEnd() declaration in zlib.h
197 - Install zlib.3 into mandir [Wilson]
199 - Adapt the zlib interface to the new DLL convention guidelines [Truta]
203 - Export symbols by name, not by ordinal, in win32/zlib.def [Truta]
268 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
284 - Add zlib.3 [Rodgers]
293 - Improve setting of zlib format compression level flags
304 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
313 - Enchance comments in zlib.h on what happens if gzprintf() tries to
365 - Documentation improvements (in zlib.h):
368 - Point out that zlib and gzip formats are different
381 http://www.zlib.org/advisory-2002-03-11.txt
415 - Python interface to zlib now in Python 1.5 (Jeremy Hylton)
429 . msdos/Makefile.*: use model-dependent name for the built zlib library
437 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant)
445 - added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny)
448 - mention zlib binding for TCL in README (Andreas Kupries)
457 - remove block truncation heuristic which had very marginal effect for zlib
465 - revert to the zlib 1.0.8 inflate to avoid the gcc 2.8.0 bug (Jeremy Buhler)
480 - added compress2 in zconf.h, zlib.def, zlib.dnt
488 - Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8
513 - zlib.lib -> zlib.dll in msdos/zlib.rc (Gilles Vollant)
531 - added man page zlib.3 (Rick Rodgers)
538 - fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def
563 A C++ I/O streams interface to the zlib gz* functions
567 A very simple tar.gz file extractor using zlib
586 - assign numbers to the exported functions in zlib.def (for Windows DLL)
587 - add advice in zlib.h for best usage of deflateSetDictionary
610 - support zlib DLL with BORLAND C++ 5.0 (thanks to Glenn Randers-Pehrson)
645 - mention in README that the zlib format is now RFC1950
673 - add deflateParams in zlib.h: allow dynamic change of compression level
676 - add optional "configure" to build zlib as a shared library
680 - declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2)
687 - use zlib-1.0/* instead of zlib/* inside the tar.gz
688 - make zlib warning-free with "gcc -O3 -Wall -Wwrite-strings -Wpointer-arith
695 - Check for __cpluplus in zlib.h
744 - fix deflateReset (zlib header was incorrectly suppressed)
776 - Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h
799 is incompatible with previous versions of zlib which returned Z_OK.
815 incompatible with previous versions; see zlib.h for the new usage.
840 - avoid "zip" everywhere, use zlib instead of ziplib.