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,7ae711c481a7059 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-06 19:45:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!nntp-relay.ihug.net!ihug.co.nz!news-out.nuthinbutnews.com!propagator2-sterling!news-in-sterling.newsfeed.com!newsfeed.onecall.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Can I treat Current_Output as a file of bytes? Date: 6 Nov 2002 20:45:18 -0600 Organization: LJK Software Message-ID: References: <20021104233454.2042ef78.bjorn_persson.spam-is-evil@sverige.nu> <4519e058.0211050630.7eb31354@posting.google.com> <20021105170130.2684e53f.bjorn_persson.spam-is-evil@sverige.nu> <4519e058.0211051427.48557033@posting.google.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1036640658 4544 192.135.80.34 (7 Nov 2002 03:44:18 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Thu, 7 Nov 2002 03:44:18 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:30502 Date: 2002-11-06T20:45:18-06:00 List-Id: In article , "Randy Brukardt" writes: > I would be very surprised if a compiler implementer went out of their > way to add stuff there that OS does not add. In this case, neither > Windows nor Unix adds any line breaks to standard output, so why would > an Ada compiler? (If you're not using Windows or Unix, your mileage may > vary, but you probably don't have a standard output in the first > place...) Well VMS calls it "SYS$OUTPUT", but if it feeds to an RMS file the line indicators correspond to the RMS record boundaries.