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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bbd8958c3e2ec19a,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-26 21:46:26 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc03.POSTED!not-for-mail From: Tom Moran User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: comment: Ada 83-95 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc03 1061959585 12.234.13.56 (Wed, 27 Aug 2003 04:46:25 GMT) NNTP-Posting-Date: Wed, 27 Aug 2003 04:46:25 GMT Organization: Comcast Online Date: Wed, 27 Aug 2003 04:46:25 GMT Xref: archiver1.google.com comp.lang.ada:41876 Date: 2003-08-27T04:46:25+00:00 List-Id: I recently needed to write some utilities to run under 16 bit MSDOS (for data recovery of a badly damaged W2K NTFS disk), so I dug out an antique PC-AT class computer and used its Ada 83 compiler. I was surprised by the importance of some of the "little changes" in Ada 95 vs 83 like declaration order requirements, mixing named and "others" in aggregate assignments, limited 'image, and, of course, "use type".