zlib/INDEX

52 lines
1.3 KiB
Plaintext
Raw Normal View History

2011-09-10 10:21:57 +04:00
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)
2011-09-10 10:15:17 +04:00
2011-09-10 10:23:45 +04:00
amiga/ makefiles for Amiga SAS C
as400/ makefiles for IBM AS/400
2011-09-10 10:22:37 +04:00
msdos/ makefiles for MSDOS
2011-09-10 10:21:57 +04:00
old/ makefiles for various architectures and zlib documentation
files that have not yet been updated for zlib 1.2.x
2011-09-10 10:23:45 +04:00
projects/ projects for various Integrated Development Environments
2011-09-10 10:22:37 +04:00
qnx/ makefiles for QNX
win32/ makefiles for Windows
2011-09-10 10:14:39 +04:00
2011-09-10 10:21:57 +04:00
zlib public header files (must be kept):
2011-09-10 10:14:39 +04:00
zconf.h
zlib.h
2011-09-10 10:21:57 +04:00
private source files used to build the zlib library:
2011-09-10 10:14:39 +04:00
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
2011-09-10 10:21:57 +04:00
source files for sample programs:
2011-09-10 10:14:39 +04:00
example.c
minigzip.c
2011-09-10 10:17:33 +04:00
2011-09-10 10:21:57 +04:00
unsupported contribution by third parties
2011-09-10 10:21:47 +04:00
See contrib/README.contrib