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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9b200d535e4a8722,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.82.195 with SMTP id k3mr1051957pay.23.1345272263628; Fri, 17 Aug 2012 23:44:23 -0700 (PDT) Path: s8ni5901pbk.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Oliver Kellogg Newsgroups: comp.lang.ada Subject: Fortran to Ada95 converter update Date: Fri, 17 Aug 2012 23:42:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 93.208.118.104 Mime-Version: 1.0 X-Trace: posting.google.com 1345272263 26912 127.0.0.1 (18 Aug 2012 06:44:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 18 Aug 2012 06:44:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=93.208.118.104; posting-account=a23u_AkAAAB-Xz81hSqodYsmJRrMwioK User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-17T23:42:26-07:00 List-Id: The f2a.pl semi-automatic Fortran to Ada95 converter perl script has been updated. The new version is available at http://www.okellogg.de/x.html , http://www.okellogg.de/for2ada95-1.4.tar.gz Here are the changes of version 1.4: - When the step value given in a DO loop was a variable, the Ada loop generated would be missing the increment of the loop variable before the "end loop". Fixed this. - Fixed transfer of initial Fortran comments (i.e. comments preceding any declaration) to Ada body file. - In a DO loop, if the line of definition of the DO label had CONTINUE then the label would be omitted. However, we cannot omit the label if it is referenced by some GOTO. - Added recognizing of Fortran EXIT statement. Thanks to Leo Brewin for reporting these problems. Enjoy, Oliver M. Kellogg -- okellogg at users dot sourceforge dot net