]> 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
e1c743cc 3FAQ Frequently Asked Questions about zlib
c801d85f
KB
4Make_vms.com script for Vax/VMS
5Makefile makefile for Unix (generated by configure)
6Makefile.in makefile for Unix (template for configure)
c801d85f
KB
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
e1c743cc
VS
22msdos/Makefile.emx makefile for EMX 0.9c (32-bit DOS/OS2)
23msdos/Makefile.msc makefile for Microsoft C 16-bit
c801d85f
KB
24msdos/Makefile.tc makefile for Turbo C
25msdos/Makefile.wat makefile for Watcom C
26msdos/zlib.def definition file for Windows DLL
27msdos/zlib.rc definition file for Windows DLL
28
29nt/Makefile.nt makefile for Windows NT
30nt/zlib.dnt definition file for Windows NT DLL
e1c743cc
VS
31nt/Makefile.emx makefile for EMX 0.9c/RSXNT 1.41 (Win32 Intel)
32nt/Makefile.gcc makefile for Windows NT using GCC (mingw32)
c801d85f
KB
33
34
35 zlib public header files (must be kept):
36zconf.h
37zlib.h
38
39 private source files used to build the zlib library:
40adler32.c
41compress.c
42crc32.c
43deflate.c
44deflate.h
45gzio.c
46infblock.c
47infblock.h
48infcodes.c
49infcodes.h
50inffast.c
51inffast.h
52inflate.c
53inftrees.c
54inftrees.h
55infutil.c
56infutil.h
57maketree.c
58trees.c
59uncompr.c
60zutil.c
61zutil.h
62
63 source files for sample programs:
64example.c
65minigzip.c
66
67 unsupported contribution by third parties
68
69contrib/asm386/ by Gilles Vollant <info@winimage.com>
70 386 asm code replacing longest_match().
71
72contrib/minizip/ by Gilles Vollant <info@winimage.com>
73 Mini zip and unzip based on zlib
74 See http://www.winimage.com/zLibDll/unzip.html
75
76contrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
77 A C++ I/O streams interface to the zlib gz* functions
78
79