Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Message-Id: <4.3.1.2.20010215104635.017d17d8@pop.ma.ultranet.com>
X-Sender: lhall@pop.ma.ultranet.com
X-Mailer: QUALCOMM Windows Eudora Version 4.3.1
Date: Thu, 15 Feb 2001 10:49:21 -0500
To: Jean Delvare <delvare@ensicaen.ismra.fr>
From: "Larry Hall (RFK Partners, Inc)" <lhall@rfk.com>
Subject: Re: file descriptors opened as text files
Cc: cygwin@sources.redhat.com
In-Reply-To: <Pine.SO4.4.05.10102151515430.1255-100000@e3000.ensicaen.is
 mra.fr>
References: <5.0.2.1.0.20010214175309.00a92220@pop.ma.ultranet.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"

At 09:36 AM 2/15/2001, Jean Delvare wrote:
>But file descriptors being concerned, cygwin's behavior is just weird (my
>opinion). The file desciptor is the lowest access level to the files. In
>the unix world (the real one) there is simply no text mode defined for
>file descriptors (which makes my program using O_BINARY unportable). It
>looks like a Cygnus' invention, and will probably cause lots of trouble to
>any developper porting applications using file descriptors - and there
>must be a lot. I don't even think this behavior is POSIX compliant (but I
>don't know how to check it).


Its not a Cygwin invention.  Its a MS one.  Check out the documentation
for open()/_open() on the MSDN.  They use the _O_BINARY flag.  Don't get me
wrong.  I hate text mode in all its forms.  Perhaps Cygwin could've forgone
its use here.  Maybe not.  However, doing so here follows the MS lead and
wasn't a Cygwin concoction.


Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

