2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / zlib / contrib / README.contrib
blob7ad191cf5986b5a9c87d444c1905aff6f57d22cc
1 All files under this contrib directory are UNSUPPORTED. There were
2 provided by users of zlib and were not tested by the authors of zlib.
3 Use at your own risk. Please contact the authors of the contributions
4 for help about these, not the zlib authors. Thanks.
7 asm386/     by Gilles Vollant <info@winimage.com>
8         386 asm code replacing longest_match(), for Visual C++ 4.2 and ML 6.11c
10 asm586/ and asm686/    by Brian Raiter <breadbox@muppetlabs.com> 
11         asm code for Pentium and Pentium Pro
12         See http://www.muppetlabs.com/~breadbox/software/assembly.html
14 delphi/      by Bob Dellaca <bobdl@xtra.co.nz>
15         Support for Delphi
17 delphi2/     by Davide Moretti <dave@rimini.com>
18         Another support for C++Builder and Delphi
20 minizip/    by Gilles Vollant <info@winimage.com>
21         Mini zip and unzip based on zlib
22         See http://www.winimage.com/zLibDll/unzip.html
24 iostream/   by Kevin Ruland <kevin@rodin.wustl.edu>
25         A C++ I/O streams interface to the zlib gz* functions
27 iostream2/  by Tyge Løvset <Tyge.Lovset@cmr.no>
28         Another C++ I/O streams interface
30 untgz/      by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
31         A very simple tar.gz file extractor using zlib
33 visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
34         How to use compress(), uncompress() and the gz* functions from VB.