From: rminnich AT sarnoff DOT com ("Ron G. Minnich") Subject: Re: gcc for WinNT 7 Mar 1997 09:32:23 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: rminnich AT terra Original-To: Jim Balter Original-cc: Leong Kok Yong , gnu-win32 AT cygnus DOT com In-Reply-To: <331F9545.692A@netcom.com> Original-Sender: owner-gnu-win32 AT cygnus DOT com On Thu, 6 Mar 1997, Jim Balter wrote: > When reading in text mode, cygwin deletes CRs but neglects to read > more to fill out the buffer. reading in text mode? this is a simple int fd = open("file", O_RDONLY); fd = read(blah blah) How do you control text mode from that? new options or an fcntl? ron - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".