zlib/INDEX

47 lines
975 B
Plaintext
Raw Normal View History

2011-09-10 10:17:33 +04:00
ChangeLog history of changes
2011-09-10 10:20:29 +04:00
FAQ Frequently Asked Questions about zlib
2011-09-10 10:21:47 +04:00
INDEX this file
2011-09-10 10:17:33 +04:00
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
2011-09-10 10:21:47 +04:00
zconf.in.h template for zconf.h (used by configure)
2011-09-10 10:15:17 +04:00
2011-09-10 10:21:47 +04:00
aix/ instructions for building an AIX shared library
old/ makefiles for various architectures and zlib documentation
that has not yet been updated for zlib 1.2.x
2011-09-10 10:14:39 +04:00
zlib public header files (must be kept):
zconf.h
zlib.h
private source files used to build the zlib library:
adler32.c
compress.c
crc32.c
2011-09-10 10:21:47 +04:00
crc32.h
2011-09-10 10:14:39 +04:00
deflate.c
deflate.h
gzio.c
2011-09-10 10:21:47 +04:00
infback.c
2011-09-10 10:14:39 +04:00
inffast.c
inffast.h
2011-09-10 10:21:47 +04:00
inffixed.h
2011-09-10 10:14:39 +04:00
inflate.c
2011-09-10 10:21:47 +04:00
inflate.h
2011-09-10 10:14:39 +04:00
inftrees.c
inftrees.h
trees.c
2011-09-10 10:21:47 +04:00
trees.h
2011-09-10 10:14:39 +04:00
uncompr.c
zutil.c
zutil.h
source files for sample programs:
example.c
minigzip.c
2011-09-10 10:17:33 +04:00
unsupported contribution by third parties
2011-09-10 10:21:47 +04:00
See contrib/README.contrib