Lines Matching refs:zlib
2 ChangeLog file for zlib
8 - Correct spelling error in zlib.h
12 - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc
34 - Clean up the usage of z_const and respect const usage within zlib
59 - Add gzvprintf() as an undocumented function in zlib
91 - Build both a static and a shared version of zlib with cmake
96 - Allow the use of -Wundef when compiling or using zlib
103 - Look in build directory for zlib.pc in CMakeLists.txt
111 - Fix the path to zlib.map in CMakeLists.txt
119 - Include gz_header definition when compiling zlib solo
127 - Fix minor typo in zlib.h comments [Rzesniowiecki]
154 - Correct in zlib.map when deflateResetKeep was added
192 - Clarify how gzopen() appends in zlib.h comments
195 - Update python link in zlib man page
197 - Add a ./config --solo option to make zlib subset with no libary use
201 - Add comment to gzdopen() in zlib.h to use dup() when using fileno()
214 - Fix gzwrite.c to accommodate reduced memory zlib compilation
232 - Spell out "number" (instead of "nb") in zlib.h for total_in, total_out
241 - Add zlib.pc generation to win32/Makefile.gcc [Weigelt]
242 - Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not
243 - Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense
247 - Fix zlib.h LFS support when Z_PREFIX used
254 - Apply casts in zlib.h to avoid conversion warnings
334 - Match crc32() in crc32.c exactly to the prototype in zlib.h [Sherrill]
341 - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func
342 - Provide prototypes for *64 functions when building zlib without LFS
348 - Update zlib.3, add docs to Makefile.in to make .pdf out of it
349 - Add zlib.3.pdf to distribution
370 - Remove *64 functions from win32/zlib.def (they're not 64-bit yet)
387 - Fix description of gzgets() in zlib.h for end-of-file, NULL return
390 - Note in zlib.h that gzerror() should be used to distinguish from EOF
402 - Fix missing error return in gzflush(), add zlib.h note
403 - Add *64 functions to zlib.map [Levin]
416 - Improve zlib.h documentation in many places
421 - Return zero for gzwrite() errors to match zlib.h description
422 - Return -1 on gzputs() error to match zlib.h description
443 - Update zlib.map [Brown]
448 - Remove zlib version check in gzwrite()
464 - Use zlib header window size if windowBits is 0 in inflateInit2()
475 - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h
482 - Change NULL's to Z_NULL's in deflate.c and in comments in zlib.h
496 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib
514 - Fix typo in zlib.h uncompress() description [Reiss]
520 - Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but
527 - Update win32/zlib.def with exported symbols from zlib.h
528 - Correct spelling errors in zlib.h [Willem, Sobrado]
535 - Fix typos in zlib.h comments for deflateSetDictionary()
572 - Add comments to zlib.h about gzerror() usage [Brown]
582 - Swap the order of #include <stdio.h> and #include "zlib.h" in
588 - Update zlib www home address in win32/DLL_FAQ.txt [Truta]
593 - Add ZLIB_VER_MAJOR, ZLIB_VER_MINOR and ZLIB_VER_REVISION in zlib.h,
606 - Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain
608 zlib-1.2.0 or later. It also declares as local those symbols which are
632 - Correct inflateInit2() error return documentation in zlib.h
660 - Note in zlib.h how much deflateSetDictionary() actually uses
675 - Add INFLATE_STRICT to check distances against zlib header
698 - Use zstreamp consistently in zlib.h (inflate_back functions)
709 - Add comment in zlib.h for Z_NO_FLUSH parameter to deflate()
713 - Update zlib.h comments on gzip in-memory processing
744 - Remove err dummy parameter in zlib.h [Kientzle]
756 - Update some interfaces in contrib for new zlib functions
757 - Update zlib version number in some contrib entries
803 - Add OF to inflateBackEnd() declaration in zlib.h
814 - Install zlib.3 into mandir [Wilson]
816 - Adapt the zlib interface to the new DLL convention guidelines [Truta]
820 - Export symbols by name, not by ordinal, in win32/zlib.def [Truta]
885 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
901 - Add zlib.3 [Rodgers]
910 - Improve setting of zlib format compression level flags
921 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
930 - Enchance comments in zlib.h on what happens if gzprintf() tries to
982 - Documentation improvements (in zlib.h):
985 - Point out that zlib and gzip formats are different
998 http://www.zlib.org/advisory-2002-03-11.txt
1032 - Python interface to zlib now in Python 1.5 (Jeremy Hylton)
1046 . msdos/Makefile.*: use model-dependent name for the built zlib library
1054 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant)
1062 - added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny)
1065 - mention zlib binding for TCL in README (Andreas Kupries)
1074 - remove block truncation heuristic which had very marginal effect for zlib
1082 - revert to the zlib 1.0.8 inflate to avoid the gcc 2.8.0 bug (Jeremy Buhler)
1097 - added compress2 in zconf.h, zlib.def, zlib.dnt
1105 - Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8
1130 - zlib.lib -> zlib.dll in msdos/zlib.rc (Gilles Vollant)
1148 - added man page zlib.3 (Rick Rodgers)
1155 - fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def
1180 A C++ I/O streams interface to the zlib gz* functions
1184 A very simple tar.gz file extractor using zlib
1203 - assign numbers to the exported functions in zlib.def (for Windows DLL)
1204 - add advice in zlib.h for best usage of deflateSetDictionary
1227 - support zlib DLL with BORLAND C++ 5.0 (thanks to Glenn Randers-Pehrson)
1262 - mention in README that the zlib format is now RFC1950
1290 - add deflateParams in zlib.h: allow dynamic change of compression level
1293 - add optional "configure" to build zlib as a shared library
1297 - declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2)
1304 - use zlib-1.0/* instead of zlib/* inside the tar.gz
1305 - make zlib warning-free with "gcc -O3 -Wall -Wwrite-strings -Wpointer-arith
1312 - Check for __cpluplus in zlib.h
1361 - fix deflateReset (zlib header was incorrectly suppressed)
1393 - Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h
1416 is incompatible with previous versions of zlib which returned Z_OK.
1432 incompatible with previous versions; see zlib.h for the new usage.
1457 - avoid "zip" everywhere, use zlib instead of ziplib.