emscripten/tests/zlib
Bruce Mitchener 595d7eeae6 Change various 64 bit typedefs over to 32 bit.
This also removes all of the changes that were needed for those
typedefs to be 64 bit.
2013-09-13 10:07:03 -07:00
..
Makefile.in zlib test 2011-02-05 21:01:26 -08:00
README zlib test 2011-02-05 21:01:26 -08:00
adler32.c zlib test 2011-02-05 21:01:26 -08:00
benchmark.c update benchmarks 2013-04-29 11:00:23 -07:00
compress.c zlib test 2011-02-05 21:01:26 -08:00
configure zlib test 2011-02-05 21:01:26 -08:00
crc32.c zlib test 2011-02-05 21:01:26 -08:00
crc32.h zlib test 2011-02-05 21:01:26 -08:00
deflate.c zlib test 2011-02-05 21:01:26 -08:00
deflate.h zlib test 2011-02-05 21:01:26 -08:00
example.c zlib test 2011-02-05 21:01:26 -08:00
gzclose.c zlib test 2011-02-05 21:01:26 -08:00
gzguts.h zlib test 2011-02-05 21:01:26 -08:00
gzlib.c zlib test 2011-02-05 21:01:26 -08:00
gzread.c zlib test 2011-02-05 21:01:26 -08:00
gzwrite.c zlib test 2011-02-05 21:01:26 -08:00
infback.c zlib test 2011-02-05 21:01:26 -08:00
inffast.c zlib test 2011-02-05 21:01:26 -08:00
inffast.h zlib test 2011-02-05 21:01:26 -08:00
inffixed.h zlib test 2011-02-05 21:01:26 -08:00
inflate.c zlib test 2011-02-05 21:01:26 -08:00
inflate.h zlib test 2011-02-05 21:01:26 -08:00
inftrees.c zlib test 2011-02-05 21:01:26 -08:00
inftrees.h zlib test 2011-02-05 21:01:26 -08:00
minigzip.c zlib test 2011-02-05 21:01:26 -08:00
readme.txt zlib test 2011-02-05 21:01:26 -08:00
ref.txt Change various 64 bit typedefs over to 32 bit. 2013-09-13 10:07:03 -07:00
trees.c line-specific CORRECT_OVERFLOWS and CORRECT_SIGNS 2011-02-19 15:45:17 -08:00
trees.h zlib test 2011-02-05 21:01:26 -08:00
uncompr.c zlib test 2011-02-05 21:01:26 -08:00
zconf.h zlib test 2011-02-05 21:01:26 -08:00
zconf.h.in zlib test 2011-02-05 21:01:26 -08:00
zlib.3 zlib test 2011-02-05 21:01:26 -08:00
zlib.h zlib test 2011-02-05 21:01:26 -08:00
zlib.map zlib test 2011-02-05 21:01:26 -08:00
zlib.pc zlib test 2011-02-05 21:01:26 -08:00
zlib.pc.in zlib test 2011-02-05 21:01:26 -08:00
zutil.c zlib test 2011-02-05 21:01:26 -08:00
zutil.h zlib test 2011-02-05 21:01:26 -08:00

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