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