1205194SdelphijAll files under this contrib directory are UNSUPPORTED. There were
2205194Sdelphijprovided by users of zlib and were not tested by the authors of zlib.
3205194SdelphijUse at your own risk. Please contact the authors of the contributions
4205194Sdelphijfor help about these, not the zlib authors. Thanks.
5205194Sdelphij
6205194Sdelphij
7205194Sdelphijada/        by Dmitriy Anisimkov <anisimkov@yahoo.com>
8205194Sdelphij        Support for Ada
9205194Sdelphij        See http://zlib-ada.sourceforge.net/
10205194Sdelphij
11205194Sdelphijamd64/      by Mikhail Teterin <mi@ALDAN.algebra.com>
12205194Sdelphij        asm code for AMD64
13205194Sdelphij        See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
14205194Sdelphij
15205194Sdelphijasm686/     by Brian Raiter <breadbox@muppetlabs.com>
16205194Sdelphij        asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
17205194Sdelphij        See http://www.muppetlabs.com/~breadbox/software/assembly.html
18205194Sdelphij
19205194Sdelphijblast/      by Mark Adler <madler@alumni.caltech.edu>
20205194Sdelphij        Decompressor for output of PKWare Data Compression Library (DCL)
21205194Sdelphij
22205194Sdelphijdelphi/     by Cosmin Truta <cosmint@cs.ubbcluj.ro>
23205194Sdelphij        Support for Delphi and C++ Builder
24205194Sdelphij
25205194Sdelphijdotzlib/    by Henrik Ravn <henrik@ravn.com>
26205194Sdelphij        Support for Microsoft .Net and Visual C++ .Net
27205194Sdelphij
28205194Sdelphijgcc_gvmat64/by Gilles Vollant <info@winimage.com>
29205194Sdelphij        GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64
30205194Sdelphij        assembler to replace longest_match() and inflate_fast()
31205194Sdelphij
32205194Sdelphijinfback9/   by Mark Adler <madler@alumni.caltech.edu>
33205194Sdelphij        Unsupported diffs to infback to decode the deflate64 format
34205194Sdelphij
35205194Sdelphijinflate86/  by Chris Anderson <christop@charm.net>
36205194Sdelphij        Tuned x86 gcc asm code to replace inflate_fast()
37205194Sdelphij
38205194Sdelphijiostream/   by Kevin Ruland <kevin@rodin.wustl.edu>
39205194Sdelphij        A C++ I/O streams interface to the zlib gz* functions
40205194Sdelphij
41205194Sdelphijiostream2/  by Tyge L�vset <Tyge.Lovset@cmr.no>
42205194Sdelphij        Another C++ I/O streams interface
43205194Sdelphij
44205194Sdelphijiostream3/  by Ludwig Schwardt <schwardt@sun.ac.za>
45205194Sdelphij            and Kevin Ruland <kevin@rodin.wustl.edu>
46205194Sdelphij        Yet another C++ I/O streams interface
47205194Sdelphij
48205194Sdelphijmasmx64/    by Gilles Vollant <info@winimage.com>
49205194Sdelphij        x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
50205194Sdelphij        replace longest_match() and inflate_fast(),  also masm x86
51205194Sdelphij        64-bits translation of Chris Anderson inflate_fast()
52205194Sdelphij
53205194Sdelphijmasmx86/    by Gilles Vollant <info@winimage.com>
54205194Sdelphij        x86 asm code to replace longest_match() and inflate_fast(),
55205194Sdelphij        for Visual C++ and MASM (32 bits).
56205194Sdelphij        Based on Brian Raiter (asm686) and Chris Anderson (inflate86)
57205194Sdelphij
58205194Sdelphijminizip/    by Gilles Vollant <info@winimage.com>
59205194Sdelphij        Mini zip and unzip based on zlib
60205194Sdelphij        Includes Zip64 support by Mathias Svensson <mathias@result42.com>
61205194Sdelphij        See http://www.winimage.com/zLibDll/unzip.html
62205194Sdelphij
63205194Sdelphijpascal/     by Bob Dellaca <bobdl@xtra.co.nz> et al.
64205194Sdelphij        Support for Pascal
65205194Sdelphij
66205194Sdelphijpuff/       by Mark Adler <madler@alumni.caltech.edu>
67205194Sdelphij        Small, low memory usage inflate.  Also serves to provide an
68205194Sdelphij        unambiguous description of the deflate format.
69205194Sdelphij
70205194Sdelphijtestzlib/   by Gilles Vollant <info@winimage.com>
71205194Sdelphij        Example of the use of zlib
72205194Sdelphij
73205194Sdelphijuntgz/      by Pedro A. Aranda Gutierrez <paag@tid.es>
74205194Sdelphij        A very simple tar.gz file extractor using zlib
75205194Sdelphij
76205194Sdelphijvstudio/    by Gilles Vollant <info@winimage.com>
77205194Sdelphij        Building a minizip-enhanced zlib with Microsoft Visual Studio
78250261Sdelphij        Includes vc11 from kreuzerkrieg and vc12 from davispuh
79