home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows NT Super Tune-Up Kit
/
PIE-WindowsNTSuperTuneUpKit-1997.iso
/
COMPRESS
/
NTUNEZ
/
CONTENTS
< prev
next >
Wrap
Text File
|
1993-10-09
|
3KB
|
51 lines
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
INSTALL how to compile and install UnZip and related utilities
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*)
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*)
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 funzip, too, 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]").