• Home
Name Date Size #Lines LOC

..--

patches/04-Jul-2025-470406

LICENSE_ZLIB.TXTD04-Jul-2025833 1914

README.freetypeD04-Jul-2025847 2419

adler32.cD04-Jul-20255.1 KiB193147

crc32.cD04-Jul-202531.5 KiB1,136784

crc32.hD04-Jul-2025577.9 KiB9,4479,380

ftgzip.cD04-Jul-202519.6 KiB806504

ftzconf.hD04-Jul-202516.2 KiB548440

gzguts.hD04-Jul-20256.7 KiB220158

inffast.cD04-Jul-202512.6 KiB324256

inffast.hD04-Jul-2025434 121

inffixed.hD04-Jul-20256.2 KiB9584

inflate.cD04-Jul-202554.8 KiB1,6061,222

inflate.hD04-Jul-20256.6 KiB13277

inftrees.cD04-Jul-202512.7 KiB305174

inftrees.hD04-Jul-20252.9 KiB6819

rules.mkD04-Jul-20252.2 KiB8233

zlib.hD04-Jul-202595.7 KiB1,972335

zutil.cD04-Jul-20257.2 KiB335246

zutil.hD04-Jul-20257.2 KiB282204

README.freetype

1Name: zlib
2Short Name: zlib
3URL: http://zlib.net/
4Version: 1.2.13
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