aboutsummaryrefslogtreecommitdiff
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-c34c1fcbb19852ca35216ad66276f4f86af3fc22.tar.bz2
zlib-c34c1fcbb19852ca35216ad66276f4f86af3fc22.zip
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)
5Makefile.in makefile for Unix (template for configure) 5Makefile.in makefile for Unix (template for configure)
6Makefile.msc makefile for Microsoft C 16-bit 6Makefile.msc makefile for Microsoft C 16-bit
7Makefile.riscos makefile for RISCOS 7Makefile.riscos makefile for RISCOS
8Makefile.sas makefile for Amiga SAS/C
9README guess what 8README guess what
10algorithm.txt description of the (de)compression algorithm 9algorithm.txt description of the (de)compression algorithm
11configure configure script for Unix 10configure configure script for Unix
@@ -13,6 +12,9 @@ descrip.mms makefile for Vax/VMS
13zlib.3 mini man page for zlib (volunteers to write full 12zlib.3 mini man page for zlib (volunteers to write full
14 man pages from zlib.h welcome. write to jloup@gzip.org) 13 man pages from zlib.h welcome. write to jloup@gzip.org)
15 14
15amiga/Makefile.sas makefile for Amiga SAS/C
16amiga/Makefile.pup makefile for Amiga powerUP SAS/C PPC
17
16msdos/Makefile.w32 makefile for Microsoft Visual C++ 32-bit 18msdos/Makefile.w32 makefile for Microsoft Visual C++ 32-bit
17msdos/Makefile.b32 makefile for Borland C++ 32-bit 19msdos/Makefile.b32 makefile for Borland C++ 32-bit
18msdos/Makefile.bor makefile for Borland C/C++ 16-bit 20msdos/Makefile.bor makefile for Borland C/C++ 16-bit
@@ -48,6 +50,7 @@ inftrees.c
48inftrees.h 50inftrees.h
49infutil.c 51infutil.c
50infutil.h 52infutil.h
53maketree.c
51trees.c 54trees.c
52uncompr.c 55uncompr.c
53zutil.c 56zutil.c
@@ -62,6 +65,10 @@ minigzip.c
62contrib/asm386/ by Gilles Vollant <info@winimage.com> 65contrib/asm386/ by Gilles Vollant <info@winimage.com>
63 386 asm code replacing longest_match(). 66 386 asm code replacing longest_match().
64 67
68contrib/minizip/ by Gilles Vollant <info@winimage.com>
69 Mini zip and unzip based on zlib
70 See http://www.winimage.com/zLibDll/unzip.html
71
65contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> 72contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
66 A C++ I/O streams interface to the zlib gz* functions 73 A C++ I/O streams interface to the zlib gz* functions
67 74