home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UnzpHist.zip / History.305 < prev    next >
Text File  |  1990-05-25  |  938b  |  18 lines

  1. *********************************
  2. v3.05, 25 May 90
  3.   - Bill Davidsen tweaked mapname.c to solve some problems.
  4.     Then he cleaned up Makefile to solve the identical-system problems.
  5.   - He also did a hack on unzip.c to provide "ask before overwrite".
  6.     (Bill's a busy lad, ne?)
  7.   - James Dugal provided a patch for skip_to_signature to solve a problem
  8.     with his Pyramid system (once again, unsigned char-related).
  9.     He also added a small eof-trapping routine during signature scan.
  10.   - Several requests to break up unzip.c into smaller pieces (but by
  11.     function or logically, not just arbitrarily by line numbers or whatever).
  12.     We can do that!  Now have separate files for file I/O (file_io.c),
  13.     the different unzip algorithms (unimplod.c, [unreduce.c, unshrink.c),
  14.     and one big unzip.h with lots of defines, etc.
  15.     Makes unzip.c smaller, anyway.
  16.     crc32.h is gone now .. its two lines are incorporated in unzip.h
  17.  
  18.