zlib/contrib/README.contrib

68 lines
2.5 KiB
Plaintext
Raw Normal View History

2011-09-10 10:17:33 +04:00
All files under this contrib directory are UNSUPPORTED. There were
provided by users of zlib and were not tested by the authors of zlib.
Use at your own risk. Please contact the authors of the contributions
for help about these, not the zlib authors. Thanks.
2011-09-10 10:22:37 +04:00
ada/ by Dmitriy Anisimkov <anisimkov@yahoo.com>
2011-09-10 10:23:14 +04:00
Support for Ada
See http://zlib-ada.sourceforge.net/
2011-09-10 10:17:33 +04:00
2011-09-10 10:23:14 +04:00
asm586/
asm686/ by Brian Raiter <breadbox@muppetlabs.com>
asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
See http://www.muppetlabs.com/~breadbox/software/assembly.html
2011-09-10 10:20:29 +04:00
2011-09-10 10:21:47 +04:00
blast/ by Mark Adler <madler@alumni.caltech.edu>
2011-09-10 10:23:14 +04:00
Decompressor for output of PKWare Data Compression Library (DCL)
2011-09-10 10:21:47 +04:00
2011-09-10 10:22:37 +04:00
delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro>
2011-09-10 10:23:14 +04:00
Support for Delphi and C++ Builder
2011-09-10 10:24:02 +04:00
dotzlib/ by Henrik Ravn <henrik@ravn.com>
Support for Microsoft .Net and Visual C++ .Net
2011-09-10 10:22:37 +04:00
infback9/ by Mark Adler <madler@alumni.caltech.edu>
Unsupported diffs to infback to decode the deflate64 format
2011-09-10 10:20:29 +04:00
2011-09-10 10:21:47 +04:00
inflate86/ by Chris Anderson <christop@charm.net>
2011-09-10 10:23:14 +04:00
Tuned x86 gcc asm code to replace inflate_fast()
2011-09-10 10:21:47 +04:00
2011-09-10 10:17:33 +04:00
iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
2011-09-10 10:23:14 +04:00
A C++ I/O streams interface to the zlib gz* functions
2011-09-10 10:17:33 +04:00
iostream2/ by Tyge L<>vset <Tyge.Lovset@cmr.no>
2011-09-10 10:23:14 +04:00
Another C++ I/O streams interface
2011-09-10 10:17:33 +04:00
2011-09-10 10:22:37 +04:00
iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za>
and Kevin Ruland <kevin@rodin.wustl.edu>
2011-09-10 10:23:14 +04:00
Yet another C++ I/O streams interface
2011-09-10 10:22:37 +04:00
masm686/ by Dan Higdon <hdan@kinesoft.com>
and Chuck Walbourn <chuckw@kinesoft.com>
2011-09-10 10:23:14 +04:00
asm code for Pentium Pro/PII, using the MASM syntax
2011-09-10 10:22:37 +04:00
masmx86/ by Gilles Vollant <info@winimage.com>
2011-09-10 10:23:14 +04:00
x86 asm code to replace longest_match() and inflate_fast(),
for Visual C++ and MASM
2011-09-10 10:22:37 +04:00
minizip/ by Gilles Vollant <info@winimage.com>
2011-09-10 10:23:14 +04:00
Mini zip and unzip based on zlib
See http://www.winimage.com/zLibDll/unzip.html
2011-09-10 10:22:37 +04:00
pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al.
2011-09-10 10:23:14 +04:00
Support for Pascal
2011-09-10 10:22:37 +04:00
puff/ by Mark Adler <madler@alumni.caltech.edu>
2011-09-10 10:23:14 +04:00
Small, low memory usage inflate. Also serves to provide an
unambiguous description of the deflate format.
2011-09-10 10:22:37 +04:00
testzlib/ by Gilles Vollant <info@winimage.com>
2011-09-10 10:23:14 +04:00
Example of the use of zlib
2011-09-10 10:21:57 +04:00
2011-09-10 10:24:02 +04:00
untgz/ by Pedro A. Aranda Gutierrez <paag@tid.es>
2011-09-10 10:23:14 +04:00
A very simple tar.gz file extractor using zlib
2011-09-10 10:17:33 +04:00
2011-09-10 10:21:57 +04:00
vstudio/ by Gilles Vollant <info@winimage.com>
2011-09-10 10:24:02 +04:00
Building a minizip-enhanced zlib with Microsoft Visual Studio