Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Date: Mon, 24 Apr 2000 14:31:19 -0400 Message-Id: <200004241831.OAA05979@envy.delorie.com> From: DJ Delorie To: cygwin-developers AT sourceware DOT cygnus DOT com Subject: hybrid text/binary mount Hey, I've got an idea. How about a mount mode where files opened for reading do CR/LF conversion *if* they look like text files (i.e. no binary characters, all CR/LF are part of CR/LF pair), and files open for writing always write files in binary mode. Of course, programs that specify text or binary would get what they wanted.