From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14555 invoked by alias); 29 Dec 2003 19:57:06 -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 14548 invoked from network); 29 Dec 2003 19:57:05 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sources.redhat.com with SMTP; 29 Dec 2003 19:57:05 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Ab3Ve-0002xq-00; Mon, 29 Dec 2003 14:57:03 -0500 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 11AF94B35A; Mon, 29 Dec 2003 14:56:49 -0500 (EST) To: eliz@elta.co.il, ezannoni@redhat.com Subject: Re: [RFA] Patch to imported readline to allow DJGPP build Cc: gdb-patches@sources.redhat.com Message-Id: <20031229195649.11AF94B35A@berman.michael-chastain.com> Date: Mon, 29 Dec 2003 19:57:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2003-12/txt/msg00509.txt.bz2 Eli Zaretskii writes: eli> Btw, I don't understand what is going on with Readline: I looked at eli> its official home page (to figure out how to submit the patches below eli> to the Readline maintainer) and found there an old version 4.3 of eli> Readline where the DJGPP-specific code is ripped out. The version eli> that we have in the GDB repository seems a newer one, but it also has eli> the DJGPP-specific code in it. Can someone please tell me what is the eli> story behind this? TIA Our readline has some changes since the last import, which was 2002-12-06 by Elena Z. Check ChangeLog.gdb in the readline directory. But I don't see any mention of "add djgpp code" in ChangeLog.gdb so I am baffled too. Michael C