summaryrefslogtreecommitdiff
path: root/Utilities/cmzlib/deflate.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-zlib' into update-zlibBrad King2022-05-281-439/+914
| | | | | * upstream-zlib: zlib 2022-03-27 (21767c65)
* zlib: Add initialization to satisfy valgrindBrad King2022-05-261-0/+7
| | | | | | | Restore the change from commit cf133ff6b3 (Fix uninitialized variable access in zlib, 2009-11-18, v2.8.2~705). Their web site claims it does no harm ( https://www.zlib.net/zlib_faq.html#faq36), but fixing it this way eliminates the diagnostic.
* Merge branch 'upstream-zlib' into update-zlibBrad King2022-05-261-0/+1736
| | | | | | # By zlib upstream * upstream-zlib: zlib 2011-09-09 (abf180a0)
* zlib: Drop old sources to make room for a fresh importBrad King2022-05-261-1743/+0
|
* Fixes for bug # 10543, build on older sunpro now works.Bill Hoffman2010-05-041-4/+4
|
* Fix uninitialized variable access in zlib reported by valgrind. Their web ↵David Cole2009-11-181-0/+7
| | | | site claims it does no harm ( http://www.zlib.net/zlib_faq.html#faq36 ), but fixing it this way eliminates the problem.
* ENH: Update zlib to 1.2.3. Addresses bugs #5445 and #3473.David Cole2007-09-111-88/+474
|
* ENH: Initial import from VTKAndy Cedilnik2005-01-261-0/+1350