zlib/contrib/README.contrib

48 lines
1.7 KiB
Plaintext
Raw Normal View History

2011-09-10 02: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.
asm386/ by Gilles Vollant <info@winimage.com>
2011-09-10 02:18:57 -04:00
386 asm code replacing longest_match(), for Visual C++ 4.2 and ML 6.11c
2011-09-10 02:17:33 -04:00
2011-09-10 02:20:29 -04:00
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
2011-09-10 02:21:47 -04:00
blast/ by Mark Adler <madler@alumni.caltech.edu>
2011-09-10 02:21:57 -04:00
Decompressor for output of PKWare Data Compression Library (DCL)
2011-09-10 02:21:47 -04:00
delphi/ by Bob Dellaca <bobdl@xtra.co.nz>
2011-09-10 02:20:29 -04:00
Support for Delphi
2011-09-10 02:21:47 -04:00
delphi2/ by Davide Moretti <dave@rimini.com>
2011-09-10 02:20:29 -04:00
Another support for C++Builder and Delphi
2011-09-10 02:21:47 -04:00
inflate86/ by Chris Anderson <christop@charm.net>
Tuned x86 gcc asm code to replace inflate_fast()
2011-09-10 02:20:15 -04:00
minizip/ by Gilles Vollant <info@winimage.com>
Mini zip and unzip based on zlib
See http://www.winimage.com/zLibDll/unzip.html
2011-09-10 02:17:33 -04:00
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
2011-09-10 02:21:57 -04:00
testzlib/ by Gilles Vollant <info@winimage.com>
Example of the use of zlib
2011-09-10 02:17:33 -04:00
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.
2011-09-10 02:21:57 -04:00
vstudio/ by Gilles Vollant <info@winimage.com>
Building zlib DLL with Visual Studio .NET
Includes x86 inffast.asm for MASM