Blame | Last modification | View Log | RSS feed
ChangeLog history of changesINDEX this fileFAQ Frequently Asked Questions about zlibMake_vms.com script for Vax/VMSMakefile makefile for Unix (generated by configure)Makefile.in makefile for Unix (template for configure)Makefile.riscos makefile for RISCOSREADME guess whatalgorithm.txt description of the (de)compression algorithmconfigure configure script for Unixdescrip.mms makefile for Vax/VMSzlib.3 mini man page for zlib (volunteers to write fullman pages from zlib.h welcome. write to jloup@gzip.org)amiga/Makefile.sas makefile for Amiga SAS/Camiga/Makefile.pup makefile for Amiga powerUP SAS/C PPCmsdos/Makefile.w32 makefile for Microsoft Visual C++ 32-bitmsdos/Makefile.b32 makefile for Borland C++ 32-bitmsdos/Makefile.bor makefile for Borland C/C++ 16-bitmsdos/Makefile.dj2 makefile for DJGPP 2.xmsdos/Makefile.emx makefile for EMX 0.9c (32-bit DOS/OS2)msdos/Makefile.msc makefile for Microsoft C 16-bitmsdos/Makefile.tc makefile for Turbo Cmsdos/Makefile.wat makefile for Watcom Cmsdos/zlib.def definition file for Windows DLLmsdos/zlib.rc definition file for Windows DLLnt/Makefile.nt makefile for Windows NTnt/zlib.dnt definition file for Windows NT DLLnt/Makefile.emx makefile for EMX 0.9c/RSXNT 1.41 (Win32 Intel)nt/Makefile.gcc makefile for Windows NT using GCC (mingw32)zlib public header files (must be kept):zconf.hzlib.hprivate source files used to build the zlib library:adler32.ccompress.ccrc32.cdeflate.cdeflate.hgzio.cinfblock.cinfblock.hinfcodes.cinfcodes.hinffast.cinffast.hinflate.cinftrees.cinftrees.hinfutil.cinfutil.hmaketree.ctrees.cuncompr.czutil.czutil.hsource files for sample programs:example.cminigzip.cunsupported contribution by third partiescontrib/asm386/ by Gilles Vollant <info@winimage.com>386 asm code replacing longest_match().contrib/minizip/ by Gilles Vollant <info@winimage.com>Mini zip and unzip based on zlibSee http://www.winimage.com/zLibDll/unzip.htmlcontrib/iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>A C++ I/O streams interface to the zlib gz* functionscontrib/iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no>Another C++ I/O streams interfacecontrib/untgz/ by "Pedro A. Aranda Guti\irrez" <paag@tid.es>A very simple tar.gz extractor using zlibcontrib/visual-basic.txt by Carlos Rios <c_rios@sonda.cl>How to use compress(), uncompress() and the gz* functions from VB.