Home | History | Annotate | Download | only in delphi

Lines Matching full:zlib

5 This directory contains an update to the ZLib interface unit,
8 The original ZLib unit is Copyright (c) 1997,99 Borland Corp.,
9 and is based on zlib version 1.0.4. There are a series of bugs
10 and security problems associated with that old zlib version, and
11 we recommend the users to update their ZLib unit.
17 - Improved makefile, adapted to zlib version 1.2.1.
20 Longint, for consistency with the zlib.h header, and for 64-bit
30 the original C sources of zlib can be compiled out of the box,
31 and linked to the ZLib unit.
37 Currently, the ZLib unit provides only a limited wrapper around
38 the zlib library, and much of the original zlib functionality is
42 duplicated code, or not using the ZLib unit at all.
51 zlib stream header and trailer. Raw deflate streams are used