]> git.lizzy.rs Git - zlib.git/blob - INDEX
zlib 1.2.0
[zlib.git] / INDEX
1 ChangeLog               history of changes
2 FAQ                     Frequently Asked Questions about zlib
3 INDEX                   this file
4 Makefile                makefile for Unix (generated by configure)
5 Makefile.in             makefile for Unix (template for configure)
6 README                  guess what
7 algorithm.txt           description of the (de)compression algorithm
8 configure               configure script for Unix
9 zconf.in.h              template for zconf.h (used by configure)
10
11 aix/                    instructions for building an AIX shared library
12 old/                    makefiles for various architectures and zlib documentation
13                         that has not yet been updated for zlib 1.2.x
14
15                 zlib public header files (must be kept):
16 zconf.h
17 zlib.h
18
19                 private source files used to build the zlib library:
20 adler32.c
21 compress.c
22 crc32.c
23 crc32.h
24 deflate.c
25 deflate.h
26 gzio.c
27 infback.c
28 inffast.c
29 inffast.h
30 inffixed.h
31 inflate.c
32 inflate.h
33 inftrees.c
34 inftrees.h
35 trees.c
36 trees.h
37 uncompr.c
38 zutil.c
39 zutil.h
40
41                 source files for sample programs:
42 example.c
43 minigzip.c
44
45                 unsupported contribution by third parties
46 See contrib/README.contrib