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,6399f50737c8a1c8 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: "Mattias Lindblad" Newsgroups: comp.lang.ada Subject: Re: Annex I? Date: 1 Apr 2005 00:57:36 -0800 Organization: http://groups.google.com Message-ID: <1112345856.897270.49410@f14g2000cwb.googlegroups.com> References: <1112261489.654833.47450@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: 136.163.203.3 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1112345872 18367 127.0.0.1 (1 Apr 2005 08:57:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 1 Apr 2005 08:57:52 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=136.163.203.3; posting-account=5JRrfA0AAAB-ausM18rPNDG9yeoDg7W4 Xref: g2news1.google.com comp.lang.ada:10211 Date: 2005-04-01T00:57:36-08:00 List-Id: Thanks for a fast and authoritative answer! > What's IEEE 1003.5? "POSIX Ada Language Interfaces- Part 1: Binding for System Application Program Interface (API)", i.e. the bindings between Ada and POSIX. > There might have been a preliminary version with an Annex I [...] > But if so, nobody should be referring to such a preliminary, > unapproved version. I agree. The IEEE standard refers to a version of the Ada standard issued 15 February 1995. However, the first edition of the IEEE standard was issued 1996, so one could guess that they started with a preliminary version of the Ada standard while writing the standard and didn't notice the change in annex numbering in the final version. > The ISO rules also forbid paragraph numbers. Isn't it possible to get some kind of exemption from those rules? My C and C++ standards (from 1999) both have paragraph numbering, and I believe they are bought from ISO. Or maybe those standards are simply not standard compliant. (In addition to the paragraph numbering, the C standard actually has an "Annex I".) //Mattias