diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:14:39 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:14:39 -0700 |
| commit | 423eb40306489f9c88f7dba32c2f69179166730b (patch) | |
| tree | b5a83b0b1e52bbe0de973dcbc7ec008c1d7cf7d9 /INDEX | |
| parent | 8a2acbffc86012de3523ecf91db2c4ea1b1c4ea2 (diff) | |
| download | zlib-1.0.1.tar.gz zlib-1.0.1.tar.bz2 zlib-1.0.1.zip | |
zlib 1.0.1v1.0.1
Diffstat (limited to 'INDEX')
| -rw-r--r-- | INDEX | 46 |
1 files changed, 46 insertions, 0 deletions
| @@ -0,0 +1,46 @@ | |||
| 1 | ChangeLog history of changes | ||
| 2 | INDEX this file | ||
| 3 | Make_vms.com script for Vax/VMS | ||
| 4 | Makefile makefile for Unix (generated by configure) | ||
| 5 | Makefile.b32 makefile for Borland C++ 32-bit | ||
| 6 | Makefile.bor makefile for Borland C/C++ 16-bit | ||
| 7 | Makefile.dj2 makefile for DJGPP 2.x | ||
| 8 | Makefile.in makefile for Unix (template for configure) | ||
| 9 | Makefile.msc makefile for Microsoft C 16-bit | ||
| 10 | Makefile.sas makefile for Amiga SAS/C | ||
| 11 | Makefile.tc makefile for Turbo C | ||
| 12 | Makefile.wat makefile for Watcom C | ||
| 13 | README guess what | ||
| 14 | configure configure script for Unix | ||
| 15 | descrip.mms makefile for Vax/VMS | ||
| 16 | |||
| 17 | zlib public header files (must be kept): | ||
| 18 | zconf.h | ||
| 19 | zlib.h | ||
| 20 | |||
| 21 | private source files used to build the zlib library: | ||
| 22 | adler32.c | ||
| 23 | compress.c | ||
| 24 | crc32.c | ||
| 25 | deflate.c | ||
| 26 | deflate.h | ||
| 27 | gzio.c | ||
| 28 | infblock.c | ||
| 29 | infblock.h | ||
| 30 | infcodes.c | ||
| 31 | infcodes.h | ||
| 32 | inffast.c | ||
| 33 | inffast.h | ||
| 34 | inflate.c | ||
| 35 | inftrees.c | ||
| 36 | inftrees.h | ||
| 37 | infutil.c | ||
| 38 | infutil.h | ||
| 39 | trees.c | ||
| 40 | uncompr.c | ||
| 41 | zutil.c | ||
| 42 | zutil.h | ||
| 43 | |||
| 44 | source files for sample programs: | ||
| 45 | example.c | ||
| 46 | minigzip.c | ||
