summaryrefslogtreecommitdiff
path: root/INDEX
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 /INDEX
parent02b6cf579f02ec78c052735020a5d3c5723ed641 (diff)
downloadzlib-c34c1fcbb19852ca35216ad66276f4f86af3fc22.tar.gz
zlib 1.1.2v1.1.2
Diffstat (limited to 'INDEX')
-rw-r--r--INDEX9
1 files changed, 8 insertions, 1 deletions
diff --git a/INDEX b/INDEX
index c436af6..c405328 100644
--- a/INDEX
+++ b/INDEX
@@ -5,7 +5,6 @@ Makefile makefile for Unix (generated by configure)
Makefile.in makefile for Unix (template for configure)
Makefile.msc makefile for Microsoft C 16-bit
Makefile.riscos makefile for RISCOS
-Makefile.sas makefile for Amiga SAS/C
README guess what
algorithm.txt description of the (de)compression algorithm
configure configure script for Unix
@@ -13,6 +12,9 @@ descrip.mms makefile for Vax/VMS
zlib.3 mini man page for zlib (volunteers to write full
man pages from zlib.h welcome. write to jloup@gzip.org)
+amiga/Makefile.sas makefile for Amiga SAS/C
+amiga/Makefile.pup makefile for Amiga powerUP SAS/C PPC
+
msdos/Makefile.w32 makefile for Microsoft Visual C++ 32-bit
msdos/Makefile.b32 makefile for Borland C++ 32-bit
msdos/Makefile.bor makefile for Borland C/C++ 16-bit
@@ -48,6 +50,7 @@ inftrees.c
inftrees.h
infutil.c
infutil.h
+maketree.c
trees.c
uncompr.c
zutil.c
@@ -62,6 +65,10 @@ minigzip.c
contrib/asm386/ by Gilles Vollant <info@winimage.com>
386 asm code replacing longest_match().
+contrib/minizip/ by Gilles Vollant <info@winimage.com>
+ Mini zip and unzip based on zlib
+ See http://www.winimage.com/zLibDll/unzip.html
+
contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
A C++ I/O streams interface to the zlib gz* functions