home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / F / LH-CPM12.ZIP / LHRD11.UPD < prev    next >
Text File  |  1990-11-24  |  1KB  |  29 lines

  1. Changes for v1.1
  2. ================
  3.  
  4. 1. Fixed a bug involving references to non-existent command line
  5. arguments.  This caused v1.0 to be incapable of performing the directory
  6. display function on certain systems.
  7.  
  8. 2. I am including an alternate compilation of the same program in which
  9. console output is substituted for file output, thus achieving a quick
  10. and dirty 'TYPE' program for LHARC member files. Though '[more]' pauses
  11. were added to pause after each screenful of output, I have made no
  12. further attempt to make a 'slick' viewing utility. The alternate version
  13. is called LHVW, and should be safe for RCP/M use.
  14.  
  15. 3. Added standard 'prompt before overwrite' of existing files, a feature
  16. which was absent on the previous version.
  17.  
  18. 4. By special request, the program will now supports ".LHC" as well as
  19. ".LZH" as a default filename extension. As before, any filename may be
  20. used if it is fully specified in the command line.
  21.  
  22. 5. Re-wrote the compression ratio calculation code to use integer
  23. arithmetic only. This prevented the necessity of linking the floating
  24. point routines into the program, making the program smaller. The new
  25. version, with the updates, is now under 16k.
  26.  
  27.                                         S.  Greenberg
  28.                                         24 April 1989
  29.