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.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7c5917765abfbff2,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-17 15:15:40 PST Path: nntp.gmd.de!Germany.EU.net!howland.reston.ans.net!gatech!newsxfer.itd.umich.edu!gumby!yale!yale!yale.edu!not-for-mail From: griest-tom@cs.yale.edu (Tom Griest) Newsgroups: comp.lang.ada Subject: Ada95: New_Page at end of file Date: 17 Jan 1995 18:15:40 -0500 Organization: Yale University Computer Science Dept., New Haven, CT 06520-2158 Distribution: world Message-ID: <3fhj2sINNgnc@RA.DEPT.CS.YALE.EDU> NNTP-Posting-Host: dept-gw.cs.yale.edu Keywords: Form-feed, New_Page, Ada95, Text_IO Date: 1995-01-17T18:15:40-05:00 List-Id: When closing a text file using Text_IO in the GNAT implementation of Ada95, you always get an Ascii form feed appended to the file. Is this a new requirement for Ada9X, or did earlier Ada compilers just not do this in general? This makes it impossible to use text_io to generate files that can be read by many other tools. :-( Is there anyway to get around this? I tried to set_page_length to 0, but this has no effect. -Tom