Lines Matching refs:zlib

2                 ChangeLog file for zlib
23 - Check for invalid NULL pointer inputs to zlib operations
180 - Allow building zlib outside of the source directory
181 - Fix bug that accepted invalid zlib header when windowBits is zero
185 - Reject a window size of 256 bytes if not using the zlib wrapper
205 - Correct spelling error in zlib.h
209 - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc
231 - Clean up the usage of z_const and respect const usage within zlib
256 - Add gzvprintf() as an undocumented function in zlib
288 - Build both a static and a shared version of zlib with cmake
293 - Allow the use of -Wundef when compiling or using zlib
300 - Look in build directory for zlib.pc in CMakeLists.txt
308 - Fix the path to zlib.map in CMakeLists.txt
316 - Include gz_header definition when compiling zlib solo
324 - Fix minor typo in zlib.h comments [Rzesniowiecki]
351 - Correct in zlib.map when deflateResetKeep was added
389 - Clarify how gzopen() appends in zlib.h comments
392 - Update python link in zlib man page
394 - Add a ./config --solo option to make zlib subset with no library use
398 - Add comment to gzdopen() in zlib.h to use dup() when using fileno()
411 - Fix gzwrite.c to accommodate reduced memory zlib compilation
429 - Spell out "number" (instead of "nb") in zlib.h for total_in, total_out
438 - Add zlib.pc generation to win32/Makefile.gcc [Weigelt]
439 - Fix bug in zlib.h for _FILE_OFFSET_BITS set and _LARGEFILE64_SOURCE not
440 - Add comment in zlib.h that adler32_combine with len2 < 0 makes no sense
444 - Fix zlib.h LFS support when Z_PREFIX used
451 - Apply casts in zlib.h to avoid conversion warnings
531 - Match crc32() in crc32.c exactly to the prototype in zlib.h [Sherrill]
538 - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func
539 - Provide prototypes for *64 functions when building zlib without LFS
545 - Update zlib.3, add docs to Makefile.in to make .pdf out of it
546 - Add zlib.3.pdf to distribution
567 - Remove *64 functions from win32/zlib.def (they're not 64-bit yet)
584 - Fix description of gzgets() in zlib.h for end-of-file, NULL return
587 - Note in zlib.h that gzerror() should be used to distinguish from EOF
599 - Fix missing error return in gzflush(), add zlib.h note
600 - Add *64 functions to zlib.map [Levin]
613 - Improve zlib.h documentation in many places
618 - Return zero for gzwrite() errors to match zlib.h description
619 - Return -1 on gzputs() error to match zlib.h description
640 - Update zlib.map [Brown]
645 - Remove zlib version check in gzwrite()
661 - Use zlib header window size if windowBits is 0 in inflateInit2()
672 - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h
679 - Change NULL's to Z_NULL's in deflate.c and in comments in zlib.h
693 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib
711 - Fix typo in zlib.h uncompress() description [Reiss]
717 - Prototype the *64 functions in zlib.h when _FILE_OFFSET_BITS == 64, but
724 - Update win32/zlib.def with exported symbols from zlib.h
725 - Correct spelling errors in zlib.h [Willem, Sobrado]
732 - Fix typos in zlib.h comments for deflateSetDictionary()
769 - Add comments to zlib.h about gzerror() usage [Brown]
779 - Swap the order of #include <stdio.h> and #include "zlib.h" in
785 - Update zlib www home address in win32/DLL_FAQ.txt [Truta]
790 - Add ZLIB_VER_MAJOR, ZLIB_VER_MINOR and ZLIB_VER_REVISION in zlib.h,
803 - Add zlib.map for Linux: "All symbols from zlib-1.1.4 remain
805 zlib-1.2.0 or later. It also declares as local those symbols which are
829 - Correct inflateInit2() error return documentation in zlib.h
857 - Note in zlib.h how much deflateSetDictionary() actually uses
872 - Add INFLATE_STRICT to check distances against zlib header
895 - Use zstreamp consistently in zlib.h (inflate_back functions)
906 - Add comment in zlib.h for Z_NO_FLUSH parameter to deflate()
910 - Update zlib.h comments on gzip in-memory processing
941 - Remove err dummy parameter in zlib.h [Kientzle]
953 - Update some interfaces in contrib for new zlib functions
954 - Update zlib version number in some contrib entries
1000 - Add OF to inflateBackEnd() declaration in zlib.h
1011 - Install zlib.3 into mandir [Wilson]
1013 - Adapt the zlib interface to the new DLL convention guidelines [Truta]
1017 - Export symbols by name, not by ordinal, in win32/zlib.def [Truta]
1082 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
1098 - Add zlib.3 [Rodgers]
1107 - Improve setting of zlib format compression level flags
1118 - Update zlib.h, minigzip.c, gzopen(), gzdopen() for Z_RLE
1127 - Enhance comments in zlib.h on what happens if gzprintf() tries to
1179 - Documentation improvements (in zlib.h):
1182 - Point out that zlib and gzip formats are different
1195 http://www.zlib.org/advisory-2002-03-11.txt
1229 - Python interface to zlib now in Python 1.5 (Jeremy Hylton)
1243 . msdos/Makefile.*: use model-dependent name for the built zlib library
1251 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant)
1259 - added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny)
1262 - mention zlib binding for TCL in README (Andreas Kupries)
1271 - remove block truncation heuristic which had very marginal effect for zlib
1279 - revert to the zlib 1.0.8 inflate to avoid the gcc 2.8.0 bug (Jeremy Buhler)
1294 - added compress2 in zconf.h, zlib.def, zlib.dnt
1302 - Avoid gcc 2.8.0 comparison bug a little differently than zlib 1.0.8
1327 - zlib.lib -> zlib.dll in msdos/zlib.rc (Gilles Vollant)
1345 - added man page zlib.3 (Rick Rodgers)
1352 - fix list of exported functions in nt/zlib.dnt and mdsos/zlib.def
1377 A C++ I/O streams interface to the zlib gz* functions
1381 A very simple tar.gz file extractor using zlib
1400 - assign numbers to the exported functions in zlib.def (for Windows DLL)
1401 - add advice in zlib.h for best usage of deflateSetDictionary
1424 - support zlib DLL with BORLAND C++ 5.0 (thanks to Glenn Randers-Pehrson)
1459 - mention in README that the zlib format is now RFC1950
1487 - add deflateParams in zlib.h: allow dynamic change of compression level
1490 - add optional "configure" to build zlib as a shared library
1494 - declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2)
1501 - use zlib-1.0/* instead of zlib/* inside the tar.gz
1502 - make zlib warning-free with "gcc -O3 -Wall -Wwrite-strings -Wpointer-arith
1509 - Check for __cpluplus in zlib.h
1558 - fix deflateReset (zlib header was incorrectly suppressed)
1590 - Default MEM_LEVEL is 8 (not 9 for Unix) as documented in zlib.h
1613 is incompatible with previous versions of zlib which returned Z_OK
1629 incompatible with previous versions; see zlib.h for the new usage
1654 - avoid "zip" everywhere, use zlib instead of ziplib