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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,84da4069162ae99c,start X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news1.google.com!news.glorb.com!tiscali!newsfeed1.ip.tiscali.net!proxad.net!freenix!nnx.oleane.net!oleane!nnrp.oleane.net!skymaster!nobody From: "Jean-Pierre Rosen" Newsgroups: comp.lang.ada Subject: New version of Semtools/Adasubst 1.3 Date: Wed, 26 May 2004 10:56:40 +0200 Organization: Adalog Message-ID: <4im19c.768.ln@skymaster> NNTP-Posting-Host: mailhost.axlog.fr X-Trace: s1.read.news.oleane.net 1085562367 2758 195.25.228.57 (26 May 2004 09:06:07 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Wed, 26 May 2004 09:06:07 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Xref: controlnews3.google.com comp.lang.ada:847 Date: 2004-05-26T10:56:40+02:00 List-Id: I've just released a new version of semtools (actually, only Adasubst has changed). New feature: ------------- You can give a substitution directly on the command line in place of the dictionary file. This makes it easier when you want to just change a single identifier in your program: adasubst "pack.bad_identifier => Good_Identifier" my_main -r -o temp/ will change every occurrence of "bad_identifier" declared in package "pack" to "Good_Identifier" into unit My_Main (and recursively in all units My_Main depends on), putting changed units into directory temp/ New mode ----------- adasubst -R is a new mode of Adasubst that will remove all representation clauses from the specified units. Useful to check whether representation clauses have an impact on the efficiency of your program. No bug fix - no bugs were reported on previous version. As usual, you can download Semtools from Adalog's components page http://www.adalog.fr/compo2.htm. (sources and ready-to-use executables (gnat 3.15p) for Linux and Windows). Alternatively, the sources are part of the ASIS-for-GNAT project on Sourceforge. -- --------------------------------------------------------- J-P. Rosen (rosen@adalog.fr) Visit Adalog's web site at http://www.adalog.fr