home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / amyzip92.lha / CONTENTS next >
Text File  |  1991-12-07  |  4KB  |  71 lines

  1. Copyright (C) 1990,1991 Mark Adler, Richard B. Wales, and Jean-loup Gailly.
  2. Permission is granted to any individual or institution to use, copy, or
  3. redistribute this software so long as all of the original files are included
  4. unmodified, that it is not sold for profit, and that this copyright notice
  5. is retained.
  6.  
  7. This file is a complete list of files mentioned in the above copyright.  Some
  8. of the files in this list explicitly state in their text that they are public
  9. domain or not copyrighted.  These files can be distributed separately and are
  10. marked below with asterisks.
  11.  
  12. file            what it is
  13. ----            ----------
  14. contents        This file.
  15. crypt.c         Code for encryption and decryption (not in export version).
  16. crypt.h         Header used in implode modules to access encryption routines.
  17. dir_os2.c       * Directory routines for OS/2.
  18. dir_os2.h       * Definitions of functions in dir_os2.c.
  19. doturboc.bat    Batch file for compiling under Turbo C 2.0.
  20. fileio.c        System dependent routines (most of them anyway).
  21. globals.c       Global variables.
  22. history         List of changes in the versions leading up to this one.
  23. im_bits.c       Output variable-length bit strings.
  24. im_ctree.c      Encode source values using variable-length binary code trees.
  25. im_lm.asm       An 80x86 assembler version of a routine in im_lmat.c.
  26. im_lmat.c       Find redundant text in a sliding window.
  27. implode.c       Implode compression method (calls other im* modules).
  28. implode.h       Definitions of functions external to the im* modules.
  29. infozip.who     List of contributors to the portable Zip project.
  30. makecrc.c       * Generate the CRC table in util.c and shrink.c.
  31. makefile        Unix make file.
  32. makefile.bor    MSDOS Borland C++ make file.
  33. makefile.exp    Export make file (leaves out encryption and zipcloak).
  34. makefile.msc    MSDOS Microsoft C make file.
  35. makefile.os2    OS/2 make file.
  36. makefile.pwc    Power C make file.
  37. makevms.com     VMS command file for compilation.
  38. readme          Short file to point to zip.doc.
  39. revision.h      Contains the program version number and revision date.
  40. ship.c          * Encodes a binary stream into a mailable text stream.
  41. ship.def        OS/2 def file for Ship.
  42. shrink.c        Shrink compression method.
  43. tailor.h        * Tailors the compilation to the system being compiled on.
  44. tempf.c         Temporary memory/file interface.
  45. tempf.h         Definitions of functions in tempf.c.
  46. util.c          Miscellaneous utility routines.
  47. zip.1           Source for the Zip man page (zip.doc).
  48. zip.c           Main routine for Zip.
  49. zip.def         OS/2 def file for Zip.
  50. zip.doc         Documentation for Zip (zip.1 processed).
  51. zip.h           Header for all Zip modules.
  52. zip.prj         Project file for Borland (Turbo) C++.
  53. zipcloak.c      Main routine for ZipCloak.
  54. ziperr.h        Error messages in Zip.
  55. zipfile.c       Zip file format handler.
  56. zipnote.c       Main routine for ZipNote.
  57. zipsplit.c      Main routine for ZipSplit.
  58. zipup.c         Applies shrink and/or implode methods to compress an entry.
  59.  
  60. All of the files are in Unix (LF only) format execpt for the documentation
  61. files, zip.prj, and doturboc.bat.  On MSDOS systems, you can use the -a
  62. option of unzip to convert the source files to CRLF format.  This is only
  63. necessary if you wish to edit the files--they will compile as is with
  64. Microsoft C and Turbo/Borland C++ 1.0 or later.  However, you will have to
  65. convert the files (using unzip -a) to the CRLF format to compile with the
  66. older Turbo C 1.0 or 2.0.  You should be able to find unzip the same place
  67. you found this.
  68.  
  69. AmyZIp contents may vary slightly, but will be very close to this... The final
  70. executable for creating ZIP files is called "ZIp" and not AmyZip.
  71.