diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:21:57 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:21:57 -0700 |
commit | 13a294f044ef0a89b2dcbfbb5d4d4c792673348e (patch) | |
tree | d9b377b4d8c00633c3da4e96659bfba9b08287f2 /INDEX | |
parent | 7c2a874e50b871d04fbd19501f7b42cff55e5abc (diff) | |
download | zlib-13a294f044ef0a89b2dcbfbb5d4d4c792673348e.tar.gz zlib-13a294f044ef0a89b2dcbfbb5d4d4c792673348e.tar.bz2 zlib-13a294f044ef0a89b2dcbfbb5d4d4c792673348e.zip |
zlib 1.2.0.1v1.2.0.1
Diffstat (limited to 'INDEX')
-rw-r--r-- | INDEX | 34 |
1 files changed, 18 insertions, 16 deletions
@@ -1,22 +1,24 @@ | |||
1 | ChangeLog history of changes | 1 | ChangeLog history of changes |
2 | FAQ Frequently Asked Questions about zlib | 2 | FAQ Frequently Asked Questions about zlib |
3 | INDEX this file | 3 | 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 | 7 | algorithm.txt description of the (de)compression algorithm |
8 | configure configure script for Unix | 8 | configure configure script for Unix |
9 | zconf.in.h template for zconf.h (used by configure) | 9 | zconf.in.h template for zconf.h (used by configure) |
10 | 10 | ||
11 | aix/ instructions for building an AIX shared library | 11 | aix/ instructions for building an AIX shared library |
12 | old/ makefiles for various architectures and zlib documentation | 12 | msdos/ makefiles for MSDOS |
13 | that has not yet been updated for zlib 1.2.x | 13 | old/ makefiles for various architectures and zlib documentation |
14 | files that have not yet been updated for zlib 1.2.x | ||
15 | win32/ makefiles for Windows | ||
14 | 16 | ||
15 | zlib public header files (must be kept): | 17 | zlib public header files (must be kept): |
16 | zconf.h | 18 | zconf.h |
17 | zlib.h | 19 | zlib.h |
18 | 20 | ||
19 | private source files used to build the zlib library: | 21 | private source files used to build the zlib library: |
20 | adler32.c | 22 | adler32.c |
21 | compress.c | 23 | compress.c |
22 | crc32.c | 24 | crc32.c |
@@ -38,9 +40,9 @@ uncompr.c | |||
38 | zutil.c | 40 | zutil.c |
39 | zutil.h | 41 | zutil.h |
40 | 42 | ||
41 | source files for sample programs: | 43 | source files for sample programs: |
42 | example.c | 44 | example.c |
43 | minigzip.c | 45 | minigzip.c |
44 | 46 | ||
45 | unsupported contribution by third parties | 47 | unsupported contribution by third parties |
46 | See contrib/README.contrib | 48 | See contrib/README.contrib |