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