summaryrefslogtreecommitdiff
path: root/inffixed.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use atomics to build inflate fixed tables once.Mark Adler2026-01-051-91/+91
| | | | | | | | | | | | This moves the once code from crc32.c to zutil.c, and uses it also for building the inflate fixed tables when BUILDFIXED is defined. The fixed tables are now housed in inftrees.c, shared by inflate.c and infback.c. The once() function is now external, and so is renamed to z_once() to avoid name collisions. If either BUILDFIXED or DYNAMIC_CRC_TABLE is defined, and atomics are not available, then a warning is issued noting that zlib is not thread-safe.
* Get inffixed.h and MAKEFIXED result to match.Mark Adler2011-10-051-3/+3
|
* zlib 1.2.0v1.2.0Mark Adler2011-09-091-149/+92
|
* zlib 1.1.3v1.1.3Mark Adler2011-09-091-110/+136
|
* zlib 1.1.2v1.1.2Mark Adler2011-09-091-0/+125