]>
Commit | Line | Data |
---|---|---|
21ea11a1 VS |
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 | msdos/ makefiles for MSDOS | |
12 | old/ makefiles for various architectures and zlib documentation | |
13 | files that have not yet been updated for zlib 1.2.x | |
14 | qnx/ makefiles for QNX | |
15 | win32/ makefiles for Windows | |
16 | ||
17 | zlib public header files (must be kept): | |
c801d85f KB |
18 | zconf.h |
19 | zlib.h | |
20 | ||
21ea11a1 | 21 | private source files used to build the zlib library: |
c801d85f KB |
22 | adler32.c |
23 | compress.c | |
24 | crc32.c | |
21ea11a1 | 25 | crc32.h |
c801d85f KB |
26 | deflate.c |
27 | deflate.h | |
28 | gzio.c | |
21ea11a1 | 29 | infback.c |
c801d85f KB |
30 | inffast.c |
31 | inffast.h | |
21ea11a1 | 32 | inffixed.h |
c801d85f | 33 | inflate.c |
21ea11a1 | 34 | inflate.h |
c801d85f KB |
35 | inftrees.c |
36 | inftrees.h | |
c801d85f | 37 | trees.c |
21ea11a1 | 38 | trees.h |
c801d85f KB |
39 | uncompr.c |
40 | zutil.c | |
41 | zutil.h | |
42 | ||
21ea11a1 | 43 | source files for sample programs: |
c801d85f KB |
44 | example.c |
45 | minigzip.c | |
46 | ||
21ea11a1 VS |
47 | unsupported contribution by third parties |
48 | See contrib/README.contrib |