diff options
Diffstat (limited to 'contrib/README.contrib')
-rw-r--r-- | contrib/README.contrib | 56 |
1 files changed, 38 insertions, 18 deletions
diff --git a/contrib/README.contrib b/contrib/README.contrib index 3579d43..b1de0d1 100644 --- a/contrib/README.contrib +++ b/contrib/README.contrib | |||
@@ -4,44 +4,64 @@ Use at your own risk. Please contact the authors of the contributions | |||
4 | for help about these, not the zlib authors. Thanks. | 4 | for help about these, not the zlib authors. Thanks. |
5 | 5 | ||
6 | 6 | ||
7 | asm386/ by Gilles Vollant <info@winimage.com> | 7 | ada/ by Dmitriy Anisimkov <anisimkov@yahoo.com> |
8 | 386 asm code replacing longest_match(), for Visual C++ 4.2 and ML 6.11c | 8 | Support for Ada |
9 | See http://zlib-ada.sourceforge.net/ | ||
9 | 10 | ||
10 | asm586/ and asm686/ by Brian Raiter <breadbox@muppetlabs.com> | 11 | asm586/ and asm686/ by Brian Raiter <breadbox@muppetlabs.com> |
11 | asm code for Pentium and Pentium Pro | 12 | asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax |
12 | See http://www.muppetlabs.com/~breadbox/software/assembly.html | 13 | See http://www.muppetlabs.com/~breadbox/software/assembly.html |
13 | 14 | ||
14 | blast/ by Mark Adler <madler@alumni.caltech.edu> | 15 | blast/ by Mark Adler <madler@alumni.caltech.edu> |
15 | Decompressor for output of PKWare Data Compression Library (DCL) | 16 | Decompressor for output of PKWare Data Compression Library (DCL) |
16 | 17 | ||
17 | delphi/ by Bob Dellaca <bobdl@xtra.co.nz> | 18 | delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro> |
18 | Support for Delphi | 19 | Support for Delphi and C++ Builder |
19 | 20 | ||
20 | delphi2/ by Davide Moretti <dave@rimini.com> | 21 | infback9/ by Mark Adler <madler@alumni.caltech.edu> |
21 | Another support for C++Builder and Delphi | 22 | Unsupported diffs to infback to decode the deflate64 format |
23 | (Worse than that, it's not even tested) | ||
22 | 24 | ||
23 | inflate86/ by Chris Anderson <christop@charm.net> | 25 | inflate86/ by Chris Anderson <christop@charm.net> |
24 | Tuned x86 gcc asm code to replace inflate_fast() | 26 | Tuned x86 gcc asm code to replace inflate_fast() |
25 | 27 | ||
26 | minizip/ by Gilles Vollant <info@winimage.com> | ||
27 | Mini zip and unzip based on zlib | ||
28 | See http://www.winimage.com/zLibDll/unzip.html | ||
29 | |||
30 | iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> | 28 | iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> |
31 | A C++ I/O streams interface to the zlib gz* functions | 29 | A C++ I/O streams interface to the zlib gz* functions |
32 | 30 | ||
33 | iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no> | 31 | iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no> |
34 | Another C++ I/O streams interface | 32 | Another C++ I/O streams interface |
35 | 33 | ||
36 | testzlib/ by Gilles Vollant <info@winimage.com> | 34 | iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za> |
35 | and Kevin Ruland <kevin@rodin.wustl.edu> | ||
36 | Yet another C++ I/O streams interface | ||
37 | |||
38 | masm686/ by Dan Higdon <hdan@kinesoft.com> | ||
39 | and Chuck Walbourn <chuckw@kinesoft.com> | ||
40 | asm code for Pentium Pro/PII, using the MASM syntax | ||
41 | |||
42 | masmx86/ by Gilles Vollant <info@winimage.com> | ||
43 | x86 asm code to replace longest_match() and inflate_fast(), | ||
44 | for Visual C++ and MASM | ||
45 | |||
46 | minizip/ by Gilles Vollant <info@winimage.com> | ||
47 | Mini zip and unzip based on zlib | ||
48 | See http://www.winimage.com/zLibDll/unzip.html | ||
49 | |||
50 | pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al. | ||
51 | Support for Pascal | ||
52 | |||
53 | puff/ by Mark Adler <madler@alumni.caltech.edu> | ||
54 | Small, low memory usage inflate. Also serves to provide an | ||
55 | unambiguous description of the deflate format. | ||
56 | |||
57 | testzlib/ by Gilles Vollant <info@winimage.com> | ||
37 | Example of the use of zlib | 58 | Example of the use of zlib |
38 | 59 | ||
39 | untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es> | 60 | untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es> |
40 | A very simple tar.gz file extractor using zlib | 61 | A very simple tar.gz file extractor using zlib |
41 | 62 | ||
42 | visual-basic.txt by Carlos Rios <c_rios@sonda.cl> | 63 | visual-basic.txt by Carlos Rios <c_rios@sonda.cl> |
43 | How to use compress(), uncompress() and the gz* functions from VB. | 64 | How to use compress(), uncompress() and the gz* functions from VB |
44 | 65 | ||
45 | vstudio/ by Gilles Vollant <info@winimage.com> | 66 | vstudio/ by Gilles Vollant <info@winimage.com> |
46 | Building zlib DLL with Visual Studio .NET | 67 | Building zlib with Visual Studio .NET |
47 | Includes x86 inffast.asm for MASM | ||