Contents of the UnZip 5.11 archive (the OS-specific subdirectories at the end contain their own Contents listings): Contents this file README what UnZip is; general information INSTALL how to compile and install UnZip and related utilities Where where Zip/UnZip and encryption/decryption support can be found History.511 new features and fixes in this release ZipPorts Info-ZIP rules and guidelines on contributions to the cause ToDo rough priority list of new features to be added in next release BUGS known bugs, problems, and (possible) other features to be added unzip.doc UnZip manual page, human-readable format unzipsfx.doc UnZipSFX manual page, human-readable format zipinfo.doc ZipInfo manual page, human-readable format funzip.doc fUnZip manual page, human-readable format CONTRIBS list of contributors to UnZip COPYING copyrights and distribution policy file_id.diz BBS-oriented file describing this archive 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*) inflate.h header file for inflating (required*) match.c pattern-matching code for filename wildcards (required) tables.h static lookup tables used in file_io.c and funzip.c (required*) 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*) version.h header with UnZip/UnZipSFX and ZipInfo version info (required) zip.h dummy header for use with crypt.c (required*) zipinfo.c UnZip listing routines, mainly for ZipInfo mode (required) amiga/ support files for compiling under AmigaDOS atari/ support files for compiling under Atari TOS human68k/ support files for compiling under X68000/Human68K 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 unix/ support files for compiling under Unix vms/ support files for compiling under VMS Files marked "required*" are also needed to compile fUnZip. The normal unzip makefile targets now make both unzipsfx and funzip, except in a few cases; 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]").