index
:
Project-1CE/external_zlib-ng
lineage-18.1
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zconf.h.in
Age
Commit message (
Expand
)
Author
2021-04-08
Alias ZEXTERN, ZEXPORT and ZEXPORTVA to Z_EXTERN, Z_EXPORT and Z_EXPORTVA res...
Mika Lindqvist
2021-01-28
Fixed missing large file defines in zconf.in that exist in zconf-ng.in. Accid...
Nathan Moinvaziri
2020-08-31
Rename ZEXPORT and ZEXTERN for consistency.
Nathan Moinvaziri
2020-08-31
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Nathan Moinvaziri
2020-08-23
Reintroduce support for ZLIB_CONST in compat mode. (#704)
Mika Lindqvist
2020-06-24
Determine whether platform supports dll declspec
Don
2020-06-19
cmake: generate same zconf.h as configure
Dan Kegel
2020-06-16
Remove Borland C++ compiler references
Don
2020-06-08
For gzseek, gzoffset, gzopen, adler32_combine, crc32_combine and crc32_combin...
Nathan Moinvaziri
2020-06-08
Clean up windows defines, use _WIN32
Pavel P
2020-03-17
Remove cvs keywords
Pavel P
2019-11-26
Compatibility fix
Mika Lindqvist
2019-01-17
typedef ptrdiff_t when stddef.h does not provide it
Sebastian Pop
2019-01-09
remove unused configure check for HAVE_STDARG_H
Sebastian Pop
2018-03-22
Move private defines from zconf.h and zconf-ng.h to zbuild.h
Mika Lindqvist
2018-03-22
[MSVC] Fix size_t/ssize_t when using ZLIB_COMPAT. (#161)
Mika Lindqvist
2018-02-16
Assume WITH_GZFILEOP is defined when compatibility mode is enabled.
Mika Lindqvist
2018-01-31
Adapt code to support PREFIX macros and update build scripts
Mika Lindqvist
2018-01-31
Add function prefix (zng_) to all exported functions to allow zlib-ng
Hans Kristian Rosbach
2017-02-09
zlib 1.2.9
Mark Adler
2017-02-02
Minor edits to the documentation in source file contents.
Mark Adler
2017-01-31
Replace Z_NULL with NULL. Fix incorrect uses of NULL/Z_NULL.
Mika Lindqvist
2016-04-26
Fix build under MSYS2.
Mika Lindqvist
2015-12-14
Type cleanup.
Mika Lindqvist
2015-10-30
fix for preprocessor namespace pollution
Mat
2015-05-30
Fix detecting Windows in zconf.h(.in)
Mika Lindqvist
2015-05-17
Kill Byte and Bytef
Daniel Axtens
2015-05-13
Kill z_crc_t
Daniel Axtens
2015-05-13
z_const -> const
Daniel Axtens
2015-05-12
Remove support for compiling with Z_SOLO.
Hans Kristian Rosbach
2015-05-11
Kill VMS support in zconf.h
Daniel Axtens
2015-05-11
Kill Z_ARG()
Daniel Axtens
2015-05-11
Kill OF()
Daniel Axtens
2015-05-11
Kill z_ prefix support
Daniel Axtens
2015-05-07
Revert "Don't delete SRCDIR/zconf.h when building out of tree"
Hans Kristian Rosbach
2015-05-05
Don't delete SRCDIR/zconf.h when building out of tree
Daniel Axtens
2015-04-26
Drop workarounds for WinCE and Interix
Hans Kristian Rosbach
2014-10-15
Remove more workarounds for really old compilers
hansr
2014-10-15
Remove more workarounds for really old compilers
hansr
2014-10-12
Remove workarounds for non-ANSI-C compatible compilers (Part 1)
hansr
2014-10-09
Remove legacy 16-bit workarounds
hansr
2014-10-09
Remove FAR definition
hansr
2014-10-09
Remove code related to older operating systems
hansr
2013-04-28
Do not force Z_CONST for C++.
Mark Adler
2013-04-13
Change check for a four-byte type back to hexadecimal.
Mark Adler
2013-03-24
zlib 1.2.7.1
Mark Adler
2013-03-24
Add casts and consts to ease user conversion to C++.
Mark Adler
2013-03-23
Clean up the addition of gzvprintf.
Mark Adler
2013-03-23
Remove runtime check in configure for four-byte integer type.
Mark Adler
2013-03-22
Add gzvprintf() as an undocumented function in zlib.
Mark Adler
[next]