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,613a04fe35b467af X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.42.176.130 with SMTP id be2mr13449431icb.3.1321479346494; Wed, 16 Nov 2011 13:35:46 -0800 (PST) Path: h5ni62567pba.0!nntp.google.com!news1.google.com!postnews.google.com!f29g2000yqa.googlegroups.com!not-for-mail From: okellogg Newsgroups: comp.lang.ada Subject: Re: Fortran to Ada95 converter update Date: Wed, 16 Nov 2011 13:19:23 -0800 (PST) Organization: http://groups.google.com Message-ID: <07024c67-e972-45e6-9af3-de40f19bc58d@f29g2000yqa.googlegroups.com> References: <55580e15-1b1d-489d-8939-c5216f00f43e@x21g2000yqb.googlegroups.com> NNTP-Posting-Host: 93.208.112.69 Mime-Version: 1.0 X-Trace: posting.google.com 1321479346 31390 127.0.0.1 (16 Nov 2011 21:35:46 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 16 Nov 2011 21:35:46 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f29g2000yqa.googlegroups.com; posting-host=93.208.112.69; posting-account=a23u_AkAAAB-Xz81hSqodYsmJRrMwioK User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20111008 Firefox/7.0.1,gzip(gfe) Xref: news1.google.com comp.lang.ada:18944 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-11-16T13:19:23-08:00 List-Id: Due to further user feedback I have released another update, http://www.okellogg.de/for2ada95-1.3.tar.gz Here are the changes of version 1.3: - Added comments in sub init_variables explaining the purpose and function of some less obvious variables. - Print line number in input file at all error messages. - Added minimal support for Hollerith constants (pre F77.) - In the supporting package Ftn, - Change default value of parameters at Min functions ('Last) - Implement missing subprograms in the package body. Oliver M. Kellogg -- okellogg at users dot sourceforge dot net