• Home
Name Date Size #Lines LOC

..--

patches/12-May-2024-373322

README.freetypeD12-May-2024778 2318

adler32.cD12-May-20245.1 KiB193147

crc32.cD12-May-202431 KiB1,117771

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

ftgzip.cD12-May-202420.3 KiB830517

ftzconf.hD12-May-202415.9 KiB535427

gzguts.hD12-May-20246.7 KiB220158

infback.cD12-May-202422.2 KiB642492

inffast.cD12-May-202412.6 KiB324256

inffast.hD12-May-2024427 121

inffixed.hD12-May-20246.2 KiB9584

inflate.cD12-May-202454.8 KiB1,6121,224

inflate.hD12-May-20246.6 KiB13277

inftrees.cD12-May-202412.7 KiB305174

inftrees.hD12-May-20242.9 KiB6819

rules.mkD12-May-20242.2 KiB8432

zlib.hD12-May-202495.7 KiB1,969333

zutil.cD12-May-20247.1 KiB326245

zutil.hD12-May-20247.1 KiB279201

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 - Run zlib's `zlib2ansi` script on all `.c` files.
22 - Apply the diff file(s) in the `patches` folder.
23