home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip51.zip / Contents < prev    next >
Text File  |  1994-02-06  |  3KB  |  51 lines

  1. Contents of the UnZip 5.1 archive (the OS-specific subdirectories at the
  2. end contain their own Contents listings):
  3.  
  4.   Contents    this file
  5.   README    what UnZip is; general information
  6.   INSTALL    how to compile and install UnZip and related utilities
  7.   Where        where Zip/UnZip and encryption/decryption support can be found
  8.   History.510    new features and fixes in this release
  9.   ZipRules    Info-ZIP guidelines on contributions to the cause
  10.   BUGS        known bugs, problems, and (possible) features to be added
  11.   unzip.1    UnZip manual page, nroff format
  12.   unzip.doc    UnZip manual page, human-readable format
  13.   zipinfo.1    ZipInfo manual page, nroff format
  14.   zipinfo.doc    ZipInfo manual page, human-readable format
  15.   funzip.1     fUnZip manual page, nroff format
  16.   funzip.doc    fUnZip manual page, human-readable format
  17.   CONTRIBS    list of contributors to UnZip
  18.   COPYING    copyrights and distribution policy
  19.   crypt.c    dummy decryption routines (required*)
  20.   crypt.h    dummy decryption header file (required*)
  21.   envargs.c    code to read options from UNZIP environment var. (required)
  22.   explode.c    code for exploding (required)
  23.   extract.c    high-level extraction and decryption code (required)
  24.   file_io.c    file manipulation and password code (required)
  25.   funzip.c     filter unzip:  extracts from stdin to stdout (pipes)
  26.   inflate.c    code for inflating (required*)
  27.   inflate.h    header file for inflating (required*)
  28.   match.c    pattern-matching code for filename wildcards (required)
  29.   tables.h    static lookup tables used in file_io.c and funzip.c (required*)
  30.   unreduce.c    code for unreducing (required)
  31.   unshrink.c    code for unshrinking (required)
  32.   unzip.c    main UnZip driver code (required)
  33.   unzip.h    main UnZip header file (required*)
  34.   zip.h        dummy header for use with crypt.c (required*)
  35.   zipinfo.c    UnZip listing routines, mainly for ZipInfo mode (required)
  36.   amiga/    support files for compiling under AmigaDOS
  37.   atari/    support files for compiling under Atari TOS
  38.   human68k/    support files for compiling under X68000/Human68K
  39.   mac/        support files for compiling under Macintosh OS
  40.   msdos/    support files for compiling under MS-DOS
  41.   nt/        support files for compiling under Windows NT
  42.   os2/        support files for compiling under OS/2
  43.   tops20/    support files for compiling under TOPS-20
  44.   unix/        support files for compiling under Unix
  45.   vms/        support files for compiling under VMS
  46.  
  47. Files marked "required*" are also needed to compile fUnZip.  The normal
  48. unzip makefile targets now make funzip, too, except in a few cases; zipinfo
  49. is now incorporated into unzip (and invoked with unzip's -Z option or by
  50. linking/renaming the executable to "zipinfo[.exe]" or "ii[.exe]").
  51.