summaryrefslogtreecommitdiff
path: root/contrib/README.contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/README.contrib')
-rw-r--r--contrib/README.contrib56
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
4for help about these, not the zlib authors. Thanks. 4for help about these, not the zlib authors. Thanks.
5 5
6 6
7asm386/ by Gilles Vollant <info@winimage.com> 7ada/ 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
10asm586/ and asm686/ by Brian Raiter <breadbox@muppetlabs.com> 11asm586/ 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
14blast/ by Mark Adler <madler@alumni.caltech.edu> 15blast/ 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
17delphi/ by Bob Dellaca <bobdl@xtra.co.nz> 18delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro>
18 Support for Delphi 19 Support for Delphi and C++ Builder
19 20
20delphi2/ by Davide Moretti <dave@rimini.com> 21infback9/ 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
23inflate86/ by Chris Anderson <christop@charm.net> 25inflate86/ 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
26minizip/ by Gilles Vollant <info@winimage.com>
27 Mini zip and unzip based on zlib
28 See http://www.winimage.com/zLibDll/unzip.html
29
30iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> 28iostream/ 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
33iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no> 31iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no>
34 Another C++ I/O streams interface 32 Another C++ I/O streams interface
35 33
36testzlib/ by Gilles Vollant <info@winimage.com> 34iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za>
35 and Kevin Ruland <kevin@rodin.wustl.edu>
36 Yet another C++ I/O streams interface
37
38masm686/ 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
42masmx86/ by Gilles Vollant <info@winimage.com>
43 x86 asm code to replace longest_match() and inflate_fast(),
44 for Visual C++ and MASM
45
46minizip/ by Gilles Vollant <info@winimage.com>
47 Mini zip and unzip based on zlib
48 See http://www.winimage.com/zLibDll/unzip.html
49
50pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al.
51 Support for Pascal
52
53puff/ 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
57testzlib/ by Gilles Vollant <info@winimage.com>
37 Example of the use of zlib 58 Example of the use of zlib
38 59
39untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es> 60untgz/ 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
42visual-basic.txt by Carlos Rios <c_rios@sonda.cl> 63visual-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
45vstudio/ by Gilles Vollant <info@winimage.com> 66vstudio/ 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