modules/zlib/src/INDEX

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 CMakeLists.txt cmake build file
michael@0 2 ChangeLog history of changes
michael@0 3 FAQ Frequently Asked Questions about zlib
michael@0 4 INDEX this file
michael@0 5 Makefile dummy Makefile that tells you to ./configure
michael@0 6 Makefile.in template for Unix Makefile
michael@0 7 README guess what
michael@0 8 configure configure script for Unix
michael@0 9 make_vms.com makefile for VMS
michael@0 10 test/example.c zlib usages examples for build testing
michael@0 11 test/minigzip.c minimal gzip-like functionality for build testing
michael@0 12 test/infcover.c inf*.c code coverage for build coverage testing
michael@0 13 treebuild.xml XML description of source file dependencies
michael@0 14 zconf.h.cmakein zconf.h template for cmake
michael@0 15 zconf.h.in zconf.h template for configure
michael@0 16 zlib.3 Man page for zlib
michael@0 17 zlib.3.pdf Man page in PDF format
michael@0 18 zlib.map Linux symbol information
michael@0 19 zlib.pc.in Template for pkg-config descriptor
michael@0 20 zlib.pc.cmakein zlib.pc template for cmake
michael@0 21 zlib2ansi perl script to convert source files for C++ compilation
michael@0 22
michael@0 23 amiga/ makefiles for Amiga SAS C
michael@0 24 as400/ makefiles for AS/400
michael@0 25 doc/ documentation for formats and algorithms
michael@0 26 msdos/ makefiles for MSDOS
michael@0 27 nintendods/ makefile for Nintendo DS
michael@0 28 old/ makefiles for various architectures and zlib documentation
michael@0 29 files that have not yet been updated for zlib 1.2.x
michael@0 30 qnx/ makefiles for QNX
michael@0 31 watcom/ makefiles for OpenWatcom
michael@0 32 win32/ makefiles for Windows
michael@0 33
michael@0 34 zlib public header files (required for library use):
michael@0 35 zconf.h
michael@0 36 zlib.h
michael@0 37
michael@0 38 private source files used to build the zlib library:
michael@0 39 adler32.c
michael@0 40 compress.c
michael@0 41 crc32.c
michael@0 42 crc32.h
michael@0 43 deflate.c
michael@0 44 deflate.h
michael@0 45 gzclose.c
michael@0 46 gzguts.h
michael@0 47 gzlib.c
michael@0 48 gzread.c
michael@0 49 gzwrite.c
michael@0 50 infback.c
michael@0 51 inffast.c
michael@0 52 inffast.h
michael@0 53 inffixed.h
michael@0 54 inflate.c
michael@0 55 inflate.h
michael@0 56 inftrees.c
michael@0 57 inftrees.h
michael@0 58 trees.c
michael@0 59 trees.h
michael@0 60 uncompr.c
michael@0 61 zutil.c
michael@0 62 zutil.h
michael@0 63
michael@0 64 source files for sample programs
michael@0 65 See examples/README.examples
michael@0 66
michael@0 67 unsupported contributions by third parties
michael@0 68 See contrib/README.contrib

mercurial