Home | History | Annotate | Line # | Download | only in contrib
README.contrib revision 1.1.1.2
      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.1.2  christos amd64/      by Mikhail Teterin <mi (a] ALDAN.algebra.com>
     12  1.1.1.2  christos         asm code for AMD64
     13  1.1.1.2  christos         See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
     14  1.1.1.2  christos 
     15      1.1  christos asm686/     by Brian Raiter <breadbox (a] muppetlabs.com>
     16      1.1  christos         asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
     17      1.1  christos         See http://www.muppetlabs.com/~breadbox/software/assembly.html
     18      1.1  christos 
     19      1.1  christos blast/      by Mark Adler <madler (a] alumni.caltech.edu>
     20      1.1  christos         Decompressor for output of PKWare Data Compression Library (DCL)
     21      1.1  christos 
     22      1.1  christos delphi/     by Cosmin Truta <cosmint (a] cs.ubbcluj.ro>
     23      1.1  christos         Support for Delphi and C++ Builder
     24      1.1  christos 
     25      1.1  christos dotzlib/    by Henrik Ravn <henrik (a] ravn.com>
     26      1.1  christos         Support for Microsoft .Net and Visual C++ .Net
     27      1.1  christos 
     28  1.1.1.2  christos gcc_gvmat64/by Gilles Vollant <info (a] winimage.com>
     29  1.1.1.2  christos         GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64
     30  1.1.1.2  christos         assembler to replace longest_match() and inflate_fast()
     31  1.1.1.2  christos 
     32      1.1  christos infback9/   by Mark Adler <madler (a] alumni.caltech.edu>
     33      1.1  christos         Unsupported diffs to infback to decode the deflate64 format
     34      1.1  christos 
     35      1.1  christos inflate86/  by Chris Anderson <christop (a] charm.net>
     36      1.1  christos         Tuned x86 gcc asm code to replace inflate_fast()
     37      1.1  christos 
     38      1.1  christos iostream/   by Kevin Ruland <kevin (a] rodin.wustl.edu>
     39      1.1  christos         A C++ I/O streams interface to the zlib gz* functions
     40      1.1  christos 
     41  1.1.1.2  christos iostream2/  by Tyge Lvset <Tyge.Lovset (a] cmr.no>
     42      1.1  christos         Another C++ I/O streams interface
     43      1.1  christos 
     44      1.1  christos iostream3/  by Ludwig Schwardt <schwardt (a] sun.ac.za>
     45      1.1  christos             and Kevin Ruland <kevin (a] rodin.wustl.edu>
     46      1.1  christos         Yet another C++ I/O streams interface
     47      1.1  christos 
     48      1.1  christos masmx64/    by Gilles Vollant <info (a] winimage.com>
     49  1.1.1.2  christos         x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
     50  1.1.1.2  christos         replace longest_match() and inflate_fast(),  also masm x86
     51  1.1.1.2  christos         64-bits translation of Chris Anderson inflate_fast()
     52      1.1  christos 
     53      1.1  christos masmx86/    by Gilles Vollant <info (a] winimage.com>
     54      1.1  christos         x86 asm code to replace longest_match() and inflate_fast(),
     55  1.1.1.2  christos         for Visual C++ and MASM (32 bits).
     56  1.1.1.2  christos         Based on Brian Raiter (asm686) and Chris Anderson (inflate86)
     57      1.1  christos 
     58      1.1  christos minizip/    by Gilles Vollant <info (a] winimage.com>
     59      1.1  christos         Mini zip and unzip based on zlib
     60  1.1.1.2  christos         Includes Zip64 support by Mathias Svensson <mathias (a] result42.com>
     61  1.1.1.2  christos         See http://www.winimage.com/zLibDll/minizip.html
     62      1.1  christos 
     63      1.1  christos pascal/     by Bob Dellaca <bobdl (a] xtra.co.nz> et al.
     64      1.1  christos         Support for Pascal
     65      1.1  christos 
     66      1.1  christos puff/       by Mark Adler <madler (a] alumni.caltech.edu>
     67      1.1  christos         Small, low memory usage inflate.  Also serves to provide an
     68      1.1  christos         unambiguous description of the deflate format.
     69      1.1  christos 
     70      1.1  christos testzlib/   by Gilles Vollant <info (a] winimage.com>
     71      1.1  christos         Example of the use of zlib
     72      1.1  christos 
     73      1.1  christos untgz/      by Pedro A. Aranda Gutierrez <paag (a] tid.es>
     74      1.1  christos         A very simple tar.gz file extractor using zlib
     75      1.1  christos 
     76      1.1  christos vstudio/    by Gilles Vollant <info (a] winimage.com>
     77      1.1  christos         Building a minizip-enhanced zlib with Microsoft Visual Studio
     78  1.1.1.2  christos         Includes vc11 from kreuzerkrieg and vc12 from davispuh
     79