diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:49 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:26:49 -0700 |
commit | d004b047838a7e803818b4973a2e39e0ff8c1fa2 (patch) | |
tree | 9e8c804f78d73152c70d4ff24c6a7531a0d46782 /INDEX | |
parent | f6194ef39af5864f792412460c354cc339dde7d1 (diff) | |
download | zlib-d004b047838a7e803818b4973a2e39e0ff8c1fa2.tar.gz zlib-d004b047838a7e803818b4973a2e39e0ff8c1fa2.tar.bz2 zlib-d004b047838a7e803818b4973a2e39e0ff8c1fa2.zip |
zlib 1.2.3.5v1.2.3.5
Diffstat (limited to 'INDEX')
-rw-r--r-- | INDEX | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,4 @@ | |||
1 | CMakeLists.txt cmake build file | ||
1 | ChangeLog history of changes | 2 | ChangeLog history of changes |
2 | FAQ Frequently Asked Questions about zlib | 3 | FAQ Frequently Asked Questions about zlib |
3 | INDEX this file | 4 | INDEX this file |
@@ -6,7 +7,7 @@ Makefile.in makefile for Unix (template for configure) | |||
6 | README guess what | 7 | README guess what |
7 | configure configure script for Unix | 8 | configure configure script for Unix |
8 | make_vms.com makefile for VMS | 9 | make_vms.com makefile for VMS |
9 | treebuild.xml see http://treebuild.metux.de/ | 10 | treebuild.xml XML description of source file dependencies |
10 | zlib.3 Man page for zlib | 11 | zlib.3 Man page for zlib |
11 | zlib.map Linux symbol information | 12 | zlib.map Linux symbol information |
12 | zlib.pc.in Template for pkg-config descriptor | 13 | zlib.pc.in Template for pkg-config descriptor |
@@ -16,12 +17,14 @@ amiga/ makefiles for Amiga SAS C | |||
16 | as400/ makefiles for IBM AS/400 | 17 | as400/ makefiles for IBM AS/400 |
17 | doc/ documentation for formats and algorithms | 18 | doc/ documentation for formats and algorithms |
18 | msdos/ makefiles for MSDOS | 19 | msdos/ makefiles for MSDOS |
20 | nintendods/ makefile for Nintendo DS | ||
19 | old/ makefiles for various architectures and zlib documentation | 21 | old/ makefiles for various architectures and zlib documentation |
20 | files that have not yet been updated for zlib 1.2.x | 22 | files that have not yet been updated for zlib 1.2.x |
21 | projects/ projects for various Integrated Development Environments | 23 | projects/ projects for various Integrated Development Environments |
22 | qnx/ makefiles for QNX | 24 | qnx/ makefiles for QNX |
23 | watcom/ makefiles for OpenWatcom | 25 | watcom/ makefiles for OpenWatcom |
24 | win32/ makefiles for Windows | 26 | win32/ makefiles for Windows |
27 | zlibdefs.h.cmakein input file for cmake build | ||
25 | 28 | ||
26 | zlib public header files (required for library use): | 29 | zlib public header files (required for library use): |
27 | zconf.h | 30 | zconf.h |
@@ -35,7 +38,12 @@ crc32.c | |||
35 | crc32.h | 38 | crc32.h |
36 | deflate.c | 39 | deflate.c |
37 | deflate.h | 40 | deflate.h |
41 | gzclose.c | ||
42 | gzguts.h | ||
38 | gzio.c | 43 | gzio.c |
44 | gzlib.c | ||
45 | gzread.c | ||
46 | gzwrite.c | ||
39 | infback.c | 47 | infback.c |
40 | inffast.c | 48 | inffast.c |
41 | inffast.h | 49 | inffast.h |