home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume8 / unzipbsd / unzip.doc < prev    next >
Encoding:
Text File  |  1989-10-01  |  3.0 KB  |  100 lines

  1.   
  2.                                    UnZip
  3.   
  4.                            Version 2.0.1, 09-16-89
  5.   
  6.                            Zipfile Extract Utility
  7.   
  8.           Copyright (C) 1989 Samuel H. Smith;  ALL RIGHTS RESERVED
  9.   
  10.   
  11. 'UnZip' is a small Zipfile extract utility.   It is written to be as
  12. small and portable as possible -- ideal as a starting point for handling
  13. .ZIP files in non-IBM environments.
  14.  
  15. Source code is provided in C and Turbo Pascal.  If you port this program
  16. to a non-IBM system, I would appreciate a copy of the ported source and
  17. exec files.
  18.  
  19.  
  20. Usage
  21. -----
  22.    unz filename[.zip]           ;pascal language version
  23.    unzip filename[.zip]         ;C language version
  24.  
  25.  
  26. Revision history
  27. ----------------
  28.  
  29. 3-3-89
  30.    Initial alpha test release.
  31.  
  32. 3-5-89
  33.    First fully operational release.  Does not implement CRC verification,
  34.    but should correctly unzip all compression methods.
  35.  
  36. 3-6-89
  37.    Corrected end-of-file detection in both shrink and reduce expanders.
  38.    Resulting files should now always have the correct size.  Added ".ZIP"
  39.    default to unzip.c to match calling conventions of unz.pas.
  40.  
  41. 3-8-89
  42.    Moved machine and operating-system specific code to a block starting
  43.    around line 180.  Added code to swap bytes on host machines that
  44.    store the high order bytes in lower address locations than the low
  45.    order bytes.
  46.  
  47. 3-15-89
  48.    Added CRC checking in UNZIP.C.  Speeded operation by about 150%.
  49.  
  50.    I'm spending my time on the C version now and don't plan to do any
  51.    further work on the pascal.  If you're using the pascal version
  52.    please contact me.
  53.  
  54. 9-9-89
  55.    Addition of new "un-implode" logic to handle new compression format
  56.    included with PKZ101.
  57.  
  58.  
  59.  
  60. LICENSE
  61. =======
  62.  
  63. You may copy and distribute this program freely, provided that:
  64.     1)   No fee is charged for such copying and distribution, and
  65.     2)   It is distributed ONLY in its original, unmodified state.
  66.  
  67. If you wish to distribute a modified version of this program, you MUST
  68. include the source code.
  69.  
  70. If you modify this program, I would appreciate a copy of the new source
  71. code.  I am holding the copyright on the source code, so please don't
  72. delete my name from the program files or from the documentation.
  73.  
  74.  
  75. SUPPORT
  76. =======
  77.  
  78. I work very hard to produce a software package of the highest quality
  79. and functionality.  I try to look into all reported bugs, and will
  80. generally fix reported problems within a few days.
  81.  
  82. IN NO EVENT WILL I BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY LOST
  83. PROFITS, LOST SAVINGS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES
  84. ARISING OUT OF YOUR USE OR INABILITY TO USE THE PROGRAM, OR FOR ANY
  85. CLAIM BY ANY OTHER PARTY.
  86.  
  87. If you have any questions, bugs, or suggestions, please contact me at:
  88.  
  89.                   The Tool Shop BBS
  90.                   (602) 279-2673 (FREE LINE, USR 2400)
  91.                   (602) 264-3969 (HST 9600)
  92.                   (602) 270-0239 (HAYES 9600)
  93.  
  94. The latest version is always available for downloading.  (Except
  95. possibly this portable version.)
  96.  
  97. Enjoy!     Samuel H. Smith
  98.            Author and Sysop of The Tool Shop.
  99.    
  100.