home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UnzpHist.zip / History.100 < prev    next >
Text File  |  1989-03-15  |  932b  |  29 lines

  1. Revision history [all entries by Samuel H. Smith]
  2. ----------------
  3.  
  4. 3-3-89
  5.    Initial alpha test release.
  6.  
  7. 3-5-89
  8.    First fully operational release.  Does not implement CRC verification,
  9.    but should correctly unzip all compression methods.
  10.  
  11. 3-6-89
  12.    Corrected end-of-file detection in both shrink and reduce expanders.
  13.    Resulting files should now always have the correct size.  Added ".ZIP"
  14.    default to unzip.c to match calling conventions of unz.pas.
  15.  
  16. 3-8-89
  17.    Moved machine and operating-system specific code to a block starting
  18.    around line 180.  Added code to swap bytes on host machines that
  19.    store the high order bytes in lower address locations than the low
  20.    order bytes.
  21.  
  22. 3-15-89
  23.    Added CRC checking in UNZIP.C.  Speeded operation by about 150%.
  24.  
  25.    I'm spending my time on the C version now and don't plan to do any
  26.    further work on the pascal.  If you're using the pascal version
  27.    please contact me.
  28.  
  29.