Path: utzoo!mnetor!uunet!portal!cup.portal.com!Thomas_E_Zerucha From: Thomas_E_Zerucha@cup.portal.com Newsgroups: comp.sys.atari.st Subject: Re: New Arc compressing method. Message-ID: <4959@cup.portal.com> Date: 29 Apr 88 23:45:40 GMT References: <8804271609.AA26681@ucbvax.Berkeley.EDU> <1667@alliant.Alliant.COM> Organization: The Portal System (TM) Lines: 8 XPortal-User-Id: 1.1001.3273 Squashed is Crunched, but using an extra bit (13 v.s. 12), and no repeat packing. I wrote an unarc for the ST supporting it (pkunarc might be it under a different name - pk are the PC version author's initals). There is VMS source available (I found elsewhere) that was _supposed_ to do unsquashing, and I simply hacked it until it worked for the ST. Actually, the compression used by ARC/PKARC comes right out of compress (also available on USENET), but hacked differently (repeat packing added for crunching, limiting to X bits, etc.).