summaryrefslogtreecommitdiff
path: root/zconf.h.in
AgeCommit message (Expand)Author
2021-04-08Alias ZEXTERN, ZEXPORT and ZEXPORTVA to Z_EXTERN, Z_EXPORT and Z_EXPORTVA res...Mika Lindqvist
2021-01-28Fixed missing large file defines in zconf.in that exist in zconf-ng.in. Accid...Nathan Moinvaziri
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-06-24Determine whether platform supports dll declspecDon
2020-06-19cmake: generate same zconf.h as configureDan Kegel
2020-06-16Remove Borland C++ compiler referencesDon
2020-06-08For gzseek, gzoffset, gzopen, adler32_combine, crc32_combine and crc32_combin...Nathan Moinvaziri
2020-06-08Clean up windows defines, use _WIN32Pavel P
2020-03-17Remove cvs keywordsPavel P
2019-11-26Compatibility fixMika Lindqvist
2019-01-17typedef ptrdiff_t when stddef.h does not provide itSebastian Pop
2019-01-09remove unused configure check for HAVE_STDARG_HSebastian Pop
2018-03-22Move private defines from zconf.h and zconf-ng.h to zbuild.hMika Lindqvist
2018-03-22[MSVC] Fix size_t/ssize_t when using ZLIB_COMPAT. (#161)Mika Lindqvist
2018-02-16Assume WITH_GZFILEOP is defined when compatibility mode is enabled.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-09zlib 1.2.9Mark Adler
2017-02-02Minor edits to the documentation in source file contents.Mark Adler
2017-01-31Replace Z_NULL with NULL. Fix incorrect uses of NULL/Z_NULL.Mika Lindqvist
2016-04-26Fix build under MSYS2.Mika Lindqvist
2015-12-14Type cleanup.Mika Lindqvist
2015-10-30fix for preprocessor namespace pollutionMat
2015-05-30Fix detecting Windows in zconf.h(.in)Mika Lindqvist
2015-05-17Kill Byte and BytefDaniel Axtens
2015-05-13Kill z_crc_tDaniel Axtens
2015-05-13z_const -> constDaniel Axtens
2015-05-12Remove support for compiling with Z_SOLO.Hans Kristian Rosbach
2015-05-11Kill VMS support in zconf.hDaniel Axtens
2015-05-11Kill Z_ARG()Daniel Axtens
2015-05-11Kill OF()Daniel Axtens
2015-05-11Kill z_ prefix supportDaniel Axtens
2015-05-07Revert "Don't delete SRCDIR/zconf.h when building out of tree"Hans Kristian Rosbach
2015-05-05Don't delete SRCDIR/zconf.h when building out of treeDaniel Axtens
2015-04-26Drop workarounds for WinCE and InterixHans Kristian Rosbach
2014-10-15Remove more workarounds for really old compilershansr
2014-10-15Remove more workarounds for really old compilershansr
2014-10-12Remove workarounds for non-ANSI-C compatible compilers (Part 1)hansr
2014-10-09Remove legacy 16-bit workaroundshansr
2014-10-09Remove FAR definitionhansr
2014-10-09Remove code related to older operating systemshansr
2013-04-28Do not force Z_CONST for C++.Mark Adler
2013-04-13Change check for a four-byte type back to hexadecimal.Mark Adler
2013-03-24zlib 1.2.7.1Mark Adler
2013-03-24Add casts and consts to ease user conversion to C++.Mark Adler
2013-03-23Clean up the addition of gzvprintf.Mark Adler
2013-03-23Remove runtime check in configure for four-byte integer type.Mark Adler
2013-03-22Add gzvprintf() as an undocumented function in zlib.Mark Adler