summaryrefslogtreecommitdiff
path: root/contrib/README.contrib
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:17:33 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:17:33 -0700
commit7850e4e406dce1f7a819297eeb151d1ca18e7cd9 (patch)
treed4befddacae46b06c4924193904de533099610b4 /contrib/README.contrib
parentebd3c2c0e734fc99a1360014ea52ed04fe6aade4 (diff)
downloadzlib-1.0.7.tar.gz
zlib-1.0.7.tar.bz2
zlib-1.0.7.zip
zlib 1.0.7v1.0.7
Diffstat (limited to 'contrib/README.contrib')
-rw-r--r--contrib/README.contrib21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/README.contrib b/contrib/README.contrib
new file mode 100644
index 0000000..87eb1e3
--- /dev/null
+++ b/contrib/README.contrib
@@ -0,0 +1,21 @@
1All files under this contrib directory are UNSUPPORTED. There were
2provided by users of zlib and were not tested by the authors of zlib.
3Use at your own risk. Please contact the authors of the contributions
4for help about these, not the zlib authors. Thanks.
5
6
7asm386/ by Gilles Vollant <info@winimage.com>
8 386 asm code replacing longest_match(). This code may be slower
9 than the C code if you have a good compiler.
10
11iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
12 A C++ I/O streams interface to the zlib gz* functions
13
14iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no>
15 Another C++ I/O streams interface
16
17untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
18 A very simple tar.gz file extractor using zlib
19
20visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
21 How to use compress(), uncompress() and the gz* functions from VB.