xref: /minix3/common/dist/zlib/contrib/README.contrib (revision 44bedb31d842b4b0444105519bcf929a69fe2dc1)
1*44bedb31SLionel SambucAll files under this contrib directory are UNSUPPORTED. There were
2*44bedb31SLionel Sambucprovided by users of zlib and were not tested by the authors of zlib.
3*44bedb31SLionel SambucUse at your own risk. Please contact the authors of the contributions
4*44bedb31SLionel Sambucfor help about these, not the zlib authors. Thanks.
5*44bedb31SLionel Sambuc
6*44bedb31SLionel Sambuc
7*44bedb31SLionel Sambucada/        by Dmitriy Anisimkov <anisimkov@yahoo.com>
8*44bedb31SLionel Sambuc        Support for Ada
9*44bedb31SLionel Sambuc        See http://zlib-ada.sourceforge.net/
10*44bedb31SLionel Sambuc
11*44bedb31SLionel Sambucasm586/
12*44bedb31SLionel Sambucasm686/     by Brian Raiter <breadbox@muppetlabs.com>
13*44bedb31SLionel Sambuc        asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
14*44bedb31SLionel Sambuc        See http://www.muppetlabs.com/~breadbox/software/assembly.html
15*44bedb31SLionel Sambuc
16*44bedb31SLionel Sambucblast/      by Mark Adler <madler@alumni.caltech.edu>
17*44bedb31SLionel Sambuc        Decompressor for output of PKWare Data Compression Library (DCL)
18*44bedb31SLionel Sambuc
19*44bedb31SLionel Sambucdelphi/     by Cosmin Truta <cosmint@cs.ubbcluj.ro>
20*44bedb31SLionel Sambuc        Support for Delphi and C++ Builder
21*44bedb31SLionel Sambuc
22*44bedb31SLionel Sambucdotzlib/    by Henrik Ravn <henrik@ravn.com>
23*44bedb31SLionel Sambuc        Support for Microsoft .Net and Visual C++ .Net
24*44bedb31SLionel Sambuc
25*44bedb31SLionel Sambucinfback9/   by Mark Adler <madler@alumni.caltech.edu>
26*44bedb31SLionel Sambuc        Unsupported diffs to infback to decode the deflate64 format
27*44bedb31SLionel Sambuc
28*44bedb31SLionel Sambucinflate86/  by Chris Anderson <christop@charm.net>
29*44bedb31SLionel Sambuc        Tuned x86 gcc asm code to replace inflate_fast()
30*44bedb31SLionel Sambuc
31*44bedb31SLionel Sambuciostream/   by Kevin Ruland <kevin@rodin.wustl.edu>
32*44bedb31SLionel Sambuc        A C++ I/O streams interface to the zlib gz* functions
33*44bedb31SLionel Sambuc
34*44bedb31SLionel Sambuciostream2/  by Tyge L�vset <Tyge.Lovset@cmr.no>
35*44bedb31SLionel Sambuc        Another C++ I/O streams interface
36*44bedb31SLionel Sambuc
37*44bedb31SLionel Sambuciostream3/  by Ludwig Schwardt <schwardt@sun.ac.za>
38*44bedb31SLionel Sambuc            and Kevin Ruland <kevin@rodin.wustl.edu>
39*44bedb31SLionel Sambuc        Yet another C++ I/O streams interface
40*44bedb31SLionel Sambuc
41*44bedb31SLionel Sambucmasm686/    by Dan Higdon <hdan@kinesoft.com>
42*44bedb31SLionel Sambuc            and Chuck Walbourn <chuckw@kinesoft.com>
43*44bedb31SLionel Sambuc        asm code for Pentium Pro/PII, using the MASM syntax
44*44bedb31SLionel Sambuc
45*44bedb31SLionel Sambucmasmx64/    by Gilles Vollant <info@winimage.com>
46*44bedb31SLionel Sambuc	x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
47*44bedb31SLionel Sambuc	replace longest_match() and inflate_fast()
48*44bedb31SLionel Sambuc
49*44bedb31SLionel Sambucmasmx86/    by Gilles Vollant <info@winimage.com>
50*44bedb31SLionel Sambuc        x86 asm code to replace longest_match() and inflate_fast(),
51*44bedb31SLionel Sambuc        for Visual C++ and MASM
52*44bedb31SLionel Sambuc
53*44bedb31SLionel Sambucminizip/    by Gilles Vollant <info@winimage.com>
54*44bedb31SLionel Sambuc        Mini zip and unzip based on zlib
55*44bedb31SLionel Sambuc        See http://www.winimage.com/zLibDll/unzip.html
56*44bedb31SLionel Sambuc
57*44bedb31SLionel Sambucpascal/     by Bob Dellaca <bobdl@xtra.co.nz> et al.
58*44bedb31SLionel Sambuc        Support for Pascal
59*44bedb31SLionel Sambuc
60*44bedb31SLionel Sambucpuff/       by Mark Adler <madler@alumni.caltech.edu>
61*44bedb31SLionel Sambuc        Small, low memory usage inflate.  Also serves to provide an
62*44bedb31SLionel Sambuc        unambiguous description of the deflate format.
63*44bedb31SLionel Sambuc
64*44bedb31SLionel Sambuctestzlib/   by Gilles Vollant <info@winimage.com>
65*44bedb31SLionel Sambuc        Example of the use of zlib
66*44bedb31SLionel Sambuc
67*44bedb31SLionel Sambucuntgz/      by Pedro A. Aranda Gutierrez <paag@tid.es>
68*44bedb31SLionel Sambuc        A very simple tar.gz file extractor using zlib
69*44bedb31SLionel Sambuc
70*44bedb31SLionel Sambucvstudio/    by Gilles Vollant <info@winimage.com>
71*44bedb31SLionel Sambuc        Building a minizip-enhanced zlib with Microsoft Visual Studio
72