home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / LZH.ZIP / README.TXT < prev   
Encoding:
Text File  |  1991-05-01  |  714 b   |  13 lines

  1. What I have done is transcribe the LZHUF algorithm into Turbo pascal.
  2. LZH.PAS is the source code for a fairly flexible unit which can compress and
  3. decompress any kind of datayou throw at it.  LZHTEST.PAS is a sample program
  4. which can compress/decompress one file at a time.  
  5.   What you see is what you get - little documentation, moderate performance
  6. (be charitable, please), and it's free.  Enjoy.
  7.  
  8.  There was a bug in the first version I made available in February which
  9. caused the unit to hang if it was called upon to compress a large amount
  10. of data. I have fixed this one bug and it now seems to work correctly.
  11. I apologize for any lost sleep this may have caused.
  12.                      DOUG WEBB
  13.