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

  1. Contents of the UnZip 5.11 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.511    new features and fixes in this release
  9.   ZipPorts    Info-ZIP rules and guidelines on contributions to the cause
  10.   ToDo        rough priority list of new features to be added in next release
  11.   BUGS        known bugs, problems, and (possible) other features to be added
  12.   unzip.doc    UnZip manual page, human-readable format
  13.   unzipsfx.doc    UnZipSFX manual page, human-readable format
  14.   zipinfo.doc    ZipInfo manual page, human-readable format
  15.   funzip.doc    fUnZip manual page, human-readable format
  16.   CONTRIBS    list of contributors to UnZip
  17.   COPYING    copyrights and distribution policy
  18.   file_id.diz    BBS-oriented file describing this archive
  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.   version.h    header with UnZip/UnZipSFX and ZipInfo version info (required)
  35.   zip.h        dummy header for use with crypt.c (required*)
  36.   zipinfo.c    UnZip listing routines, mainly for ZipInfo mode (required)
  37.   amiga/    support files for compiling under AmigaDOS
  38.   atari/    support files for compiling under Atari TOS
  39.   human68k/    support files for compiling under X68000/Human68K
  40.   mac/        support files for compiling under Macintosh OS
  41.   msdos/    support files for compiling under MS-DOS
  42.   nt/        support files for compiling under Windows NT
  43.   os2/        support files for compiling under OS/2
  44.   tops20/    support files for compiling under TOPS-20
  45.   unix/        support files for compiling under Unix
  46.   vms/        support files for compiling under VMS
  47.  
  48. Files marked "required*" are also needed to compile fUnZip.  The normal
  49. unzip makefile targets now make both unzipsfx and funzip, except in a few 
  50. cases; zipinfo is now incorporated into unzip (and invoked with unzip's 
  51. -Z option or by linking/renaming the executable to "zipinfo[.exe]" or 
  52. "ii[.exe]").
  53.