summaryrefslogtreecommitdiff
path: root/contrib/README.contrib
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:20:15 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:20:15 -0700
commitc34c1fcbb19852ca35216ad66276f4f86af3fc22 (patch)
tree4bd0972d6c682e474725eca372f6551d539f8768 /contrib/README.contrib
parent02b6cf579f02ec78c052735020a5d3c5723ed641 (diff)
downloadzlib-1.1.2.tar.gz
zlib-1.1.2.tar.bz2
zlib-1.1.2.zip
zlib 1.1.2v1.1.2
Diffstat (limited to 'contrib/README.contrib')
-rw-r--r--contrib/README.contrib4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/README.contrib b/contrib/README.contrib
index 443eb6b..dfe9031 100644
--- a/contrib/README.contrib
+++ b/contrib/README.contrib
@@ -7,6 +7,10 @@ for help about these, not the zlib authors. Thanks.
7asm386/ by Gilles Vollant <info@winimage.com> 7asm386/ by Gilles Vollant <info@winimage.com>
8 386 asm code replacing longest_match(), for Visual C++ 4.2 and ML 6.11c 8 386 asm code replacing longest_match(), for Visual C++ 4.2 and ML 6.11c
9 9
10minizip/ by Gilles Vollant <info@winimage.com>
11 Mini zip and unzip based on zlib
12 See http://www.winimage.com/zLibDll/unzip.html
13
10iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> 14iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
11 A C++ I/O streams interface to the zlib gz* functions 15 A C++ I/O streams interface to the zlib gz* functions
12 16