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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,69506c2e8f9dcf35,start X-Google-Attributes: gid103376,public From: Gautier Subject: Unzip-Ada, "beta" version Date: 1999/06/19 Message-ID: <376C073D.F7397460@Maths.UniNe.CH>#1/1 X-Deja-AN: 491534494 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-06-19T00:00:00+00:00 List-Id: Some details: * decompression works now for all known PKZIP methods: inflate, implode, shrink, store - tested on up to 6MB zipped files; maybe you'll find some rare bug; surely there will be problems on some platforms * due to finer usage of exceptions and "exit" statements, the code is much faster, though still 3-4x slower than PKUNZIP; next step will be Ada95 features (for now the whole code compiles on Ada83!!) -> http://members.xoom.com/gdemont/unzipada.htm happy unzipping! Gautier