INDEX 1.13 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
ChangeLog       history of changes
FAQ             Frequently Asked Questions about zlib
INDEX           this file
Makefile        makefile for Unix (generated by configure)
Makefile.in     makefile for Unix (template for configure)
README          guess what
algorithm.txt   description of the (de)compression algorithm
configure       configure script for Unix
zconf.in.h      template for zconf.h (used by configure)

msdos/          makefiles for MSDOS
old/            makefiles for various architectures and zlib documentation
                files that have not yet been updated for zlib 1.2.x
qnx/            makefiles for QNX
win32/          makefiles for Windows

                zlib public header files (must be kept):
Tom Tromey committed
18 19 20
zconf.h
zlib.h

21
                private source files used to build the zlib library:
Tom Tromey committed
22 23 24
adler32.c
compress.c
crc32.c
25
crc32.h
Tom Tromey committed
26 27 28
deflate.c
deflate.h
gzio.c
29
infback.c
Tom Tromey committed
30 31
inffast.c
inffast.h
32
inffixed.h
Tom Tromey committed
33
inflate.c
34
inflate.h
Tom Tromey committed
35 36 37
inftrees.c
inftrees.h
trees.c
38
trees.h
Tom Tromey committed
39 40 41 42
uncompr.c
zutil.c
zutil.h

43
                source files for sample programs:
Tom Tromey committed
44 45 46
example.c
minigzip.c

47 48
                unsupported contribution by third parties
See contrib/README.contrib