README.contrib 1.3 KB
Newer Older
M
Mark Adler 已提交
1 2 3 4 5 6 7
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.


asm386/     by Gilles Vollant <info@winimage.com>
M
Mark Adler 已提交
8
	386 asm code replacing longest_match(), for Visual C++ 4.2 and ML 6.11c
M
Mark Adler 已提交
9

M
Mark Adler 已提交
10 11 12 13 14 15 16 17 18 19
asm586/ and asm686/    by Brian Raiter <breadbox@muppetlabs.com> 
        asm code for Pentium and Pentium Pro
        See http://www.muppetlabs.com/~breadbox/software/assembly.html

delphi/      by Bob Dellaca <bobdl@xtra.co.nz>
	Support for Delphi

delphi2/     by Davide Moretti <dave@rimini.com>
        Another support for C++Builder and Delphi

M
Mark Adler 已提交
20 21 22 23
minizip/    by Gilles Vollant <info@winimage.com>
	Mini zip and unzip based on zlib
        See http://www.winimage.com/zLibDll/unzip.html

M
Mark Adler 已提交
24 25 26 27 28 29 30 31 32 33 34
iostream/   by Kevin Ruland <kevin@rodin.wustl.edu>
        A C++ I/O streams interface to the zlib gz* functions

iostream2/  by Tyge Lvset <Tyge.Lovset@cmr.no>
	Another C++ I/O streams interface

untgz/      by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
	A very simple tar.gz file extractor using zlib

visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
        How to use compress(), uncompress() and the gz* functions from VB.