Fossil SCM
| 7ef7284… | drh | 1 | CMakeLists.txt cmake build file |
| 7ef7284… | drh | 2 | ChangeLog history of changes |
| 7ef7284… | drh | 3 | FAQ Frequently Asked Questions about zlib |
| 7ef7284… | drh | 4 | INDEX this file |
| 7ef7284… | drh | 5 | Makefile dummy Makefile that tells you to ./configure |
| 7ef7284… | drh | 6 | Makefile.in template for Unix Makefile |
| 7ef7284… | drh | 7 | README guess what |
| 7ef7284… | drh | 8 | configure configure script for Unix |
| 7ef7284… | drh | 9 | make_vms.com makefile for VMS |
| 7ef7284… | drh | 10 | test/example.c zlib usages examples for build testing |
| 7ef7284… | drh | 11 | test/minigzip.c minimal gzip-like functionality for build testing |
| 7ef7284… | drh | 12 | test/infcover.c inf*.c code coverage for build coverage testing |
| 7ef7284… | drh | 13 | treebuild.xml XML description of source file dependencies |
| 7ef7284… | drh | 14 | zconf.h.cmakein zconf.h template for cmake |
| 7ef7284… | drh | 15 | zconf.h.in zconf.h template for configure |
| 7ef7284… | drh | 16 | zlib.3 Man page for zlib |
| 7ef7284… | drh | 17 | zlib.3.pdf Man page in PDF format |
| 7ef7284… | drh | 18 | zlib.map Linux symbol information |
| 7ef7284… | drh | 19 | zlib.pc.in Template for pkg-config descriptor |
| 7ef7284… | drh | 20 | zlib.pc.cmakein zlib.pc template for cmake |
| 7ef7284… | drh | 21 | zlib2ansi perl script to convert source files for C++ compilation |
| 7ef7284… | drh | 22 | |
| 7ef7284… | drh | 23 | amiga/ makefiles for Amiga SAS C |
| 7ef7284… | drh | 24 | doc/ documentation for formats and algorithms |
| 7ef7284… | drh | 25 | msdos/ makefiles for MSDOS |
| 7ef7284… | drh | 26 | old/ makefiles for various architectures and zlib documentation |
| 7ef7284… | drh | 27 | files that have not yet been updated for zlib 1.2.x |
| 6ea30fb… | florian | 28 | os400/ makefiles for OS/400 |
| 7ef7284… | drh | 29 | qnx/ makefiles for QNX |
| 7ef7284… | drh | 30 | watcom/ makefiles for OpenWatcom |
| 7ef7284… | drh | 31 | win32/ makefiles for Windows |
| 7ef7284… | drh | 32 | |
| 7ef7284… | drh | 33 | zlib public header files (required for library use): |
| 7ef7284… | drh | 34 | zconf.h |
| 7ef7284… | drh | 35 | zlib.h |
| 7ef7284… | drh | 36 | |
| 7ef7284… | drh | 37 | private source files used to build the zlib library: |
| 7ef7284… | drh | 38 | adler32.c |
| 7ef7284… | drh | 39 | compress.c |
| 7ef7284… | drh | 40 | crc32.c |
| 7ef7284… | drh | 41 | crc32.h |
| 7ef7284… | drh | 42 | deflate.c |
| 7ef7284… | drh | 43 | deflate.h |
| 7ef7284… | drh | 44 | gzclose.c |
| 7ef7284… | drh | 45 | gzguts.h |
| 7ef7284… | drh | 46 | gzlib.c |
| 7ef7284… | drh | 47 | gzread.c |
| 7ef7284… | drh | 48 | gzwrite.c |
| 7ef7284… | drh | 49 | infback.c |
| 7ef7284… | drh | 50 | inffast.c |
| 7ef7284… | drh | 51 | inffast.h |
| 7ef7284… | drh | 52 | inffixed.h |
| 7ef7284… | drh | 53 | inflate.c |
| 7ef7284… | drh | 54 | inflate.h |
| 7ef7284… | drh | 55 | inftrees.c |
| 7ef7284… | drh | 56 | inftrees.h |
| 7ef7284… | drh | 57 | trees.c |
| 7ef7284… | drh | 58 | trees.h |
| 7ef7284… | drh | 59 | uncompr.c |
| 7ef7284… | drh | 60 | zutil.c |
| 7ef7284… | drh | 61 | zutil.h |
| 7ef7284… | drh | 62 | |
| 7ef7284… | drh | 63 | source files for sample programs |
| 7ef7284… | drh | 64 | See examples/README.examples |
| 7ef7284… | drh | 65 | |
| 7ef7284… | drh | 66 | unsupported contributions by third parties |
| 7ef7284… | drh | 67 | See contrib/README.contrib |