rpm/zlib/contrib
jbj 4ec7ad486e Upgrade to zlib-1.2.0.1.
CVS patchset: 6860
CVS date: 2003/05/18 18:33:39
2003-05-18 18:33:39 +00:00
..
asm386 Initial revision 2001-11-21 19:43:12 +00:00
asm586 Initial revision 2001-11-21 19:43:12 +00:00
asm686 Initial revision 2001-11-21 19:43:12 +00:00
blast Upgrade to zlib-1.2.0.1. 2003-05-18 18:33:39 +00:00
delphi Initial revision 2001-11-21 19:43:12 +00:00
delphi2 Initial revision 2001-11-21 19:43:12 +00:00
inflate86 Upgrade to zlib-1.2.0.1. 2003-05-18 18:33:39 +00:00
iostream Initial revision 2001-11-21 19:43:12 +00:00
iostream2 Initial revision 2001-11-21 19:43:12 +00:00
minizip Upgrade to zlib-1.2.0.1. 2003-05-18 18:33:39 +00:00
puff Upgrade to zlib-1.2.0.1. 2003-05-18 18:33:39 +00:00
testzlib Upgrade to zlib-1.2.0.1. 2003-05-18 18:33:39 +00:00
untgz Initial revision 2001-11-21 19:43:12 +00:00
vstudio Upgrade to zlib-1.2.0.1. 2003-05-18 18:33:39 +00:00
README.contrib Upgrade to zlib-1.2.0.1. 2003-05-18 18:33:39 +00:00
visual-basic.txt Initial revision 2001-11-21 19:43:12 +00:00

README.contrib

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>
	386 asm code replacing longest_match(), for Visual C++ 4.2 and ML 6.11c

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

blast/      by Mark Adler <madler@alumni.caltech.edu>
	Decompressor for output of PKWare Data Compression Library (DCL)

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

inflate86/  by Chris Anderson <christop@charm.net>
	Tuned x86 gcc asm code to replace inflate_fast()

minizip/    by Gilles Vollant <info@winimage.com>
	Mini zip and unzip based on zlib
        See http://www.winimage.com/zLibDll/unzip.html

iostream/   by Kevin Ruland <kevin@rodin.wustl.edu>
        A C++ I/O streams interface to the zlib gz* functions

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

testzlib/    by Gilles Vollant <info@winimage.com>
	Example of the use of zlib

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.

vstudio/    by Gilles Vollant <info@winimage.com>
	Building zlib DLL with Visual Studio .NET
	Includes x86 inffast.asm for MASM