diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:27 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:25:27 -0700 |
commit | b1c19ca6d82c98a8be6cd9cad7a9c5fa5e8e634e (patch) | |
tree | f0eeb8f52d07819f417411da5104c9d743dd46de /INDEX | |
parent | abf180a067223611620dd97dd5681df7c7fa7c9b (diff) | |
download | zlib-b1c19ca6d82c98a8be6cd9cad7a9c5fa5e8e634e.tar.gz zlib-b1c19ca6d82c98a8be6cd9cad7a9c5fa5e8e634e.tar.bz2 zlib-b1c19ca6d82c98a8be6cd9cad7a9c5fa5e8e634e.zip |
zlib 1.2.3.1v1.2.3.1
Diffstat (limited to 'INDEX')
-rw-r--r-- | INDEX | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -4,20 +4,26 @@ INDEX this file | |||
4 | Makefile makefile for Unix (generated by configure) | 4 | Makefile makefile for Unix (generated by configure) |
5 | Makefile.in makefile for Unix (template for configure) | 5 | Makefile.in makefile for Unix (template for configure) |
6 | README guess what | 6 | README guess what |
7 | algorithm.txt description of the (de)compression algorithm | ||
8 | configure configure script for Unix | 7 | configure configure script for Unix |
8 | make_vms.com makefile for VMS | ||
9 | zconf.in.h template for zconf.h (used by configure) | 9 | zconf.in.h template for zconf.h (used by configure) |
10 | zlib.3 Man page for zlib | ||
11 | zlib.map Linux symbol information | ||
12 | zlib.pc.in ?? | ||
10 | 13 | ||
11 | amiga/ makefiles for Amiga SAS C | 14 | amiga/ makefiles for Amiga SAS C |
12 | as400/ makefiles for IBM AS/400 | 15 | as400/ makefiles for IBM AS/400 |
16 | doc/ documentation for formats and algorithms | ||
13 | msdos/ makefiles for MSDOS | 17 | msdos/ makefiles for MSDOS |
14 | old/ makefiles for various architectures and zlib documentation | 18 | old/ makefiles for various architectures and zlib documentation |
15 | files that have not yet been updated for zlib 1.2.x | 19 | files that have not yet been updated for zlib 1.2.x |
16 | projects/ projects for various Integrated Development Environments | 20 | projects/ projects for various Integrated Development Environments |
17 | qnx/ makefiles for QNX | 21 | qnx/ makefiles for QNX |
22 | todo/ works in progress | ||
23 | watcom/ makefiles for OpenWatcom | ||
18 | win32/ makefiles for Windows | 24 | win32/ makefiles for Windows |
19 | 25 | ||
20 | zlib public header files (must be kept): | 26 | zlib public header files (required for library use): |
21 | zconf.h | 27 | zconf.h |
22 | zlib.h | 28 | zlib.h |
23 | 29 | ||
@@ -46,6 +52,7 @@ zutil.h | |||
46 | source files for sample programs: | 52 | source files for sample programs: |
47 | example.c | 53 | example.c |
48 | minigzip.c | 54 | minigzip.c |
55 | See examples/README.examples for more | ||
49 | 56 | ||
50 | unsupported contribution by third parties | 57 | unsupported contribution by third parties |
51 | See contrib/README.contrib | 58 | See contrib/README.contrib |