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,e0a0741ec4702664 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-29 10:18:40 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!news.gtei.net!newsfeed1.easynews.com!easynews.com!easynews!elnk-pas-nf1!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread2.news.pas.earthlink.net.POSTED!a6202946!not-for-mail From: Jeffrey Carter Organization: jrcarter commercial-at acm [period | full stop] org User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada 83 to 95 References: <2ebSb.14043$VS6.6174@tornado.fastwebnet.it> In-Reply-To: <2ebSb.14043$VS6.6174@tornado.fastwebnet.it> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <38cSb.2111$F23.174@newsread2.news.pas.earthlink.net> Date: Thu, 29 Jan 2004 18:18:39 GMT NNTP-Posting-Host: 63.184.17.223 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.news.pas.earthlink.net 1075400319 63.184.17.223 (Thu, 29 Jan 2004 10:18:39 PST) NNTP-Posting-Date: Thu, 29 Jan 2004 10:18:39 PST Xref: archiver1.google.com comp.lang.ada:5057 Date: 2004-01-29T18:18:39+00:00 List-Id: Abardeen wrote: > Hello! I'd like to know if there is a list of old commands in ada 83 that > can't work in ada 95 (Anche the new one if present) since i need to do a > porting, thanx in advance!! The first step is to try recompiling your code with an Ada-95 compiler and see what happens. Backward compatability was an important goal of the Ada-95 effort. Recompiling is all you have to do most of the time. If you encounter specific problems we can address them. You can also review an article about the main problem areas at http://www.adaic.org/learn/tech/8395comp.html -- Jeff Carter "Many times we're given rhymes that are quite unsingable." Monty Python and the Holy Grail 57