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