summaryrefslogtreecommitdiff
path: root/zutil.c
AgeCommit message (Expand)Author
2021-12-24Version 2.0.6Hans Kristian Rosbach
2021-12-24Added build system check for posix_memalign support.Nathan Moinvaziri
2021-06-25Version 2.0.5Hans Kristian Rosbach
2021-06-21Added Z_UNUSED define for ignore unused variables.Nathan Moinvaziri
2021-06-11Version 2.0.4Hans Kristian Rosbach
2021-05-13Version 2.0.3Hans Kristian Rosbach
2021-03-23Version 2.0.2Hans Kristian Rosbach
2021-03-17Version 2.0.1 - HotfixHans Kristian Rosbach
2021-03-16Stable release 2.0.0Hans Kristian Rosbach
2021-01-29Version 2.0.0 Release Candidate 2Hans Kristian Rosbach
2021-01-11Version 2.0.0 Release Candidate 1Hans Kristian Rosbach
2020-09-16Optionally include gzguts.h with WITH_GZFILEOP flag.Nathan Moinvaziri
2020-09-14Simplify zng_calloc and zng_cfree.Hans Kristian Rosbach
2020-09-13Remove some of the references to the unreleased zlib 1.2.12Hans Kristian Rosbach
2020-08-31Rename ZEXPORT and ZEXTERN for consistency.Nathan Moinvaziri
2020-08-31Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.Nathan Moinvaziri
2020-08-23Reintroduce support for ZLIB_CONST in compat mode. (#704)Mika Lindqvist
2020-08-02Fixed extra symbols added to ABI when zlib-compat specified.Nathan Moinvaziri
2020-05-25Remove support for DYNAMIC_CRC_TABLE which was broken.Nathan Moinvaziri
2020-03-17Remove cvs keywordsPavel P
2020-02-07Support aligned alloc/free functions for Windows and define them only if MZ_Z...Nathan Moinvaziri
2020-02-07Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...Nathan Moinvaziri
2019-08-08Remove BUILDFIXED and MAKEFIXED. (#375)Hans Kristian Rosbach
2019-07-18Add zng_ prefix to internal functions to avoid linking conflicts with zlib. (...Nathan Moinvaziri
2019-01-09Fix compilation with --solo and --debug combined.Mark Adler
2018-03-22Move private defines from zconf.h and zconf-ng.h to zbuild.hMika Lindqvist
2018-02-22Align in 16-byte boundary when UNALIGNED_OK is undefined.Mika Lindqvist
2018-01-31Adapt code to support PREFIX macros and update build scriptsMika Lindqvist
2018-01-31Add function prefix (zng_) to all exported functions to allow zlib-ngHans Kristian Rosbach
2017-02-13zlib 1.2.11Mark Adler
2017-02-09zlib 1.2.9Mark Adler
2017-02-06Avoid use of DEBUG macro -- change to ZLIB_DEBUG.Mark Adler
2017-01-31Clean up type conversions.Mark Adler
2015-12-14Type cleanup.Mika Lindqvist
2015-11-03Use a consistent and more modern approach to not use a parameter.Mark Adler
2015-05-23Update remaining function prototypes to ANSI C standardHans Kristian Rosbach
2015-05-13z_const -> constDaniel Axtens
2015-05-12Convert remaining K&R function declarations to ANSI-C declarations.Hans Kristian Rosbach
2015-05-12Remove support for compiling with Z_SOLO.Hans Kristian Rosbach
2015-04-26Cleanup: Replace 'voidp' with 'void *'Hans Kristian Rosbach
2015-04-26Drop workarounds for WinCE and InterixHans Kristian Rosbach
2015-04-10Actually commit the updated README file.hansr
2014-11-05Remove support for ASMV and ASMINF defines and clean up match.c handling.hansr
2014-10-18Rewrite K&R-style function prototypes to ANSI-C-style.hansr
2014-10-18Remove FAR variants of voidpfhansr
2014-10-15Remove more workarounds for really old compilershansr
2014-10-13Remove support for compiling with -DFASTESThansr
2014-10-12Remove workarounds for non-ANSI-C compatible compilers (Part 1)hansr
2014-10-09Remove code related to older operating systemshansr
2012-08-13Clean up the usage of z_const and respect const usage within zlib.Mark Adler