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