Chris@43: All files under this contrib directory are UNSUPPORTED. There were Chris@43: provided by users of zlib and were not tested by the authors of zlib. Chris@43: Use at your own risk. Please contact the authors of the contributions Chris@43: for help about these, not the zlib authors. Thanks. Chris@43: Chris@43: Chris@43: ada/ by Dmitriy Anisimkov Chris@43: Support for Ada Chris@43: See http://zlib-ada.sourceforge.net/ Chris@43: Chris@43: amd64/ by Mikhail Teterin Chris@43: asm code for AMD64 Chris@43: See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393 Chris@43: Chris@43: asm686/ by Brian Raiter Chris@43: asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax Chris@43: See http://www.muppetlabs.com/~breadbox/software/assembly.html Chris@43: Chris@43: blast/ by Mark Adler Chris@43: Decompressor for output of PKWare Data Compression Library (DCL) Chris@43: Chris@43: delphi/ by Cosmin Truta Chris@43: Support for Delphi and C++ Builder Chris@43: Chris@43: dotzlib/ by Henrik Ravn Chris@43: Support for Microsoft .Net and Visual C++ .Net Chris@43: Chris@43: gcc_gvmat64/by Gilles Vollant Chris@43: GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64 Chris@43: assembler to replace longest_match() and inflate_fast() Chris@43: Chris@43: infback9/ by Mark Adler Chris@43: Unsupported diffs to infback to decode the deflate64 format Chris@43: Chris@43: inflate86/ by Chris Anderson Chris@43: Tuned x86 gcc asm code to replace inflate_fast() Chris@43: Chris@43: iostream/ by Kevin Ruland Chris@43: A C++ I/O streams interface to the zlib gz* functions Chris@43: Chris@43: iostream2/ by Tyge Løvset Chris@43: Another C++ I/O streams interface Chris@43: Chris@43: iostream3/ by Ludwig Schwardt Chris@43: and Kevin Ruland Chris@43: Yet another C++ I/O streams interface Chris@43: Chris@43: masmx64/ by Gilles Vollant Chris@43: x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to Chris@43: replace longest_match() and inflate_fast(), also masm x86 Chris@43: 64-bits translation of Chris Anderson inflate_fast() Chris@43: Chris@43: masmx86/ by Gilles Vollant Chris@43: x86 asm code to replace longest_match() and inflate_fast(), Chris@43: for Visual C++ and MASM (32 bits). Chris@43: Based on Brian Raiter (asm686) and Chris Anderson (inflate86) Chris@43: Chris@43: minizip/ by Gilles Vollant Chris@43: Mini zip and unzip based on zlib Chris@43: Includes Zip64 support by Mathias Svensson Chris@43: See http://www.winimage.com/zLibDll/unzip.html Chris@43: Chris@43: pascal/ by Bob Dellaca et al. Chris@43: Support for Pascal Chris@43: Chris@43: puff/ by Mark Adler Chris@43: Small, low memory usage inflate. Also serves to provide an Chris@43: unambiguous description of the deflate format. Chris@43: Chris@43: testzlib/ by Gilles Vollant Chris@43: Example of the use of zlib Chris@43: Chris@43: untgz/ by Pedro A. Aranda Gutierrez Chris@43: A very simple tar.gz file extractor using zlib Chris@43: Chris@43: vstudio/ by Gilles Vollant Chris@43: Building a minizip-enhanced zlib with Microsoft Visual Studio Chris@43: Includes vc11 from kreuzerkrieg and vc12 from davispuh