From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14379 invoked by alias); 21 Mar 2006 19:52:30 -0000 Received: (qmail 14368 invoked by uid 22791); 21 Mar 2006 19:52:29 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 21 Mar 2006 19:52:27 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id IFK11113; Tue, 21 Mar 2006 21:52:05 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-80-230-66-146.inter.net.il [80.230.66.146]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CYF11689 (AUTH halo1); Tue, 21 Mar 2006 21:52:01 +0200 (IST) Date: Thu, 23 Mar 2006 04:37:00 -0000 Message-Id: From: Eli Zaretskii To: Denis PILAT , Chet Ramey CC: gdb-patches@sources.redhat.com, bash-maintainers@gnu.org In-reply-to: <20060321145842.GA25689@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 21 Mar 2006 09:58:42 -0500) Subject: Re: [patch-readline] history file reading Reply-to: Eli Zaretskii References: <44196BC6.4050503@st.com> <441FD3C7.1090504@st.com> <44201202.3010001@case.edu> <44196BC6.4050503@st.com> <441FD3C7.1090504@st.com> <20060321145842.GA25689@nevyn.them.org> 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/msg00249.txt.bz2 > Date: Tue, 21 Mar 2006 09:58:42 -0500 > From: Daniel Jacobowitz > Cc: Eli Zaretskii , gdb-patches@sources.redhat.com, bash-maintainers@gnu.org > > > > This new version of my patch changes the way we read history files to > > > allow "\r\n" in end-of-line. > > > I don't change any more the way we write history files. > > > > I don't see any problem with including this, or a variant. > > Fine by me too. And fine with me, obviously. > I've checked this in with formatting fixes. Thanks.