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,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9c86eb13dd395066 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: CRC in Ada? Date: 1997/03/11 Message-ID: #1/1 X-Deja-AN: 224854387 References: <1997Mar2.220652@nova.wright.edu> <1997Mar5.083233.1@eisner> <1997Mar5.131846.1@eisner> <3324A8B9.4A18@netcom.com> <3325DD47.565E@netcom.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-03-11T00:00:00+00:00 List-Id: Jim said <> No, sorry, you are confused, go back and check the thread, I never said that there were extra system calls, that was someone else with whom I disagreed! As for buffering being mandated, I am not quite sure what you are talking about here. As I noted, GNAT I/O is constructed directly on top of C Stream I/O, so it inherits the same default buffering behavior (and the same ability to control buffering, see the GNAT RM for details).