Lines Matching refs:zlib
2 ChangeLog file for zlib
26 - Allow building zlib outside of the source directory
27 - Fix bug that accepted invalid zlib header when windowBits is zero
31 - Reject a window size of 256 bytes if not using the zlib wrapper
51 - Correct spelling error in zlib.h
55 - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc
77 - Clean up the usage of z_const and respect const usage within zlib
102 - Add gzvprintf() as an undocumented function in zlib
134 - Build both a static and a shared version of zlib with cmake
139 - Allow the use of -Wundef when compiling or using zlib
146 - Look in build directory for zlib.pc in CMakeLists.txt
154 - Fix the path to zlib.map in CMakeLists.txt
162 - Include gz_header definition when compiling zlib solo
170 - Fix minor typo in zlib.h comments [Rzesniowiecki]
197 - Correct in zlib.map when deflateResetKeep was added
235 - Clarify how gzopen() appends in zlib.h comments
238 - Update python link in zlib man page
240 - Add a ./config --solo option to make zlib subset with no library use
244 - Add comment to gzdopen() in zlib.h to use dup() when using fileno()
257 - Fix gzwrite.c to accommodate reduced memory zlib compilation
275 - Spell out "number" (instead of "nb") in zlib.h for total_in, total_out
284 - Add zlib.pc generation to win32/Makefile.gcc [Weigelt]
285 - Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not
286 - Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense
290 - Fix zlib.h LFS support when Z_PREFIX used
297 - Apply casts in zlib.h to avoid conversion warnings
377 - Match crc32() in crc32.c exactly to the prototype in zlib.h [Sherrill]
384 - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func
385 - Provide prototypes for *64 functions when building zlib without LFS
391 - Update zlib.3, add docs to Makefile.in to make .pdf out of it
392 - Add zlib.3.pdf to distribution
413 - Remove *64 functions from win32/zlib.def (they're not 64-bit yet)
430 - Fix description of gzgets() in zlib.h for end-of-file, NULL return
433 - Note in zlib.h that gzerror() should be used to distinguish from EOF
445 - Fix missing error return in gzflush(), add zlib.h note
446 - Add *64 functions to zlib.map [Levin]
459 - Improve zlib.h documentation in many places
464 - Return zero for gzwrite() errors to match zlib.h description
465 - Return -1 on gzputs() error to match zlib.h description
486 - Update zlib.map [Brown]
491 - Remove zlib version check in gzwrite()
507 - Use zlib header window size if windowBits is 0 in inflateInit2()
518 - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h
525 - Change NULL's to Z_NULL's in deflate.c and in comments in zlib.h
539 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib
557 - Fix typo in zlib.h uncompress() description [Reiss]
563 - Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but
570 - Update win32/zlib.def with exported symbols from zlib.h
571 - Correct spelling errors in zlib.h [Willem, Sobrado]
578 - Fix typos in zlib.h comments for deflateSetDictionary()
615 - Add comments to zlib.h about gzerror() usage [Brown]
625 - Swap the order of #include <stdio.h> and #include "zlib.h" in
631 - Update zlib www home address in win32/DLL_FAQ.txt [Truta]
636 - Add ZLIB_VER_MAJOR, ZLIB_VER_MINOR and ZLIB_VER_REVISION in zlib.h,
649 - Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain
651 zlib-1.2.0 or later. It also declares as local those symbols which are
675 - Correct inflateInit2() error return documentation in zlib.h
703 - Note in zlib.h how much deflateSetDictionary() actually uses
718 - Add INFLATE_STRICT to check distances against zlib header
741 - Use zstreamp consistently in zlib.h (inflate_back functions)
752 - Add comment in zlib.h for Z_NO_FLUSH parameter to deflate()
756 - Update zlib.h comments on gzip in-memory processing
787 - Remove err dummy parameter in zlib.h [Kientzle]
799 - Update some interfaces in contrib for new zlib functions
800 - Update zlib version number in some contrib entries
846 - Add OF to inflateBackEnd() declaration in zlib.h
857 - Install zlib.3 into mandir [Wilson]
859 - Adapt the zlib interface to the new DLL convention guidelines [Truta]
863 - Export symbols by name, not by ordinal, in win32/zlib.def [Truta]
928 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
944 - Add zlib.3 [Rodgers]
953 - Improve setting of zlib format compression level flags
964 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
973 - Enchance comments in zlib.h on what happens if gzprintf() tries to
1025 - Documentation improvements (in zlib.h):
1028 - Point out that zlib and gzip formats are different
1041 http://www.zlib.org/advisory-2002-03-11.txt
1075 - Python interface to zlib now in Python 1.5 (Jeremy Hylton)
1089 . msdos/Makefile.*: use model-dependent name for the built zlib library
1097 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant)
1105 - added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny)
1108 - mention zlib binding for TCL in README (Andreas Kupries)
1117 - remove block truncation heuristic which had very marginal effect for zlib
1125 - revert to the zlib 1.0.8 inflate to avoid the gcc 2.8.0 bug (Jeremy Buhler)
1140 - added compress2 in zconf.h, zlib.def, zlib.dnt
1148 - Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8
1173 - zlib.lib -> zlib.dll in msdos/zlib.rc (Gilles Vollant)
1191 - added man page zlib.3 (Rick Rodgers)
1198 - fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def
1223 A C++ I/O streams interface to the zlib gz* functions
1227 A very simple tar.gz file extractor using zlib
1246 - assign numbers to the exported functions in zlib.def (for Windows DLL)
1247 - add advice in zlib.h for best usage of deflateSetDictionary
1270 - support zlib DLL with BORLAND C++ 5.0 (thanks to Glenn Randers-Pehrson)
1305 - mention in README that the zlib format is now RFC1950
1333 - add deflateParams in zlib.h: allow dynamic change of compression level
1336 - add optional "configure" to build zlib as a shared library
1340 - declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2)
1347 - use zlib-1.0/* instead of zlib/* inside the tar.gz
1348 - make zlib warning-free with "gcc -O3 -Wall -Wwrite-strings -Wpointer-arith
1355 - Check for __cpluplus in zlib.h
1404 - fix deflateReset (zlib header was incorrectly suppressed)
1436 - Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h
1459 is incompatible with previous versions of zlib which returned Z_OK.
1475 incompatible with previous versions; see zlib.h for the new usage.
1500 - avoid "zip" everywhere, use zlib instead of ziplib.