App list: The line under folder headings has a fixed margin.
[chromium-blink-merge.git] / third_party / zlib / README.chromium
blobc9e06bae394c4334af5ac0874a6f2ebd467271e4
1 Name: zlib
2 URL: http://zlib.net/
3 Version: 1.2.5
4 Security Critical: yes
5 License: Custom license
6 License Android Compatible: yes
8 Description:
9 General purpose compression library
11 Local Modifications:
12 A few minor changes, all marked with "Google":
13 - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined.
14 - Removed use of strerror for WinCE in gzio.c.
15 - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h.
16 - Added 'mozzconf.h' to mangle the function names.
17 - Added logic in zlib.h to undef our earlier mangles when defaulting to 64 bit offset versions of API.
18 The 'google.patch' file represents our changes from the original zlib-1.2.5.
20 A more significant change to support mixed-source data compression. See
21 crbug.com/139744 and mixed-source.patch.