summaryrefslogtreecommitdiff
path: root/INDEX
diff options
context:
space:
mode:
Diffstat (limited to 'INDEX')
-rw-r--r--INDEX34
1 files changed, 18 insertions, 16 deletions
diff --git a/INDEX b/INDEX
index 87df959..a1463ce 100644
--- a/INDEX
+++ b/INDEX
@@ -1,22 +1,24 @@
1ChangeLog history of changes 1ChangeLog history of changes
2FAQ Frequently Asked Questions about zlib 2FAQ Frequently Asked Questions about zlib
3INDEX this file 3INDEX this file
4Makefile makefile for Unix (generated by configure) 4Makefile makefile for Unix (generated by configure)
5Makefile.in makefile for Unix (template for configure) 5Makefile.in makefile for Unix (template for configure)
6README guess what 6README guess what
7algorithm.txt description of the (de)compression algorithm 7algorithm.txt description of the (de)compression algorithm
8configure configure script for Unix 8configure configure script for Unix
9zconf.in.h template for zconf.h (used by configure) 9zconf.in.h template for zconf.h (used by configure)
10 10
11aix/ instructions for building an AIX shared library 11aix/ instructions for building an AIX shared library
12old/ makefiles for various architectures and zlib documentation 12msdos/ makefiles for MSDOS
13 that has not yet been updated for zlib 1.2.x 13old/ makefiles for various architectures and zlib documentation
14 files that have not yet been updated for zlib 1.2.x
15win32/ makefiles for Windows
14 16
15 zlib public header files (must be kept): 17 zlib public header files (must be kept):
16zconf.h 18zconf.h
17zlib.h 19zlib.h
18 20
19 private source files used to build the zlib library: 21 private source files used to build the zlib library:
20adler32.c 22adler32.c
21compress.c 23compress.c
22crc32.c 24crc32.c
@@ -38,9 +40,9 @@ uncompr.c
38zutil.c 40zutil.c
39zutil.h 41zutil.h
40 42
41 source files for sample programs: 43 source files for sample programs:
42example.c 44example.c
43minigzip.c 45minigzip.c
44 46
45 unsupported contribution by third parties 47 unsupported contribution by third parties
46See contrib/README.contrib 48See contrib/README.contrib