OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / zlib / contrib / README.contrib
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.
5
6
7 asm386/     by Gilles Vollant <info@winimage.com>
8         386 asm code replacing longest_match(), for Visual C++ 4.2 and ML 6.11c
9
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
13
14 delphi/      by Bob Dellaca <bobdl@xtra.co.nz>
15         Support for Delphi
16
17 delphi2/     by Davide Moretti <dave@rimini.com>
18         Another support for C++Builder and Delphi
19
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
23
24 iostream/   by Kevin Ruland <kevin@rodin.wustl.edu>
25         A C++ I/O streams interface to the zlib gz* functions
26
27 iostream2/  by Tyge Løvset <Tyge.Lovset@cmr.no>
28         Another C++ I/O streams interface
29
30 untgz/      by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
31         A very simple tar.gz file extractor using zlib
32
33 visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
34         How to use compress(), uncompress() and the gz* functions from VB.