diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:26 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:27:26 -0700 |
commit | 7751bd4c715ea8478113e34b49b5a794a4642e8e (patch) | |
tree | 537ba82b3780f933c2f17028febd6fe3a2332190 /INDEX | |
parent | e0ff940e1adb68d3575705ebf1546d9f07ad3b4a (diff) | |
download | zlib-7751bd4c715ea8478113e34b49b5a794a4642e8e.tar.gz zlib-7751bd4c715ea8478113e34b49b5a794a4642e8e.tar.bz2 zlib-7751bd4c715ea8478113e34b49b5a794a4642e8e.zip |
zlib 1.2.3.9v1.2.3.9
Diffstat (limited to 'INDEX')
-rw-r--r-- | INDEX | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -7,7 +7,7 @@ README guess what | |||
7 | configure configure script for Unix | 7 | configure configure script for Unix |
8 | make_vms.com makefile for VMS | 8 | make_vms.com makefile for VMS |
9 | treebuild.xml XML description of source file dependencies | 9 | treebuild.xml XML description of source file dependencies |
10 | zconf.in.h zconf.h template for configure | 10 | zconf.h.in zconf.h template for configure |
11 | zlib.3 Man page for zlib | 11 | zlib.3 Man page for zlib |
12 | zlib.map Linux symbol information | 12 | zlib.map Linux symbol information |
13 | zlib.pc.in Template for pkg-config descriptor | 13 | zlib.pc.in Template for pkg-config descriptor |
@@ -28,7 +28,7 @@ watcom/ makefiles for OpenWatcom | |||
28 | win32/ makefiles for Windows | 28 | win32/ makefiles for Windows |
29 | 29 | ||
30 | zlib public header files (required for library use): | 30 | zlib public header files (required for library use): |
31 | zconf.h | 31 | zconf.h (made by configure) |
32 | zlib.h | 32 | zlib.h |
33 | 33 | ||
34 | private source files used to build the zlib library: | 34 | private source files used to build the zlib library: |
@@ -40,7 +40,6 @@ deflate.c | |||
40 | deflate.h | 40 | deflate.h |
41 | gzclose.c | 41 | gzclose.c |
42 | gzguts.h | 42 | gzguts.h |
43 | gzio.c | ||
44 | gzlib.c | 43 | gzlib.c |
45 | gzread.c | 44 | gzread.c |
46 | gzwrite.c | 45 | gzwrite.c |