From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30217 invoked by alias); 27 May 2003 23:30:03 -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 30118 invoked from network); 27 May 2003 23:30:00 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by sources.redhat.com with SMTP; 27 May 2003 23:30:00 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h4RNTrXm000240; Wed, 28 May 2003 01:29:53 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h4RNTqrR000698; Wed, 28 May 2003 01:29:52 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h4RNTq4v000695; Wed, 28 May 2003 01:29:52 +0200 (CEST) Date: Tue, 27 May 2003 23:30:00 -0000 Message-Id: <200305272329.h4RNTq4v000695@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ezannoni@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <16082.13530.758121.662876@localhost.redhat.com> (message from Elena Zannoni on Mon, 26 May 2003 11:38:02 -0400) Subject: Re: Fix readline for platforms without References: <200305251129.h4PBTfrV010272@elgar.kettenis.dyndns.org> <16082.13530.758121.662876@localhost.redhat.com> X-SW-Source: 2003-05/txt/msg00500.txt.bz2 From: Elena Zannoni Date: Mon, 26 May 2003 11:38:02 -0400 Mark Kettenis writes: > There is a problem with one of our local GDB fixes for readline: > > 2003-03-03 Kris Warkentin > > * aclocal.m4: Cause wcwidth check to substitute > HAVE_WCWIDTH for building. > * Makefile.in: Add wcwidth object to lib if required. > * shlib/Makefile.in: Likewise. > * configure: Regenerate. > > OK to check this in Elena? Ok with me. Checked in, Mark