home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip201.zip / contents < prev    next >
Text File  |  1993-09-07  |  5KB  |  101 lines

  1. Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly,
  2. Kai Uwe Rommel and Igor Mandrichenko.
  3. Permission is granted to any individual or institution to use, copy, or
  4. redistribute this software so long as all of the original files are included
  5. unmodified, that it is not sold for profit, and that this copyright notice
  6. is retained.
  7.  
  8. This file is a complete list of files mentioned in the above copyright
  9. notice.  Some of the files in this list explicitly state in their text
  10. that they are public domain or not copyrighted.  These files can be
  11. distributed separately and are marked below with asterisks.
  12.  
  13. file            what it is
  14. ----            ----------
  15. Makefile        Unix make file.
  16. README          What zip is; general information.
  17. Where           where Zip/UnZip and encryption/decryption support can be found
  18. algorith.doc    Description of the deflation algorithm
  19. bits.c          Output variable-length bit strings.
  20. configure       Shell script for automatic configuration.
  21. contents        This file.
  22. crypt.c         * Dummy encryption sources.
  23. crypt.h         * Dummy encryption sources.
  24. deflate.c       Deflation compression method
  25. fileio.c        System dependent routines (most of them anyway).
  26. globals.c       Global variables.
  27. history         List of changes in the versions leading up to this one.
  28. infozip.who     List of contributors to the portable Zip project.
  29. install.doc     Documentation for Zip compilation and installation
  30. makecrc.c       * Generate the CRC table in util.c and shrink.c.
  31. match.s         Optimized 386 version of longest_match() (Unix & OS/2)
  32. mktime.c        Version of mktime for systems without it (currently unused)
  33. revision.h      Contains the program version number and revision date.
  34. tailor.h        * Tailors the compilation to the system being compiled on.
  35. trees.c         Encode source values using variable-length binary code trees.
  36. util.c          Miscellaneous utility routines.
  37. zip.1           Source for the Zip man page (zip.doc).
  38. zip.c           Main routine for Zip.
  39. zip.doc         Documentation for Zip (zip.1 processed).
  40. zip.h           Header for all Zip modules.
  41. zipcloak.c      * Dummy encryption sources.
  42. ziperr.h        Error messages in Zip.
  43. zipfile.c       Zip file format handler.
  44. zipgrep         Shell script to search a string or pattern in a zip file
  45. zipgrep.1       Man page for zipgrep
  46. zipnote.c       Main routine for ZipNote.
  47. zipsplit.c      Main routine for ZipSplit.
  48. zipup.c         Applies deflate or store methods to compress an entry.
  49. amiga/LMKfile         Amiga makefile for SAS/C version 5.10b
  50. amiga/SMakeFile       Amiga makefile for SAS/C version 6.x
  51. amiga/amiga.h         Amiga specific code
  52. amiga/amiga.c         Amiga specific code
  53. amiga/filedate.c      Amiga specific "set file time"  routine
  54. amiga/makefile.azt    Amiga makefile for Manx Aztec C version 5.2
  55. amiga/match.a         Optimized 68000 version of longest_match().
  56. amiga/match_68.a      Optimized 68020 version of longest_match().
  57. amiga/stat.c          Manx Aztec C callable version of stat()
  58. amiga/z-stat.h        Manx Aztec include file for stat()
  59. atari/atari.c         Atari ST specific routines
  60. atari/makefile.st     Turbo C makefile
  61. atari/stzip.lnk       Linker command file for zip
  62. atari/stzipn.lnk      Linker command file for zipnote
  63. atari/stzips.lnk      Linker command file for zipsplit
  64. human68k/Makefile.gcc Makefile for the Human68k system.
  65. human68k/human68k.c   Human68K specific routines
  66. human68k/match.s      Optimized 68k version of longest_match().
  67. mac/macfile.c         Macintosh specific routines
  68. mac/macstat.c         Macintosh specific routines
  69. mac/macstat.h         Macintosh specific header file
  70. msdos/makefile.bor    MSDOS Borland C++ make file.
  71. msdos/makefile.tc     MSDOS Turboc 2.0 make file.
  72. msdos/makefile.gcc    MSDOS DJGCC make file.
  73. msdos/makefile.msc    MSDOS Microsoft C make file.
  74. msdos/match.asm       Optimized 8086 version of longest_match().
  75. nt/makefile.nt        Makefile for Windows NT
  76. nt/nt.c               NT specific routines
  77. nt/ntzip.h            NT specific header file
  78. os2/makefile.os2      OS/2 make file.
  79. os2/match32.asm       Optimized 386 version of longest_match()
  80. os2/os2zip.c          * Directory routines for OS/2.
  81. os2/os2zip.h          * Definitions of functions in os2zip.c.
  82. os2/zip.def           OS/2 def file for Zip.
  83. os2/zip16.def         OS/2 def file for Zip (16 bit version)
  84. tops20/make.mic       TOPS 20 command file
  85. tops20/rename.mic     TOPS 20 command file
  86. vms/VMSmunch.c        file manipulation, adapted from Joe Meadows' FILE
  87. vms/VMSmunch.h        definitions for VMSmunch.c
  88. vms/descrip.mms       VMS makefile
  89. vms/make_gcc.com      VMS command file for compilation with gcc.
  90. vms/make_vaxc.com     VMS command file for compilation with Vax C.
  91. vms/makefile.vms      VMS makefile for use with Todd Aven's MAKE/VMS
  92. vms/vaxclib.opt       VMS option file
  93. vms/vms.c             VMS specific code
  94. vms/vms_zip.rnh       VMS manual page
  95.  
  96. All of the files are in Unix (LF only) format. On MSDOS and OS/2
  97. systems, you can use the -a option of unzip to convert the source
  98. files to CRLF format.  This is only necessary if you use Turbo/Borland C
  99. -- they will compile as is with Microsoft C. You should be able to
  100. find unzip the same place you found this (see the file 'Where').
  101.