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 sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Sun, 12 Nov 2000 00:21:48 -0500 From: Christopher Faylor To: cygwin-developers AT sources DOT redhat DOT com Subject: automode.o Message-ID: <20001112002148.A27647@redhat.com> Reply-To: cygwin-developers AT sources DOT redhat DOT com Mail-Followup-To: cygwin-developers AT sources DOT redhat DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.6i I added a new file to cygwin-1.1.5 -- automode.o. Linking with this file will cause all reads to default to text mode and all writes to default to binary mode. I used it in the new version of bison which I recently (silently) released. FYI, cgf