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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6487f59679c615d8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.234.38 with SMTP id ub6mr8039232pbc.2.1336438483977; Mon, 07 May 2012 17:54:43 -0700 (PDT) MIME-Version: 1.0 Path: pr3ni502pbb.0!nntp.google.com!news2.google.com!goblin3!goblin1!goblin.stu.neva.ru!news.tornevall.net!news.jacob-sparre.dk!munin.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Ada Reference Manual 2012 in info format Date: Mon, 7 May 2012 19:54:35 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <82aa1ud0l3.fsf@stephe-leake.org> <82r4v4azlf.fsf@stephe-leake.org> <82zk9ojs2d.fsf@stephe-leake.org> <82havtjnix.fsf@stephe-leake.org> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1336438482 27863 69.95.181.76 (8 May 2012 00:54:42 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Tue, 8 May 2012 00:54:42 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Date: 2012-05-07T19:54:35-05:00 List-Id: "Stephen Leake" wrote in message news:82havtjnix.fsf@stephe-leake.org... > "Yannick Duch�ne (Hibou57)" writes: ... >> But they may be reasons we don't know for the source format to be what >> it actually is. > > That's easy; apparently DITA was invented in 2001; the ARM scheme > sources were started for Ada 95 (if not earlier). Right. The Ada 95 sources used the same tool as the Ada 83 sources, with a new set of macros. I just wrote an Ada program to process the existing Ada 95 source code (with a few simplifications; mainly, I got rid of all of the macros and the support for that). That meant we were no longer dependent on an ancient (but powerful) text formatter; anyone with an Ada compiler can build a version of my formatter. It's fairly easy to add a new output module (as Stephen can attest); that's the preferred way to make new versions of the Standard, simply because it will handle both older and newer editions of the Standard. Randy.