From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26821 invoked by alias); 15 Oct 2004 12:43:42 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26805 invoked from network); 15 Oct 2004 12:43:40 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 15 Oct 2004 12:43:40 -0000 Received: from zaretski ([80.230.148.76]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CVZ62168 (AUTH halo1); Fri, 15 Oct 2004 14:43:31 +0200 (IST) Date: Fri, 15 Oct 2004 12:43:00 -0000 From: "Eli Zaretskii" To: Andreas Schwab Message-ID: <01c4b2b4$Blat.v2.2.2$2ec2eb00@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: mark.kettenis@xs4all.nl, cagney@gnu.org, gdb-patches@sources.redhat.com In-reply-to: (message from Andreas Schwab on Fri, 15 Oct 2004 01:00:05 +0200) Subject: Re: [COMMIT] Accept "\r\n" line-endings on all hosts Reply-to: Eli Zaretskii References: <200410141244.i9ECiXMQ008862@elgar.sibelius.xs4all.nl> <416E835F.9040702@gnu.org> <200410141837.i9EIbJCO000581@elgar.sibelius.xs4all.nl> <01c4b231$Blat.v2.2.2$da772700@zahav.net.il> X-SW-Source: 2004-10/txt/msg00271.txt.bz2 > Cc: Mark Kettenis , cagney@gnu.org, > gdb-patches@sources.redhat.com > From: Andreas Schwab > Date: Fri, 15 Oct 2004 01:00:05 +0200 > > >> Yup should be doable. No uuencoding necessary I think. Unless CVS > >> silently changes \r\n into \n. > > > > Some Windows CVS clients do that. > > Unless you mark the file as binary (-kb). And lose important features like diffs, per-line annotations, etc. No, thanks. People who port CVS clients to Windows should really do a better job. Until they do, DJGPP's dtou.exe and utod.exe rule!