From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5466 invoked by alias); 1 May 2011 12:29:40 -0000 Received: (qmail 5456 invoked by uid 22791); 1 May 2011 12:29:39 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 01 May 2011 12:29:16 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p41CTGxE011792 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 1 May 2011 08:29:16 -0400 Received: from host1.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p41CTEWg027324 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 1 May 2011 08:29:15 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p41CTDke027542 for ; Sun, 1 May 2011 14:29:13 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p41CTClb027538 for gdb-patches@sourceware.org; Sun, 1 May 2011 14:29:12 +0200 Date: Sun, 01 May 2011 12:29:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: [patch 0/3] readline-6.2 rebase Message-ID: <20110501122912.GA7206@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00003.txt.bz2 Hi, the change is prepared with readable separate commits in the branch: http://sourceware.org/gdb/wiki/ArcherBranchManagement archer-jankratochvil-readline62 as the patch itself is too huge to post for non-GIT accessible way one can patch readline-6.2 by 001, move it to src/readline: ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz ftp://ftp.gnu.org/gnu/readline/readline-6.2-patches/readline62-001 And patch it by this [patch 1/3], patch [2/3] and patch [3/3]. There files were omitted from the readline-6.2 tree (like before): Only in readline-6.2-001/doc: history.0 Only in readline-6.2-001/doc: history.dvi Only in readline-6.2-001/doc: history.html Only in readline-6.2-001/doc: history.info Only in readline-6.2-001/doc: history.pdf Only in readline-6.2-001/doc: history.ps Only in readline-6.2-001/doc: history_3.ps Only in readline-6.2-001/doc: readline.0 Only in readline-6.2-001/doc: readline.dvi Only in readline-6.2-001/doc: readline.html Only in readline-6.2-001/doc: readline.info Only in readline-6.2-001/doc: readline.pdf Only in readline-6.2-001/doc: readline.ps Only in readline-6.2-001/doc: readline_3.ps Only in readline-6.2-001/doc: rluserman.dvi Only in readline-6.2-001/doc: rluserman.html Only in readline-6.2-001/doc: rluserman.info Only in readline-6.2-001/doc: rluserman.pdf Only in readline-6.2-001/doc: rluserman.ps Only in readline-6.2-001/doc: texinfo.tex Only in readline-6.2-001/examples: rlwrap-0.30.tar.gz These file needs autotools rebuild, not included in these attached patches: readline/configure needs rebuild. readline/examples/rlfe/configure needs rebuild (it is not used, though). gdb/config.in needs rebuild. gdb/configure needs rebuild. No regressions on {x86_64,x86_64-m32,i686}-fedora15-linux-gnu. Other platforms would be nice to test. Thanks, Jan