aboutsummaryrefslogtreecommitdiff
path: root/os400/bndsrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add _z versions of the compress and uncompress functions.Mark Adler2026-01-121-0/+4
| | | | Provide size_t arguments for Windows, on which a long is 32 bits.
* Add compressBound_z and deflateBound_z functions for large values.Mark Adler2026-01-051-1/+8
| | | | | | | These take and return size_t integers, instead of unsigned longs, for those platforms with 32-bit longs. This commit also assures that overflows of either integer type results in the maximum value for that type, instead of wrapping to small values.
* zlib 1.3.1.2v1.3.1.2Mark Adler2025-12-081-1/+1
| | | | Interim version for an audit.
* Add deflateUsed() function to get the used bits in the last byte.Mark Adler2024-07-011-0/+6
| | | | | This returns the number of used bits in the last byte of a stream that has just been compressed with deflate.
* Add missing symbols to os400/bndsrc.Mark Adler2022-10-051-0/+8
|
* zlib 1.2.9v1.2.9Mark Adler2016-12-311-4/+23
|
* Replace as400 with os400 for OS/400 support (Monnerat).Mark Adler2016-12-301-0/+100