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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,80221329e826ab95,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-11 01:32:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!fr.usenet-edu.net!usenet-edu.net!enst!enst.fr!not-for-mail From: Javier Miranda Newsgroups: comp.lang.ada Subject: A Detailed Description of the GNU Ada Run-Time Date: Thu, 11 Jul 2002 09:22:21 +0000 Organization: Universidad de Las Palmas de Gran Canaria Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1026376322 49382 137.194.161.2 (11 Jul 2002 08:32:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Thu, 11 Jul 2002 08:32:02 +0000 (UTC) Return-Path: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us X-Mailer: Unknown (No Version) Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.11 Precedence: bulk X-Reply-To: jmiranda@iuma.ulpgc.es List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:27003 Date: 2002-07-11T09:22:21+00:00 ------------------------------------------------------------- Title : A DETAILED DESCRIPTION OF THE GNU ADA RUN-TIME Version : Beta 0.5 Last Update: July, 10, 2002 Author : Javier Miranda Access : http://www.iuma.ulpgc.es/users/jmiranda ------------------------------------------------------------- Goal: To provide to the Ada community an On-line book which can be used for research and for teaching. Brief Description: HTML Document which describes the behaviour of the Run-Time of the free Ada compiler (GNAT). Its main features are: - It is linked with the GNAT 3.14p run-time sources. This allows the reader to verify the contents of the book by clicking the html reference to the source file where each concept is handled by the Run-Time. - The GNAT source files are also linked. This enables the reader a quick access to the point of declaration of the Run-Time variables and types, to follow the calls to subprograms, etc. and to go backward. - It is linked with the Annotated Ada Reference Manual (Technical Corrigendum 1). Any reference to the AARM has a link to the corresponding section. - Most of the papers referenced in the book are also included in PostScript and PDF formats. -------------------------------------------------------------