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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,49f7dd1bad1910ff X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-14 07:14:53 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.media.kyoto-u.ac.jp!in.100proofnews.com!tdsnet-transit!newspeer.tds.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Problems with Ada.Text_IO and strings. (wants EOL character) Date: 14 Oct 2003 09:14:37 -0500 Organization: LJK Software Message-ID: References: <8336eb21.0310131423.7410e1ec@posting.google.com> <8336eb21.0310140439.393f2e8@posting.google.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1066140856 2593 192.135.80.34 (14 Oct 2003 14:14:16 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 14 Oct 2003 14:14:16 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:813 Date: 2003-10-14T09:14:37-05:00 List-Id: In article <8336eb21.0310140439.393f2e8@posting.google.com>, bleakcabal@gdnmail.net (Bleakcabal) writes: > It would have been great if Ada strings read the end of line character > and Put took care of them so the lines were automagicly sliced like C > strings. That would certainly prevent your programs from working in environments where there is no end of line character, such as a sequential RMS file on VMS.