From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14956 invoked by alias); 16 Mar 2006 15:10:51 -0000 Received: (qmail 14947 invoked by uid 22791); 16 Mar 2006 15:10:51 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-03.spheriq.net (HELO fra-del-03.spheriq.net) (195.46.51.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 16 Mar 2006 15:10:49 +0000 Received: from fra-out-02.spheriq.net (fra-out-02.spheriq.net [195.46.51.130]) by fra-del-03.spheriq.net with ESMTP id k2GFAh52011137 for ; Thu, 16 Mar 2006 15:10:43 GMT Received: from fra-cus-02.spheriq.net (fra-cus-02.spheriq.net [195.46.51.38]) by fra-out-02.spheriq.net with ESMTP id k2GFAfu3008928 for ; Thu, 16 Mar 2006 15:10:42 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-02.spheriq.net with ESMTP id k2GFAcaE006218 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Thu, 16 Mar 2006 15:10:40 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 75B55DA47; Thu, 16 Mar 2006 15:10:34 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 6BF60473FA; Thu, 16 Mar 2006 15:14:28 +0000 (GMT) Received: from st.com (crx1177.cro.st.com [164.129.47.77]) by mail1.cro.st.com (MOS 3.5.8-GR) with ESMTP id CGZ15041 (AUTH "denis pilat"); Thu, 16 Mar 2006 16:10:31 +0100 (CET) Message-ID: <44197FE7.3060008@st.com> Date: Fri, 17 Mar 2006 00:31:00 -0000 From: Denis PILAT User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0 MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [patch-readline] history file generation on minGW host References: <44196BC6.4050503@st.com> <20060316144905.GA12063@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.2.01 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00216.txt.bz2 Daniel Jacobowitz wrote: >On Thu, Mar 16, 2006 at 02:44:38PM +0100, Denis PILAT wrote: > > >>On minGW host, history file are open in text mode, that's imply windows >>specific >>carriage return to be inserted ( \n -> \r\n conversion performed) and >>prevents windows history file to be compliant with linux one's. >>When using current history file for windows, "^M" appears at each end of >>line. >> >>This patch fixes this problem. >> >> > >You should probably send this patch to the readline maintainers >instead? It looks reasonable. > > > It's done, I'm waiting for Chet reply