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=-0.1 required=5.0 tests=AXB_XMAILER_MIMEOLE_OL_024C2, BAYES_00,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,e6ea6a59056d4060 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-30 13:23:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!news-hog.berkeley.edu!ucberkeley!nntp-relay.ihug.net!ihug.co.nz!newsfeed00.sul.t-online.de!t-online.de!deine.net!freenix!enst!enst.fr!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: GNAT 3.14p and Red Hat 7.2 Date: Sat, 30 Mar 2002 15:22:26 -0600 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <3C9F40A2.5AF3920D@raytheon.com> <87g02nm7gm.fsf@deneb.enyo.de> <87sn6m4438.fsf@deneb.enyo.de> <87sn6kjus2.fsf@deneb.enyo.de> <87hemxyif6.fsf@deneb.enyo.de> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 1017523382 57688 137.194.161.2 (30 Mar 2002 21:23:02 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Sat, 30 Mar 2002 21:23:02 +0000 (UTC) Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.8 Precedence: bulk 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:21903 Date: 2002-03-30T15:22:26-06:00 ----- Original Message ----- From: "Florian Weimer" Newsgroups: comp.lang.ada To: Sent: March 30, 2002 1:17 PM Subject: Re: GNAT 3.14p and Red Hat 7.2 > Georg Bauhaus writes: > > > Georg Bauhaus wrote: > > : Maybe I should try to state this more clearly. Some quotes: > > And maybe my previous post was a bit strong, ahum. happy holidays. > > - georg > > (but look at glibc's tmpfile() H) > > An Ada temporary file requires a name, and tmpfile() creates an > unnamed file. Where did you get the idea that an Ada temporary file requires a name? There are only two mentions of temporary files in the LRM, viz.: A.8.2 (4) A null string for Name specifies an external file that is not accessible after the completion of the main program (a temporary file). A null string for Form specifies the use of the default options of the implementation for the external file. A.8. (23) The exception Status_Error is propagated if the given file is not open. The exception Use_Error is propagated if the associated external file is a temporary file that cannot be opened by any name. Thus, an Ada temporary file is also unnamed. Respectfully, David Hoos > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada > >