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 | ada/ by Dmitriy Anisimkov <[email protected]>
|
---|
8 | Support for Ada
|
---|
9 | See http://zlib-ada.sourceforge.net/
|
---|
10 |
|
---|
11 | asm586/
|
---|
12 | asm686/ by Brian Raiter <[email protected]>
|
---|
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
|
---|
15 |
|
---|
16 | blast/ by Mark Adler <[email protected]>
|
---|
17 | Decompressor for output of PKWare Data Compression Library (DCL)
|
---|
18 |
|
---|
19 | delphi/ by Cosmin Truta <[email protected]>
|
---|
20 | Support for Delphi and C++ Builder
|
---|
21 |
|
---|
22 | gzappend/ by Mark Adler <[email protected]>
|
---|
23 | append to a gzip file -- illustrates the use of Z_BLOCK
|
---|
24 |
|
---|
25 | infback9/ by Mark Adler <[email protected]>
|
---|
26 | Unsupported diffs to infback to decode the deflate64 format
|
---|
27 |
|
---|
28 | inflate86/ by Chris Anderson <[email protected]>
|
---|
29 | Tuned x86 gcc asm code to replace inflate_fast()
|
---|
30 |
|
---|
31 | iostream/ by Kevin Ruland <[email protected]>
|
---|
32 | A C++ I/O streams interface to the zlib gz* functions
|
---|
33 |
|
---|
34 | iostream2/ by Tyge Løvset <[email protected]>
|
---|
35 | Another C++ I/O streams interface
|
---|
36 |
|
---|
37 | iostream3/ by Ludwig Schwardt <[email protected]>
|
---|
38 | and Kevin Ruland <[email protected]>
|
---|
39 | Yet another C++ I/O streams interface
|
---|
40 |
|
---|
41 | masm686/ by Dan Higdon <[email protected]>
|
---|
42 | and Chuck Walbourn <[email protected]>
|
---|
43 | asm code for Pentium Pro/PII, using the MASM syntax
|
---|
44 |
|
---|
45 | masmx86/ by Gilles Vollant <[email protected]>
|
---|
46 | x86 asm code to replace longest_match() and inflate_fast(),
|
---|
47 | for Visual C++ and MASM
|
---|
48 |
|
---|
49 | minizip/ by Gilles Vollant <[email protected]>
|
---|
50 | Mini zip and unzip based on zlib
|
---|
51 | See http://www.winimage.com/zLibDll/unzip.html
|
---|
52 |
|
---|
53 | pascal/ by Bob Dellaca <[email protected]> et al.
|
---|
54 | Support for Pascal
|
---|
55 |
|
---|
56 | puff/ by Mark Adler <[email protected]>
|
---|
57 | Small, low memory usage inflate. Also serves to provide an
|
---|
58 | unambiguous description of the deflate format.
|
---|
59 |
|
---|
60 | testzlib/ by Gilles Vollant <[email protected]>
|
---|
61 | Example of the use of zlib
|
---|
62 |
|
---|
63 | untgz/ by "Pedro A. Aranda Guti\irrez" <[email protected]>
|
---|
64 | A very simple tar.gz file extractor using zlib
|
---|
65 |
|
---|
66 | visual-basic.txt by Carlos Rios <[email protected]>
|
---|
67 | How to use compress(), uncompress() and the gz* functions from VB
|
---|
68 |
|
---|
69 | vstudio/ by Gilles Vollant <[email protected]>
|
---|
70 | Building zlib with Visual Studio .NET
|
---|