aboutsummaryrefslogtreecommitdiff
path: root/as400/bndsrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add undocumented inflateResetKeep() function for CAB file decoding.Mark Adler2011-10-071-0/+1
| | | | | | | | The Microsoft CAB file format compresses each block with completed deflate streams that depend on the sliding window history of the previous block in order to decode. inflateResetKeep() does what inflateReset() does, except the sliding window history from the previous inflate operation is retained.
* Merge vestigial vsnprintf determination from zutil.h to gzguts.h.Mark Adler2011-10-021-1/+2
| | | | | | | | | 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-0/+183
|
* zlib 1.2.3.9v1.2.3.9Mark Adler2011-09-091-132/+0
|
* zlib 1.2.1v1.2.1Mark Adler2011-09-091-1/+1
|
* zlib 1.2.0.8v1.2.0.8Mark Adler2011-09-091-0/+132