Contents
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:5k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. Contents of the UnZip 5.4 source archive.  The OS-specific subdirectories
  2. at the end contain their own Contents listings:
  3.   Contents      this file
  4.   README        what UnZip is; general information
  5.   COPYING       copyrights and distribution policy
  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.540   new features and fixes in this release
  9.   ToDo          rough priority list of new features to be added in next release
  10.   BUGS          known bugs, problems, and (possible) other features to be added
  11.   unzip.doc     UnZip manual page, human-readable format
  12.   unzipsfx.doc  UnZipSFX manual page, human-readable format
  13.   zipinfo.doc   ZipInfo manual page, human-readable format
  14.   zipgrep.doc   ZipGrep 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.   testmake.zip  test archive for checking whether newly compiled UnZip works
  18.   api.c         generic DLL entry points, support functions (required for DLLs)
  19.   apihelp.c     API help text for DLL versions (currently OS/2 only)
  20.   consts.h      global, initialized variables that never change (required)
  21.   crc32.c       code for calculation 32bit CRC of a string buffer (required*)
  22.   crc_i386.S    fast assembler replacement for crc32.c (Intel 386 and newer)
  23.   crctab.c      supplies polynomial table for CRC calculation
  24.   crypt.c       dummy decryption routines (required*)
  25.   crypt.h       dummy decryption header file (required*)
  26.   ebcdic.h      static lookup table for ASCII <-> EBCDIC translation (required)
  27.   envargs.c     code to read options from environment variables (required)
  28.   explode.c     code for exploding (required)
  29.   extract.c     high-level extraction and decryption code (required)
  30.   fileio.c      file manipulation and password code (required)
  31.   funzip.c      filter unzip:  extracts in a pipe from stdin to stdout
  32.   globals.c     code to support global variables with reentrancy (required)
  33.   globals.h     definition of global structure G (required)
  34.   inflate.c     code for inflating (required*)
  35.   inflate.h     header file for inflating (required*)
  36.   list.c        UnZip listing routines, non-ZipInfo mode (required)
  37.   match.c       pattern-matching code for filename wildcards (required)
  38.   process.c     zipfile headers code (required)
  39.   tables.h      static lookup tables used in fileio.c and funzip.c (required*)
  40.   ttyio.c       code for handling nonecho tty input: password, pager (required)
  41.   ttyio.h       header file for nonecho tty input: password, pager (required)
  42.   unreduce.c    code for unreducing (required)
  43.   unshrink.c    code for unshrinking (required)
  44.   unzip.c       UnZip main(), usage and options code (required)
  45.   unzip.h       public half of main UnZip header file (required*)
  46.   unzipstb.c    minimal UnZip "stub" file demonstrating use of DLL versions
  47.   unzpriv.h     private (internal) half of main UnZip header file (required*)
  48.   version.h     header with UnZip/UnZipSFX and ZipInfo version info (required)
  49.   zip.h         dummy header for use with crypt.c (required*)
  50.   zipinfo.c     UnZip listing routines, ZipInfo mode (required)
  51.   acorn/        support files for compiling under Acorn RISC OS
  52.   amiga/        support files for compiling under AmigaDOS
  53.   aosvs/        support files for compiling under Data General AOS/VS
  54.   atari/        support files for compiling under Atari TOS
  55.   beos/         support files for compiling under BeOS
  56.   cmsmvs/       support files for compiling under VM/CMS and MVS
  57.   flexos/       support files for compiling under FlexOS
  58.   human68k/     support files for compiling under X68000/Human68K
  59.   macos/        support files for compiling under Macintosh OS
  60.   msdos/        support files for compiling under MS-DOS
  61.   novell/       support files for compiling for Novell Netware NLM (preliminary)
  62.   os2/          support files for compiling under OS/2 (includes DLL stuff)
  63.   qdos/         support files for compiling under SMS/QDOS
  64.   tandem/       support files for compiling under Tandem NSK
  65.   tops20/       support files for compiling under TOPS-20
  66.   unix/         support files for compiling under Unix
  67.   vms/          support files for compiling under VMS
  68.   win32/        support files for compiling under Windows 95 and Windows NT
  69.   wince/        support files for compiling under Windows CE (GUI version)
  70.   windll/       support files for compiling Windows 3.x/95/NT DLLs
  71.   proginfo/     programming docs, additional technical info, contributor list
  72. Files marked "required*" are also needed to compile fUnZip.  The normal
  73. UnZip makefile targets now make both UnZipSFX and fUnZip, except in a few
  74. cases; ZipInfo is now incorporated into UnZip (see zipinfo.doc for usage).