• Home
Name Date Size #Lines LOC

..--

patches/03-May-2024-470406

LICENSE_ZLIB.TXTD03-May-2024833 1914

README.freetypeD03-May-2024847 2419

adler32.cD03-May-20245.1 KiB193147

crc32.cD03-May-202431.5 KiB1,136784

crc32.hD03-May-2024577.9 KiB9,4479,380

ftgzip.cD03-May-202419.6 KiB807506

ftzconf.hD03-May-202416.2 KiB548440

gzguts.hD03-May-20246.7 KiB220158

infback.cD03-May-202422.2 KiB645494

inffast.cD03-May-202412.6 KiB324256

inffast.hD03-May-2024434 121

inffixed.hD03-May-20246.2 KiB9584

inflate.cD03-May-202454.8 KiB1,6061,222

inflate.hD03-May-20246.6 KiB13277

inftrees.cD03-May-202412.7 KiB305174

inftrees.hD03-May-20242.9 KiB6819

rules.mkD03-May-20242.2 KiB8432

zlib.hD03-May-202495.7 KiB1,972335

zutil.cD03-May-20247.2 KiB335246

zutil.hD03-May-20247.2 KiB282204

README.freetype

1Name: zlib
2Short Name: zlib
3URL: http://zlib.net/
4Version: 1.2.12
5License: see `zlib.h`
6
7Description:
8"A massively spiffy yet delicately unobtrusive compression library."
9
10'zlib' is a free, general-purpose, legally unencumbered lossless
11data-compression library.  'zlib' implements the "deflate" compression
12algorithm described by RFC 1951, which combines the LZ77 (Lempel-Ziv)
13algorithm with Huffman coding.  zlib also implements the zlib (RFC 1950) and
14gzip (RFC 1952) wrapper formats.
15
16Local Modifications:
17The files in this directory have been prepared as follows.
18
19 - Take the unmodified source code files from the zlib distribution that are
20   included by `ftgzip.c`.
21 - Copy `zconf.h` to `ftzconf.h` (which stays unmodified otherwise).
22 - Run zlib's `zlib2ansi` script on all `.c` files.
23 - Apply the diff file(s) in the `patches` folder.
24