home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1993 May / SIMTEL_0593.ISO / msdos / archivrs / dwc_a501.exe / READ.ME < prev   
Encoding:
Text File  |  1988-08-29  |  4.3 KB  |  91 lines

  1.  
  2.    DWC Archive Utility, Release A5.01, 5/31/88
  3.    (C) Copyright 1986,1987,1988 by Dean W. Cooper; All rights reserved.
  4.  
  5.  
  6.    NOTE: The source code to the compressor/decompressor modules of DWC,
  7.          as of this release,  is now considered Proprietary Information
  8.          and will no longer be distributed.  However, the executable
  9.          version of DWC, and the source code that is not part of the
  10.          compressor/decompressor modules, is still available free of
  11.          charge for both private and commercial use and may be
  12.          distributed provided NO fee is charged.
  13.  
  14.  
  15.    A conference is still available for discussing archivers on Exec-PC
  16.    BBS (414-964-5160) with me, Phil Katz, and others.
  17.  
  18.  
  19.    Release notes:
  20.    ----------------------------------------------------------------------
  21.    Release A4.3 fixes a bug when extracting a file with the "o" option
  22.    and a few other special cases.  Also added are the environment
  23.    variables DWCTEMP, DWCDEF, and DWCADD.
  24.  
  25.    Release A4.4 fixes a bug when compressing with the "z" option that
  26.    resulted in a integer divide by zero error.  Added the "-" option
  27.    that will negate the option following it (reverse its effect),  and
  28.    an option to set the maximum number of entries allowed in the
  29.    directory.  Also, made the "z" option dynamically shrink its memory
  30.    requirements based on available memory.
  31.  
  32.    Release A4.5 fixes the memory requirements when just listing the
  33.    files in an archive.
  34.  
  35.    Release A4.6 fixes a bug during extraction of an archive with recorded
  36.    directories.  Also, adds support for path names with forward slashes.
  37.  
  38.    Release A4.7 adds the '!' option to suppress all messages including
  39.    error messages.  DWC now returns different error codes for all errors
  40.    and major warnings.  Also, MAKESFX is now included with DWC which
  41.    allows one to make a self-extracting archive.
  42.  
  43.    Release A4.8 fixes a bug that caused DWC to hang when extracting a
  44.    corrupted file.  Also, made adding files with merge option (option j),
  45.    do CRC checking.
  46.  
  47.    Release A4.9 fixes a bug with malloc that would cause DWC to run out
  48.    of memory when it really hadn't.  I now use my own alloc routines. 
  49.    NOTE: Malloc is junk!
  50.  
  51.    Release A4.91 fixes a few bugs that I found here and there but at the
  52.    time of this writing, I forget what they were.  This release was also
  53.    compiled with MicroSoft C 4.5.
  54.  
  55.    Release A4.92 fixes a bug where DWC assumed that if it could not open
  56.    an archive file, that the archive file simply had not been created yet
  57.    and did not bother to check if the archive's drive and path were valid.
  58.  
  59.    Release A4.93 fixes a bug using DWC on a network that was caused by
  60.    Microsoft's rename function returning bogus error values.  Fixed bug
  61.    with my own near memory alloc functions.  Fixed bug in routine that
  62.    verifies if a given disk drive exists.  Also, this release was compiled
  63.    with MicroSoft C 5.0.
  64.  
  65.    Release A4.94 fixes a bug introduced with MicroSoft 5.0.  Namely, the
  66.    function localtime() returns a different value then it used to for
  67.    files with dates prior to Jan 1,1980.  Also, note the new environment
  68.    variable TZ mentioned in the documentation.
  69.  
  70.    Release A4.95 fixes another bug using DWC on a network that was caused
  71.    by Microsoft's rename function returning bogus error values.  Also,
  72.    with this release my address has changed.
  73.  
  74.    Release A5.00: I decided to retry my hand at optimization and achieved
  75.    a 25% speed improvement for the speed compressor algorithm.  I will soon
  76.    be re-optimizing the uncompressor too.
  77.  
  78.    Release A5.01: I sold exclusive rights for the compressor/decompressor
  79.    source code to DS Technologies for a measly $3000.  Because of this, the
  80.    compressor/decompressor source code is now proprietary information.
  81.    Sorry folks, but after all this time, I figure I should get something
  82.    for all my hard work...
  83.  
  84.  
  85.                                   May 31,1988
  86.  
  87.                                   Dean W. Cooper
  88.                                   18028 Cottage Garden Dr #103
  89.                                   Germantown, MD 20874
  90.                                   (301) 428-7210 (Voice)
  91.