update zlib to 1.3.1

fixes macOS 15 compilation
This commit is contained in:
tildearrow 2025-07-27 17:51:52 -05:00
parent 98030de8c7
commit a4da787c1b
169 changed files with 18553 additions and 11917 deletions

View file

@ -77,7 +77,7 @@ table took no time (and if you had infinite memory), then there would only
be a first level table to cover all the way to the longest code. However,
building the table ends up taking a lot longer for more bits since short
codes are replicated many times in such a table. What inflate() does is
simply to make the number of bits in the first table a variable, and then
simply to make the number of bits in the first table a variable, and then
to set that variable for the maximum speed.
For inflate, which has 286 possible codes for the literal/length tree, the size