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,cd1bf52bd014e5a4 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Use of the GET_IMMEDIATE and FLUSH procedures in TEXT_IO Date: 1996/07/17 Message-ID: #1/1 X-Deja-AN: 169563194 references: <96071612551770@psavax.pwfl.com> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-07-17T00:00:00+00:00 List-Id: Nasser notes that Get_Immediate may not be implemented on all GNAT platforms, and says "It _should_ work as the RM says it should :)" Well, a slight correction, => "as the RM *advises* that it should" Get_Immediate is implemented in accordance with the RM requirements on all GNAT platforms, but does not follow the implementation advice on all platforms, and of course in practice, it is this implementation advice that makes it useful. It works correctly on most GNAT platforms now, and should work on nearly all by the next release. Certainly the new NT release should solve this problem (the next NT release will use the Cygnus library, which is much more Unix-like and will solve a lot of existing problems).