From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21456 invoked by alias); 22 Mar 2011 19:05:55 -0000 Received: (qmail 21446 invoked by uid 22791); 22 Mar 2011 19:05:54 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL,TW_CG X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Mar 2011 19:05:40 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LIH006003IOWX00@a-mtaout20.012.net.il> for gdb@sourceware.org; Tue, 22 Mar 2011 21:05:37 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.16.52]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LIH0063G3PB64A0@a-mtaout20.012.net.il>; Tue, 22 Mar 2011 21:05:37 +0200 (IST) Date: Tue, 22 Mar 2011 19:05:00 -0000 From: Eli Zaretskii Subject: Re: readline rebase 5.1->6.2? In-reply-to: <20110322154327.GA8966@host1.jankratochvil.net> To: Jan Kratochvil Cc: gdb@sourceware.org, ktietz@redhat.com, cgf-use-the-mailinglist-please@gnu.org Reply-to: Eli Zaretskii Message-id: <83tyev7z7a.fsf@gnu.org> References: <20110322154327.GA8966@host1.jankratochvil.net> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00124.txt.bz2 > Date: Tue, 22 Mar 2011 16:43:27 +0100 > From: Jan Kratochvil > Cc: Kai Tietz , Eli Zaretskii , > Christopher Faylor > > Just the patches are of the kind of MS-related platforms compatibility: > +dnl BEGIN changes for CYGNUS cross-building for Cygwin > +#ifdef __MSDOS__ > +#if defined (__GO32__) > +#ifndef __MINGW32__ > !+#if defined (SIGWINCH) > ? (+#if defined (HAVE_GETPWENT)) I'm not sure I understand: are you saying that the local patches we have in GDB wrt the original readline 5.1 are those listed above? If so, the last two are not about MS platforms. > Before 7.3 cut off I ask about the opinion on these MS-related platforms > compatibility readline patches Can you show these patches in full? I'm quite sure the changes related to __MSDOS__ and __GO32__ are still needed, but I'd like to review them. I could also try looking at the __MINGW32__ patches. Thanks.