home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / zip1_9lx.lha / zip19lx / contents next >
Text File  |  1993-02-07  |  5KB  |  99 lines

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