2021-08-17 15:20:25 +02:00
|
|
|
|
Name: zlib
|
|
|
|
|
Short Name: zlib
|
|
|
|
|
URL: http://zlib.net/
|
2022-04-01 10:23:15 +02:00
|
|
|
|
Version: 1.2.12
|
2021-08-17 15:20:25 +02:00
|
|
|
|
License: see `zlib.h`
|
|
|
|
|
|
|
|
|
|
Description:
|
|
|
|
|
"A massively spiffy yet delicately unobtrusive compression library."
|
|
|
|
|
|
|
|
|
|
'zlib' is a free, general-purpose, legally unencumbered lossless
|
|
|
|
|
data-compression library. 'zlib' implements the "deflate" compression
|
|
|
|
|
algorithm described by RFC 1951, which combines the LZ77 (Lempel-Ziv)
|
|
|
|
|
algorithm with Huffman coding. zlib also implements the zlib (RFC 1950) and
|
|
|
|
|
gzip (RFC 1952) wrapper formats.
|
|
|
|
|
|
|
|
|
|
Local Modifications:
|
|
|
|
|
The files in this directory have been prepared as follows.
|
|
|
|
|
|
|
|
|
|
- Take the unmodified source code files from the zlib distribution that are
|
|
|
|
|
included by `ftgzip.c`.
|
2022-12-14 10:27:13 +01:00
|
|
|
|
- Copy `zconf.h` to `ftzconf.h` (which stays unmodified otherwise).
|
2021-08-17 15:20:25 +02:00
|
|
|
|
- Run zlib's `zlib2ansi` script on all `.c` files.
|
2022-01-10 17:25:47 +01:00
|
|
|
|
- Apply the diff file(s) in the `patches` folder.
|