]> git.saurik.com Git - wxWidgets.git/blame - src/zlib/INDEX
Initial revision
[wxWidgets.git] / src / zlib / INDEX
CommitLineData
c801d85f
KB
1ChangeLog history of changes
2INDEX this file
3Make_vms.com script for Vax/VMS
4Makefile makefile for Unix (generated by configure)
5Makefile.in makefile for Unix (template for configure)
6Makefile.msc makefile for Microsoft C 16-bit
7Makefile.riscos makefile for RISCOS
8README guess what
9algorithm.txt description of the (de)compression algorithm
10configure configure script for Unix
11descrip.mms makefile for Vax/VMS
12zlib.3 mini man page for zlib (volunteers to write full
13 man pages from zlib.h welcome. write to jloup@gzip.org)
14
15amiga/Makefile.sas makefile for Amiga SAS/C
16amiga/Makefile.pup makefile for Amiga powerUP SAS/C PPC
17
18msdos/Makefile.w32 makefile for Microsoft Visual C++ 32-bit
19msdos/Makefile.b32 makefile for Borland C++ 32-bit
20msdos/Makefile.bor makefile for Borland C/C++ 16-bit
21msdos/Makefile.dj2 makefile for DJGPP 2.x
22msdos/Makefile.tc makefile for Turbo C
23msdos/Makefile.wat makefile for Watcom C
24msdos/zlib.def definition file for Windows DLL
25msdos/zlib.rc definition file for Windows DLL
26
27nt/Makefile.nt makefile for Windows NT
28nt/zlib.dnt definition file for Windows NT DLL
29
30
31 zlib public header files (must be kept):
32zconf.h
33zlib.h
34
35 private source files used to build the zlib library:
36adler32.c
37compress.c
38crc32.c
39deflate.c
40deflate.h
41gzio.c
42infblock.c
43infblock.h
44infcodes.c
45infcodes.h
46inffast.c
47inffast.h
48inflate.c
49inftrees.c
50inftrees.h
51infutil.c
52infutil.h
53maketree.c
54trees.c
55uncompr.c
56zutil.c
57zutil.h
58
59 source files for sample programs:
60example.c
61minigzip.c
62
63 unsupported contribution by third parties
64
65contrib/asm386/ by Gilles Vollant <info@winimage.com>
66 386 asm code replacing longest_match().
67
68contrib/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
72contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
73 A C++ I/O streams interface to the zlib gz* functions
74
75