John Criswell | 2a9d717 | 2004-02-06 16:36:42 +0000 | [diff] [blame] | 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): |
| 18 | zconf.h |
| 19 | zlib.h |
| 20 | |
| 21 | private source files used to build the zlib library: |
| 22 | adler32.c |
| 23 | compress.c |
| 24 | crc32.c |
| 25 | crc32.h |
| 26 | deflate.c |
| 27 | deflate.h |
| 28 | gzio.c |
| 29 | infback.c |
| 30 | inffast.c |
| 31 | inffast.h |
| 32 | inffixed.h |
| 33 | inflate.c |
| 34 | inflate.h |
| 35 | inftrees.c |
| 36 | inftrees.h |
| 37 | trees.c |
| 38 | trees.h |
| 39 | uncompr.c |
| 40 | zutil.c |
| 41 | zutil.h |
| 42 | |
| 43 | source files for sample programs: |
| 44 | example.c |
| 45 | minigzip.c |
| 46 | |
| 47 | unsupported contribution by third parties |
| 48 | See contrib/README.contrib |