summaryrefslogtreecommitdiff
path: root/zutil.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zlib 1.2.6.1v1.2.6.1Mark Adler2012-02-121-1/+1
|
* Put gzflags() functionality back in zutil.c.Mark Adler2012-02-011-3/+26
| | | | | | | | | | gzflags() was put in gzwrite.c in order to be compiled exactly the same as gzprintf(), so that it was guaranteed to return the correct information. However that causes a static linkage to zlib to bring in many routines that are often not used. All that is required to duplicate the compilation environment of gzprintf() is to include gzguts.h. So that is now done in zutil.c to assure that the correct flags are returned.
* Add a ./config --solo option to make zlib subset with no libary useMark Adler2011-10-071-0/+7
| | | | | | | | A common request has been the ability to compile zlib to require no other libraries. This --solo option provides that ability. The price is that the gz*, compress*, and uncompress functions are eliminated, and that the user must provide memory allocation and free routines to deflate and inflate when initializing.
* Merge vestigial vsnprintf determination from zutil.h to gzguts.h.Mark Adler2011-10-021-25/+1
| | | | | | | | | This also moves some of the same from zconf.h to gzguts.h. A new function, gzflags(), was created to pass the compilation flags related to vsnprintf usage back to zlibCompileFlags() in zutil.c. In the process, various compiler configuration files were updated to include gzflags(), as well as the new gzgetc_() function added when the gzgetc() macro was introduced in a previous patch.
* zlib 1.2.5.1v1.2.5.1Mark Adler2011-09-111-2/+2
|
* zlib 1.2.5v1.2.5Mark Adler2011-09-091-1/+1
|
* zlib 1.2.4.5v1.2.4.5Mark Adler2011-09-091-11/+11
|
* zlib 1.2.4.1v1.2.4.1Mark Adler2011-09-091-1/+1
|
* zlib 1.2.3.6v1.2.3.6Mark Adler2011-09-091-4/+4
|
* zlib 1.2.2.4v1.2.2.4Mark Adler2011-09-091-12/+12
|
* zlib 1.2.2.2v1.2.2.2Mark Adler2011-09-091-1/+4
|
* zlib 1.2.2.1v1.2.2.1Mark Adler2011-09-091-5/+1
|
* zlib 1.2.0.5v1.2.0.5Mark Adler2011-09-091-11/+18
|
* zlib 1.2.0.4v1.2.0.4Mark Adler2011-09-091-1/+1
|
* zlib 1.2.0.2v1.2.0.2Mark Adler2011-09-091-0/+83
|
* zlib 1.2.0v1.2.0Mark Adler2011-09-091-3/+7
|
* zlib 1.1.4v1.1.4Mark Adler2011-09-091-1/+1
|
* zlib 1.1.3v1.1.3Mark Adler2011-09-091-4/+4
|
* zlib 1.0.9v1.0.9Mark Adler2011-09-091-2/+2
|
* zlib 1.0.8v1.0.8Mark Adler2011-09-091-2/+0
|
* zlib 1.0.7v1.0.7Mark Adler2011-09-091-3/+19
|
* zlib 1.0.4v1.0.4Mark Adler2011-09-091-5/+20
|
* zlib 1.0.2v1.0.2Mark Adler2011-09-091-3/+6
|
* zlib 1.0.1v1.0.1Mark Adler2011-09-091-23/+21
|
* zlib 1.0-prev1.0-preMark Adler2011-09-091-20/+22
|
* zlib 0.99v0.99Mark Adler2011-09-091-18/+28
|
* zlib 0.95v0.95Mark Adler2011-09-091-20/+23
|
* zlib 0.94v0.94Mark Adler2011-09-091-5/+7
|
* zlib 0.92v0.92Mark Adler2011-09-091-16/+16
|
* zlib 0.91v0.91Mark Adler2011-09-091-7/+16
|
* zlib 0.8v0.8Mark Adler2011-09-091-3/+6
|
* zlib 0.79v0.79Mark Adler2011-09-091-2/+4
|
* zlib 0.71v0.71Mark Adler2011-09-091-0/+164