From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: ** X-Spam-Status: No, score=2.9 required=5.0 tests=BAYES_50,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b37ee187e035b961 X-Google-Attributes: gid103376,public From: haseltine@onramp.net (Doug Haseltine) Subject: Re: LZW Date: 1998/02/18 Message-ID: <34ea2f93.1444559@news.onramp.net>#1/1 X-Deja-AN: 326050177 Content-Transfer-Encoding: 7bit Sender: haseltin@ppp10-19.ftwotx.onramp.net References: <6ca326$f0g$1@news4.isdnet.net> Mime-Version: 1.0 Reply-To: haseltine@onramp.net Content-Type: text/plain; charset=us-ascii Organization: OnRamp, http://www.onramp.net/ Newsgroups: comp.lang.ada Date: 1998-02-18T00:00:00+00:00 List-Id: "Vicious" wrote: >Anyone can tell me where I can find LZW ada source? > Sir: We did a search a couple years ago when we had a such a need and could not found any public source. We ended up using the C source code from the un*x world, and running it through a C to Ada translator, then cleaning up the resultant mess. It worked fine for our purposes (compressing some boot code into non-volatile memory, and transferring compressed downloadable images when upgrading embedded software), but perhaps you'll have better luck finding a clean port.