Contents of the UnZip 5.1 archive (the OS-specific subdirectories at the
end contain their own Contents listings):

  Contents	this file
  README	what UnZip is; general information
  Where		where Zip/UnZip and encryption/decryption support can be found
  History.510	new features and fixes in this release
  ZipRules	Info-ZIP guidelines on contributions to the cause
  BUGS		known bugs, problems, and (possible) features to be added
  unzip.1	UnZip manual page, nroff format
  unzip.doc	UnZip manual page, human-readable format
  zipinfo.1	ZipInfo manual page, nroff format
  zipinfo.doc	ZipInfo manual page, human-readable format
  funzip.1 	FUnZip manual page, nroff format
  funzip.doc	FUnZip manual page, human-readable format
  CONTRIBS	list of contributors to UnZip
  COPYING	copyrights and distribution policy
  crypt.c	dummy decryption routines (required*)
  crypt.h	dummy decryption header file (required*)
  envargs.c	code to read options from UNZIP environment var. (required)
  explode.c	code for exploding (required)
  extract.c	high-level extraction and decryption code (required)
  file_io.c	file manipulation and password code (required)
  funzip.c 	filter unzip:  extracts from stdin to stdout (pipes)
  inflate.c	code for inflating (required*)
  mapname.c	code to map filenames between different OS's (required)
  match.c	pattern-matching code for filename wildcards (required)
  shared.c	miscellaneous support routines used by UnZip/ZipInfo (required)
  unix.c	various Unix-specific support routines (required for Unix)
  unreduce.c	code for unreducing (required)
  unshrink.c	code for unshrinking (required)
  unzip.c	main UnZip driver code (required)
  unzip.h	main UnZip header file (required*)
  zip.h		header for use with crypt.c (required*)
  zipinfo.c	UnZip listing routines, mainly for ZipInfo mode (required)
  Makefile	main Unix makefile (required for Unix)
  AMIGA/	support files for compiling under AmigaDOS
  ATARI/	support files for compiling under Atari TOS
  MAC/		support files for compiling under Macintosh OS
  MSDOS/	support files for compiling under MS-DOS
  NT/		support files for compiling under Windows NT
  OS2/		support files for compiling under OS/2
  TOPS20/	support files for compiling under TOPS-20
  VMS/		support files for compiling under VMS

Files marked "required*" are also needed to compile FUnZip.  The normal
unzip Makefile targets now make funzip, too; zipinfo is now incorporated
into unzip (and invoked with unzip's -Z option or by linking/renaming
the executable to "zipinfo[.exe]" or "ii[.exe]").
