home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip52.zip / Contents < prev    next >
Text File  |  1996-04-27  |  4KB  |  70 lines

  1. Contents of the UnZip 5.2 source archive.  The OS-specific subdirectories
  2. at the end contain their own Contents listings:
  3.  
  4.   Contents    this file
  5.   README    what UnZip is; general information
  6.   COPYING    copyrights and distribution policy
  7.   INSTALL    how to compile and install UnZip and related utilities
  8.   Where        where Zip/UnZip and encryption/decryption support can be found
  9.   History.520    new features and fixes in this release
  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.   file_id.diz    BBS-oriented file describing this archive
  17.   api.c        generic DLL entry points, support functions (required for DLLs)
  18.   apihelp.c     API help text for DLL versions (currently OS/2 only)
  19.   crc32.c    code for calculation 32bit CRC of a string buffer (required*)
  20.   crc_i386.S    fast assembler replacement for crc32.c (Intel 386 and newer)
  21.   crctab.c    supplies polynom table for CRC calculation
  22.   crypt.c    dummy decryption routines (required*)
  23.   crypt.h    dummy decryption header file (required*)
  24.   ebcdic.h    static lookup table for ASCII <-> EBCDIC translation (required)
  25.   envargs.c    code to read options from environment variables (required)
  26.   explode.c    code for exploding (required)
  27.   extract.c    high-level extraction and decryption code (required)
  28.   fileio.c    file manipulation and password code (required)
  29.   funzip.c    filter unzip:  extracts in a pipe from stdin to stdout
  30.   globals.c    code to support global variables with reentrancy (required)
  31.   globals.h    definition of global structure G (required)
  32.   inflate.c    code for inflating (required*)
  33.   inflate.h    header file for inflating (required*)
  34.   list.c    UnZip listing routines, non-ZipInfo mode (required)
  35.   match.c    pattern-matching code for filename wildcards (required)
  36.   process.c    zipfile headers code (required)
  37.   tables.h    static lookup tables used in fileio.c and funzip.c (required*)
  38.   ttyio.c    code for handling nonecho tty input: password, pager (required)
  39.   ttyio.h    header file for nonecho tty input: password, pager (required)
  40.   unreduce.c    code for unreducing (required)
  41.   unshrink.c    code for unshrinking (required)
  42.   unzip.c    UnZip main(), usage and options code (required)
  43.   unzip.h    public half of main UnZip header file (required*)
  44.   unzipstb.c    minimal UnZip "stub" file demonstrating use of DLL versions
  45.   unzpriv.h    private (internal) half of main UnZip header file (required*)
  46.   version.h    header with UnZip/UnZipSFX and ZipInfo version info (required)
  47.   zip.h        dummy header for use with crypt.c (required*)
  48.   zipinfo.c    UnZip listing routines, ZipInfo mode (required)
  49.   acorn/    support files for compiling under Acorn RISCOS
  50.   amiga/    support files for compiling under AmigaDOS
  51.   aosvs/    support files for compiling under Data General AOS/VS
  52.   atari/    support files for compiling under Atari TOS
  53.   cmsmvs/    support files for compiling under VM/CMS and MVS
  54.   human68k/    support files for compiling under X68000/Human68K
  55.   mac/        support files for compiling under Macintosh OS
  56.   msdos/    support files for compiling under MS-DOS
  57.   novell/    support files for compiling for Novell Netware NLM (preliminary)
  58.   os2/        support files for compiling under OS/2 (includes DLL stuff)
  59.   tops20/    support files for compiling under TOPS-20
  60.   unix/        support files for compiling under Unix
  61.   vms/        support files for compiling under VMS
  62.   win32/    support files for compiling under Windows NT and Windows 95
  63.   wingui/    support files for compiling WizUnZip (Win3/NT/95 GUI version)
  64.   wizdll/    support files for compiling WizUnZip 16- and 32-bit DLLs
  65.   proginfo/    programming docs and additional technical info
  66.  
  67. Files marked "required*" are also needed to compile fUnZip.  The normal
  68. UnZip makefile targets now make both UnZipSFX and fUnZip, except in a few
  69. cases; ZipInfo is now incorporated into UnZip (see zipinfo.doc for usage).
  70.