From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17930 invoked by alias); 15 Nov 2001 21:44:18 -0000 Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Received: (qmail 17897 invoked from network); 15 Nov 2001 21:44:16 -0000 Received: from unknown (HELO itdomain003.itdomain.net.au) (203.63.157.208) by sourceware.cygnus.com with SMTP; 15 Nov 2001 21:44:16 -0000 Received: from lifelesswks ([144.137.124.227]) by itdomain003.itdomain.net.au with Microsoft SMTPSVC(5.0.2195.3779); Fri, 16 Nov 2001 08:43:58 +1100 Message-ID: <049e01c16e1e$e3efeab0$0200a8c0@lifelesswks> From: "Robert Collins" To: References: <20011115030821.GA3841@redhat.com> <00a101c16d86$54e0d2f0$0200a8c0@lifelesswks> <1543920176.20011115124023@familiehaase.de> <02ba01c16dcf$bc7b2750$0200a8c0@lifelesswks> <20011115192147.GF9348@redhat.com> Subject: Re: indent.exe strangeness Date: Sun, 11 Nov 2001 08:26:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 15 Nov 2001 21:43:58.0232 (UTC) FILETIME=[A1990980:01C16E1E] X-SW-Source: 2001-11/txt/msg00339.txt.bz2 === ----- Original Message ----- From: "Christopher Faylor" To: Sent: Friday, November 16, 2001 6:21 AM Subject: Re: indent.exe strangeness > On Thu, Nov 15, 2001 at 11:19:12PM +1100, Robert Collins wrote: > >> What about a patch that would fopen() every file in binmode and write it > >> back according to the mount? > > > >I think that textmode.o is the correct tool rather than a patch - read > >every file in textmode (they are source after all :]) and write in > >textmode. > > No. That would end up putting CRLF on every file. I doubt that people > with binmode mounts would be pleased. They shouldn't care if all the text process tools have been ported correctly. Thats the whole point of textmode and binmode ain't it? Certinaly squid _always_ writes text data with textmode, and binary data with binmode, and I've heard no complaints w.r.t this. > automode.o should take any file and create a file with only LF line > endings. This will be correctly interpreted by just about every tool > except older versions of notepad.exe. FWIW my win2k notepad still chokes. Anyway, I've start to be picky here, so I'll just be quite now :}. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/