From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5302 invoked by alias); 14 Oct 2004 18:37:25 -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 5281 invoked from network); 14 Oct 2004 18:37:23 -0000 Received: from unknown (HELO walton.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 14 Oct 2004 18:37:23 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by walton.sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id i9EIbKwj005743; Thu, 14 Oct 2004 20:37:20 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id i9EIbKpH000584; Thu, 14 Oct 2004 20:37:20 +0200 (CEST) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id i9EIbJCO000581; Thu, 14 Oct 2004 20:37:19 +0200 (CEST) Date: Thu, 14 Oct 2004 18:37:00 -0000 Message-Id: <200410141837.i9EIbJCO000581@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <416E835F.9040702@gnu.org> (message from Andrew Cagney on Thu, 14 Oct 2004 09:47:11 -0400) Subject: Re: [COMMIT] Accept "\r\n" line-endings on all hosts References: <200410141244.i9ECiXMQ008862@elgar.sibelius.xs4all.nl> <416E835F.9040702@gnu.org> X-SW-Source: 2004-10/txt/msg00250.txt.bz2 Date: Thu, 14 Oct 2004 09:47:11 -0400 From: Andrew Cagney > In the discussion about elimination of the Cygwin and DJGPP xm.h files > we seemed to have reached agreement on this. Actually this is a real > improvement, since it will allow you to execute scripts copied from a > system using the MS-DOS convention without converting them. Can this be tested? A one line uuencoded script comes to mind. Yup should be doable. No uuencoding necessary I think. Unless CVS silently changes \r\n into \n. Mark