]> git.lizzy.rs Git - zlib.git/blob - contrib/README.contrib
zlib 1.2.0.3
[zlib.git] / contrib / README.contrib
1 All files under this contrib directory are UNSUPPORTED. There were
2 provided by users of zlib and were not tested by the authors of zlib.
3 Use at your own risk. Please contact the authors of the contributions
4 for help about these, not the zlib authors. Thanks.
5
6
7 asm386/     by Gilles Vollant <info@winimage.com>
8         386 asm code replacing longest_match(), for Visual C++ 4.2 and ML 6.11c
9
10 asm586/ and asm686/    by Brian Raiter <breadbox@muppetlabs.com> 
11         asm code for Pentium and Pentium Pro
12         See http://www.muppetlabs.com/~breadbox/software/assembly.html
13
14 blast/      by Mark Adler <madler@alumni.caltech.edu>
15         Decompressor for output of PKWare Data Compression Library (DCL)
16
17 delphi/     by Bob Dellaca <bobdl@xtra.co.nz>
18         Support for Delphi
19
20 delphi2/    by Davide Moretti <dave@rimini.com>
21         Another support for C++Builder and Delphi
22
23 inflate86/  by Chris Anderson <christop@charm.net>
24         Tuned x86 gcc asm code to replace inflate_fast()
25
26 minizip/    by Gilles Vollant <info@winimage.com>
27         Mini zip and unzip based on zlib
28         See http://www.winimage.com/zLibDll/unzip.html
29
30 iostream/   by Kevin Ruland <kevin@rodin.wustl.edu>
31         A C++ I/O streams interface to the zlib gz* functions
32
33 iostream2/  by Tyge Løvset <Tyge.Lovset@cmr.no>
34         Another C++ I/O streams interface
35
36 testzlib/    by Gilles Vollant <info@winimage.com>
37         Example of the use of zlib
38
39 untgz/      by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
40         A very simple tar.gz file extractor using zlib
41
42 visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
43         How to use compress(), uncompress() and the gz* functions from VB.
44
45 vstudio/    by Gilles Vollant <info@winimage.com>
46         Building zlib DLL with Visual Studio .NET
47         Includes x86 inffast.asm for MASM