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