summaryrefslogtreecommitdiffstats
path: root/third_party/zlib/README.chromium
blob: 9bd310998dbc2b34622408ad914100d0098c6b4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Name: zlib
URL: http://zlib.net/
Version: 1.2.5
Security Critical: yes
License: Custom license

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.
- Added 'mozzconf.h' to mangle the function names.
- Added an #ifdef to prevent zlib.h from mangling its functions.
The 'google.patch' file represents our changes from the original zlib-1.2.5.