From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2794 invoked by alias); 10 Apr 2006 18:30:14 -0000 Received: (qmail 2704 invoked by uid 22791); 10 Apr 2006 18:30:14 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Apr 2006 18:30:12 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k3AIU4h9031449; Mon, 10 Apr 2006 14:30:04 -0400 Received: from localhost.redhat.com (dhcp83-8.boston.redhat.com [172.16.83.8]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k3AIU3W1013013; Mon, 10 Apr 2006 14:30:03 -0400 Received: by localhost.redhat.com (Postfix, from userid 469) id 4D6B91A4070; Mon, 10 Apr 2006 14:28:56 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17466.41960.90089.106620@localhost.redhat.com> Date: Mon, 10 Apr 2006 18:30:00 -0000 To: Daniel Jacobowitz Cc: gdb-patches@sourceware.org Subject: Re: RFC: Readline 5.1 import In-Reply-To: <20060410180030.GA29115@nevyn.them.org> References: <20060410180030.GA29115@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-04/txt/msg00124.txt.bz2 Daniel Jacobowitz writes: > I've locally imported readline 5.1 into src, replacing our older readline > 4.3 import. It requires only two small changes in gdb (both dealing with > the rename of rluser.texinfo -> rluser.texi); patch attached. I've also > attached a diff between readline 5.1 + upstream patches 001-004, and > my imported directory; I don't know how else I can usefully present the > changes, since a diff from the previous version of readline is too huge to > be useful. > > I've done my best to preserve every local change. The local changes are > mainly for Cygwin, DJGPP, and MinGW32; I tested GNU/Linux, and did manual > testing on both Cygwin and MinGW32. My last attempt to build a DJGPP GDB > took all day and failed horribly due to GCC bugs, so I'm afraid I can't > test the __MSDOS__ bits. But they're pretty straightforward and I did > preserve all the local ones. > > Does anyone mind my committing the merge? I'll be glad to help straighten > out any problems arising from that. If you'd like to test it first, let > me know; it's a bit of work to produce a patched source tree. Pls, make sure you do an import, not just a merge. I don't remember the detailed procedure, and I don't have my notes here, but the import was first done on a branch and various tags were used: readline-pre-43-import readline_4_3-import-branch readline_4_3-import-branchpoint readline_4_3