diff options
Diffstat (limited to 'contrib/README.contrib')
-rw-r--r-- | contrib/README.contrib | 50 |
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 | ||
7 | ada/ by Dmitriy Anisimkov <anisimkov@yahoo.com> | 7 | ada/ 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 | ||
11 | asm586/ and asm686/ by Brian Raiter <breadbox@muppetlabs.com> | 11 | asm586/ |
12 | asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax | 12 | asm686/ 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 | ||
15 | blast/ by Mark Adler <madler@alumni.caltech.edu> | 16 | blast/ 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 | ||
18 | delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro> | 19 | delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro> |
19 | Support for Delphi and C++ Builder | 20 | Support for Delphi and C++ Builder |
21 | |||
22 | gzappend/ by Mark Adler <madler@alumni.caltech.edu> | ||
23 | append to a gzip file -- illustrates the use of Z_BLOCK | ||
20 | 24 | ||
21 | infback9/ by Mark Adler <madler@alumni.caltech.edu> | 25 | infback9/ 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 | ||
24 | inflate86/ by Chris Anderson <christop@charm.net> | 28 | inflate86/ 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 | ||
27 | iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> | 31 | iostream/ 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 | ||
30 | iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no> | 34 | iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no> |
31 | Another C++ I/O streams interface | 35 | Another C++ I/O streams interface |
32 | 36 | ||
33 | iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za> | 37 | iostream3/ 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 | ||
37 | masm686/ by Dan Higdon <hdan@kinesoft.com> | 41 | masm686/ 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 | ||
41 | masmx86/ by Gilles Vollant <info@winimage.com> | 45 | masmx86/ 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 | ||
45 | minizip/ by Gilles Vollant <info@winimage.com> | 49 | minizip/ 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 | ||
49 | pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al. | 53 | pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al. |
50 | Support for Pascal | 54 | Support for Pascal |
51 | 55 | ||
52 | puff/ by Mark Adler <madler@alumni.caltech.edu> | 56 | puff/ 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 | ||
56 | testzlib/ by Gilles Vollant <info@winimage.com> | 60 | testzlib/ by Gilles Vollant <info@winimage.com> |
57 | Example of the use of zlib | 61 | Example of the use of zlib |
58 | 62 | ||
59 | untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es> | 63 | untgz/ 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 | ||
62 | visual-basic.txt by Carlos Rios <c_rios@sonda.cl> | 66 | visual-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 | ||
65 | vstudio/ by Gilles Vollant <info@winimage.com> | 69 | vstudio/ by Gilles Vollant <info@winimage.com> |
66 | Building zlib with Visual Studio .NET | 70 | Building zlib with Visual Studio .NET |