f06f3dc128 | ||
---|---|---|
.. | ||
Makefile.in | ||
README | ||
adler32.c | ||
benchmark.c | ||
compress.c | ||
configure | ||
crc32.c | ||
crc32.h | ||
deflate.c | ||
deflate.h | ||
example.c | ||
gzclose.c | ||
gzguts.h | ||
gzlib.c | ||
gzread.c | ||
gzwrite.c | ||
infback.c | ||
inffast.c | ||
inffast.h | ||
inffixed.h | ||
inflate.c | ||
inflate.h | ||
inftrees.c | ||
inftrees.h | ||
minigzip.c | ||
readme.txt | ||
ref.txt | ||
trees.c | ||
trees.h | ||
uncompr.c | ||
zconf.h | ||
zconf.h.in | ||
zlib.3 | ||
zlib.h | ||
zlib.map | ||
zlib.pc | ||
zlib.pc.in | ||
zutil.c | ||
zutil.h |
readme.txt
This is zlib 1.2.5. See README for licensing info. Changes for emscripten: deflate.c: Initialize match_start to 0, to prevent a SAFE_HEAP notification Initialize s->prev's buffer (in 2 places) to 0, same reasons example.c: Use %d instead of %x in version number printout Comment out gzio test