diff options
Diffstat (limited to 'INDEX')
-rw-r--r-- | INDEX | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -5,7 +5,6 @@ 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 | Makefile.msc makefile for Microsoft C 16-bit | 6 | Makefile.msc makefile for Microsoft C 16-bit |
7 | Makefile.riscos makefile for RISCOS | 7 | Makefile.riscos makefile for RISCOS |
8 | Makefile.sas makefile for Amiga SAS/C | ||
9 | README guess what | 8 | README guess what |
10 | algorithm.txt description of the (de)compression algorithm | 9 | algorithm.txt description of the (de)compression algorithm |
11 | configure configure script for Unix | 10 | configure configure script for Unix |
@@ -13,6 +12,9 @@ descrip.mms makefile for Vax/VMS | |||
13 | zlib.3 mini man page for zlib (volunteers to write full | 12 | zlib.3 mini man page for zlib (volunteers to write full |
14 | man pages from zlib.h welcome. write to jloup@gzip.org) | 13 | man pages from zlib.h welcome. write to jloup@gzip.org) |
15 | 14 | ||
15 | amiga/Makefile.sas makefile for Amiga SAS/C | ||
16 | amiga/Makefile.pup makefile for Amiga powerUP SAS/C PPC | ||
17 | |||
16 | msdos/Makefile.w32 makefile for Microsoft Visual C++ 32-bit | 18 | msdos/Makefile.w32 makefile for Microsoft Visual C++ 32-bit |
17 | msdos/Makefile.b32 makefile for Borland C++ 32-bit | 19 | msdos/Makefile.b32 makefile for Borland C++ 32-bit |
18 | msdos/Makefile.bor makefile for Borland C/C++ 16-bit | 20 | msdos/Makefile.bor makefile for Borland C/C++ 16-bit |
@@ -48,6 +50,7 @@ inftrees.c | |||
48 | inftrees.h | 50 | inftrees.h |
49 | infutil.c | 51 | infutil.c |
50 | infutil.h | 52 | infutil.h |
53 | maketree.c | ||
51 | trees.c | 54 | trees.c |
52 | uncompr.c | 55 | uncompr.c |
53 | zutil.c | 56 | zutil.c |
@@ -62,6 +65,10 @@ minigzip.c | |||
62 | contrib/asm386/ by Gilles Vollant <info@winimage.com> | 65 | contrib/asm386/ by Gilles Vollant <info@winimage.com> |
63 | 386 asm code replacing longest_match(). | 66 | 386 asm code replacing longest_match(). |
64 | 67 | ||
68 | contrib/minizip/ by Gilles Vollant <info@winimage.com> | ||
69 | Mini zip and unzip based on zlib | ||
70 | See http://www.winimage.com/zLibDll/unzip.html | ||
71 | |||
65 | contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> | 72 | contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> |
66 | A C++ I/O streams interface to the zlib gz* functions | 73 | A C++ I/O streams interface to the zlib gz* functions |
67 | 74 | ||