home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UnzpHist.zip / History.312 < prev    next >
Text File  |  1990-08-24  |  2KB  |  39 lines

  1. *********************
  2. v3.12, 24 Aug 90
  3.  
  4. Date: Fri, 24 Aug 90 17:54:48 -0700
  5. From: Cave Newt <roelofs@amelia.nas.nasa.gov>
  6. To: info-zip@wsmr-simtel20.army.mil
  7. Subject: patches for Microsoft C
  8.  
  9. The following patches to file_io.c (the set_file_time function) and 
  10. unzip.h allow unzip to be compiled under Microsoft C in addition to 
  11. TurboC.  I've also included a makefile for compiling unzip with Micro-
  12. soft's version of make.  Each of the two sets of context diffs is 
  13. about 100 lines long, and the makefile is about 60.
  14.  
  15. Since the file-time routine in file_io.c was completely different for
  16. the two cases of Unix or not Unix (i.e., the *only* shared code is
  17. the name of the routine/arguments and the outer braces :) ), I re-
  18. arranged the position of the #ifdefs slightly to make this more ob-
  19. vious.  If people are absolutely offended by this, it can go back.
  20. But it's better this way. :)
  21.  
  22. Greg
  23.  
  24. PS.  The diffs are with respect to 3.11 and, in the case of the header
  25.      file, bring it up to the version included with the zipinfo package
  26.      I sent David earlier today.
  27.  
  28. Changes incorporated.  New v3.12 produced (UNZIP312.ARC, TAR-Z).
  29. Also created new and separate ZIPINF09.ARC since that's taking a
  30. slightly separate (tho dependent) path.  Files zipinfo requires
  31. from the unzip package are included in ZIPINF09.ARC.
  32. This entire message (with patches) is included in UNZ312_P.ARC
  33. (the dynamic patches archive file) as patches.312.
  34. make.msc (the Microsoft C makefile) will be maintained in UNZIPnnn.ARC.
  35.  
  36. David Kirschbaum
  37. Info-ZIP Coordinator
  38.  
  39.