Short: Huffman V1.35, fixed 2 bugs from 1.28. Author: drizzt@trashcan.mcnet.de (Martin Hauner) Uploader: m hauner tu-bs de (Martin Hauner) Type: pack/util Architecture: m68k-amigaos June-95 V 1.29 - V 1.33 - some experimental version for the 1.34 bugfix. V 1.34 - fixed a bug that i had added somewhere before 1.16. it should have caused problems only under bad circumstances, when the byte statistic was fibonacci like. (in fact, the decompression routine couldn't handle huffman codes longer than 16 bits, ups...) Thanks to Nicolas Pomarede for his superdetailed bugreport. (He analysed the code and told me exactly when and where it goes wrong :-) ) V 1.35 - fixed a bug in the 020+ compression routine. sometimes lha archives got a really high compression ratio. (16 Bit overflow for number of bytes written to xsp_OutBuf wasn't handled correctly) Thanks to David Balazic for reporting this one. V 1.36 - 1.35 bugfix wasn't 100% ok. This is not a replacement for HUFF but a further library called HFMN because the algorithm used is not 100% identical to the one of HUFF, therefore the HFMN data will not decrunch with HUFF and vice versa.