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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1b02b7e7cdddd042,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-25 15:52:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!207.217.77.102!newsfeed2.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread1.prod.itd.earthlink.net.POSTED!not-for-mail From: "Phaedrus" Newsgroups: comp.lang.ada Subject: Un-crunching X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Tue, 25 Mar 2003 23:50:45 GMT NNTP-Posting-Host: 66.214.132.53 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.prod.itd.earthlink.net 1048636245 66.214.132.53 (Tue, 25 Mar 2003 15:50:45 PST) NNTP-Posting-Date: Tue, 25 Mar 2003 15:50:45 PST Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: archiver1.google.com comp.lang.ada:35704 Date: 2003-03-25T23:50:45+00:00 List-Id: On a similar note to Martin's un-separating note, does anybody know how to "un-crunch" filenames? I've got a LOT of files whose names have been crunched with gnatkr down to 8+3 format, and now Gnat isn't happy with the shortened names. Is there a utility to parse the packages and give them a standard filename? I had hoped that a parameter with gnatkr would have been able to undo it, but that doesn't seem to be the case. Sure, I could write a utility, but I'd rather not reinvent the wheel. Or maybe I'm missing a Gnat parameter that would make it happier with the crunched names? I'd really rather not have to rename all of these files! TIA, Phaedrus