]> git.lizzy.rs Git - zlib.git/blob - INDEX
zlib 1.1.1
[zlib.git] / INDEX
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.in             makefile for Unix (template for configure)
6 Makefile.msc            makefile for Microsoft C 16-bit
7 Makefile.riscos         makefile for RISCOS
8 Makefile.sas            makefile for Amiga SAS/C
9 README                  guess what
10 algorithm.txt           description of the (de)compression algorithm
11 configure               configure script for Unix
12 descrip.mms             makefile for Vax/VMS
13 zlib.3                  mini man page for zlib (volunteers to write full
14                         man pages from zlib.h welcome. write to jloup@gzip.org)
15
16 msdos/Makefile.w32      makefile for Microsoft Visual C++ 32-bit
17 msdos/Makefile.b32      makefile for Borland C++   32-bit
18 msdos/Makefile.bor      makefile for Borland C/C++ 16-bit
19 msdos/Makefile.dj2      makefile for DJGPP 2.x
20 msdos/Makefile.tc       makefile for Turbo C
21 msdos/Makefile.wat      makefile for Watcom C
22 msdos/zlib.def          definition file for Windows DLL
23 msdos/zlib.rc           definition file for Windows DLL
24
25 nt/Makefile.nt          makefile for Windows NT
26 nt/zlib.dnt             definition file for Windows NT DLL
27
28
29                 zlib public header files (must be kept):
30 zconf.h
31 zlib.h
32
33                 private source files used to build the zlib library:
34 adler32.c
35 compress.c
36 crc32.c
37 deflate.c
38 deflate.h
39 gzio.c
40 infblock.c
41 infblock.h
42 infcodes.c
43 infcodes.h
44 inffast.c
45 inffast.h
46 inflate.c
47 inftrees.c
48 inftrees.h
49 infutil.c
50 infutil.h
51 trees.c
52 uncompr.c
53 zutil.c
54 zutil.h
55
56                 source files for sample programs:
57 example.c
58 minigzip.c
59
60                 unsupported contribution by third parties
61
62 contrib/asm386/ by Gilles Vollant <info@winimage.com>
63         386 asm code replacing longest_match().
64
65 contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
66         A C++ I/O streams interface to the zlib gz* functions
67
68 contrib/iostream2/  by Tyge Løvset <Tyge.Lovset@cmr.no>
69         Another C++ I/O streams interface
70
71 contrib/untgz/  by "Pedro A. Aranda Guti\irrez" <paag@tid.es>
72         A very simple tar.gz extractor using zlib
73
74 contrib/visual-basic.txt by Carlos Rios <c_rios@sonda.cl>
75         How to use compress(), uncompress() and the gz* functions from VB.