head	14.2;
access;
symbols
	rel-7-10-4:14.2
	STABLE:14.2.0.10
	stable-branch:14.2
	rel-7-10-2:14.2
	rel-7-10-0:14.2
	rel-7-8-4:14.2
	rel-7-8-2:14.2
	rel-7-8-0:14.2
	trimnurbs-branch:14.2.0.8
	help:14.2
	temp_tag:14.2
	bobWinPort-20051223-freeze:14.2
	postmerge-20051223-bobWinPort:14.2
	premerge-20051223-bobWinPort:14.2
	rel-7-6-6:14.2
	rel-7-6-4:14.2
	rel-7-6-2:14.2
	rel-7-6-branch:14.2.0.6
	rel-7-6-0:14.2
	rel-7-4-2:14.2
	rel-7-4-branch:14.2.0.4
	bobWinPort:14.2.0.2
	rel-7-4-0:14.2
	rel-7-2-6:14.2
	rel-7-2-4:14.2
	rel-7-2-2:14.2
	rel-7-2-0:14.2
	rel-7-0-4:14.1
	rel-7-0-2:14.1
	rel-7-0-1:14.1
	opensource-post:14.1
	opensource-pre:1.1
	rel-7-0-branch:1.1.0.2
	rel-7-0:1.1;
locks; strict;
comment	@# @;


14.2
date	2005.01.27.15.29.43;	author brlcad;	state Exp;
branches;
next	14.1;

14.1
date	2004.11.16.19.42.30;	author morrison;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.20.14.54.10;	author morrison;	state Exp;
branches;
next	;


desc
@@


14.2
log
@update to zlib 1.2.2, modified files
@
text
@ChangeLog       history of changes
FAQ             Frequently Asked Questions about zlib
INDEX           this file
Makefile        makefile for Unix (generated by configure)
Makefile.in     makefile for Unix (template for configure)
README          guess what
algorithm.txt   description of the (de)compression algorithm
configure       configure script for Unix
zconf.in.h      template for zconf.h (used by configure)

amiga/          makefiles for Amiga SAS C
as400/          makefiles for IBM AS/400
msdos/          makefiles for MSDOS
old/            makefiles for various architectures and zlib documentation
                files that have not yet been updated for zlib 1.2.x
projects/       projects for various Integrated Development Environments
qnx/            makefiles for QNX
win32/          makefiles for Windows

                zlib public header files (must be kept):
zconf.h
zlib.h

                private source files used to build the zlib library:
adler32.c
compress.c
crc32.c
crc32.h
deflate.c
deflate.h
gzio.c
infback.c
inffast.c
inffast.h
inffixed.h
inflate.c
inflate.h
inftrees.c
inftrees.h
trees.c
trees.h
uncompr.c
zutil.c
zutil.h

                source files for sample programs:
example.c
minigzip.c

                unsupported contribution by third parties
See contrib/README.contrib
@


14.1
log
@dawn of a new revision.  it shall be numbered 14 to match release 7.  begin the convergence by adding emacs/vi local variable footer blocks to encourage consistent formatting.
@
text
@d1 18
a18 13
ChangeLog		history of changes
INDEX			this file
FAQ			Frequently Asked Questions about zlib
Make_vms.com		script for Vax/VMS
Makefile		makefile for Unix (generated by configure)
Makefile.in		makefile for Unix (template for configure)
Makefile.riscos 	makefile for RISCOS
README			guess what
algorithm.txt		description of the (de)compression algorithm
configure		configure script for Unix
descrip.mms		makefile for Vax/VMS
zlib.3			mini man page for zlib (volunteers to write full
			man pages from zlib.h welcome. write to jloup@@gzip.org)
d20 1
a20 21
amiga/Makefile.sas	makefile for Amiga SAS/C
amiga/Makefile.pup      makefile for Amiga powerUP SAS/C PPC

msdos/Makefile.w32      makefile for Microsoft Visual C++ 32-bit
msdos/Makefile.b32	makefile for Borland C++   32-bit
msdos/Makefile.bor	makefile for Borland C/C++ 16-bit
msdos/Makefile.dj2	makefile for DJGPP 2.x
msdos/Makefile.emx	makefile for EMX 0.9c (32-bit DOS/OS2)
msdos/Makefile.msc	makefile for Microsoft C 16-bit
msdos/Makefile.tc	makefile for Turbo C
msdos/Makefile.wat	makefile for Watcom C
msdos/zlib.def        	definition file for Windows DLL
msdos/zlib.rc         	definition file for Windows DLL

nt/Makefile.nt		makefile for Windows NT
nt/zlib.dnt		definition file for Windows NT DLL
nt/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):
d24 1
a24 1
		private source files used to build the zlib library:
d28 1
d32 1
a32 4
infblock.c
infblock.h
infcodes.c
infcodes.h
d35 1
d37 1
a39 3
infutil.c
infutil.h
maketree.c
d41 1
d46 1
a46 1
		source files for sample programs:
d50 2
a51 20
		unsupported contribution by third parties

contrib/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 zlib
        See http://www.winimage.com/zLibDll/unzip.html

contrib/iostream/ by Kevin Ruland <kevin@@rodin.wustl.edu>
        A C++ I/O streams interface to the zlib gz* functions

contrib/iostream2/  by Tyge Lvset <Tyge.Lovset@@cmr.no>
	Another C++ I/O streams interface

contrib/untgz/  by "Pedro A. Aranda Guti\irrez" <paag@@tid.es>
	A very simple tar.gz extractor using zlib

contrib/visual-basic.txt by Carlos Rios <c_rios@@sonda.cl>
        How to use compress(), uncompress() and the gz* functions from VB.
@


1.1
log
@Sources that are external to BRL-CAD are moved from the top level to src/other/.
@
text
@@

