3dee0e4cd8
Source contains C++ / C99 comments, gcc in strict mode doesn't like that. |
||
---|---|---|
.. | ||
contrib/minizip | ||
LICENSE | ||
README.chromium | ||
adler32.c | ||
compress.c | ||
crc32.c | ||
crc32.h | ||
deflate.c | ||
deflate.h | ||
gzio.c | ||
infback.c | ||
inffast.c | ||
inffast.h | ||
inffixed.h | ||
inflate.c | ||
inflate.h | ||
inftrees.c | ||
inftrees.h | ||
mozzconf.h | ||
trees.c | ||
trees.h | ||
uncompr.c | ||
zconf.h | ||
zlib.gyp | ||
zlib.h | ||
zutil.c | ||
zutil.h |
README.chromium
Name: zlib URL: http://zlib.net/ Version: 1.2.3 Description: General purpose compression library Local Modifications: A few minor changes, all marked with "Google": - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined. - Removed use of strerror for WinCE in gzio.c. - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h.