From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10787 invoked by alias); 3 Jan 2003 00:16:04 -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 10732 invoked from network); 3 Jan 2003 00:15:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 3 Jan 2003 00:15:58 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h02NmUB19720 for ; Thu, 2 Jan 2003 18:48:30 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h030Fka09276 for ; Thu, 2 Jan 2003 19:15:46 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h030Fjm30340 for ; Thu, 2 Jan 2003 19:15:46 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id 3CDA6FF78; Thu, 2 Jan 2003 19:20:10 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15892.55097.938929.682782@localhost.redhat.com> Date: Fri, 03 Jan 2003 00:16:00 -0000 To: Elias Athanasopoulos Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] readline warning fixes In-Reply-To: <20030103025714.C1147@neutrino.particles.org> References: <20021214135355.A1147@neutrino.particles.org> <20030103025714.C1147@neutrino.particles.org> X-SW-Source: 2003-01/txt/msg00043.txt.bz2 Elias Athanasopoulos writes: > Hello and a happy new year! > > On Sat, Dec 14, 2002 at 01:53:55PM +0200, Elias Athanasopoulos wrote: > > Some warning fixes to readline. BTW, shouldn't comments end in a > [snipped] > > 2002-12-14 Elias Athanasopoulos > > > > * histexpand.c (get_history_event): Cast const char * to char * > > to avoid compiler warnings. > > * display.c (_rl_move_cursor_relative): Likewise. > > Anyone has a comment to this patch? > > Regards, > Elias It should be submitted to the readline maintainer, or the readline bug mailing list: Bug reports for Readline should be sent to: bug-readline@gnu.org If you would like to contact the Readline maintainer directly, send mail to bash-maintainers@gnu.org. or: bug-bash@gnu.org (see readline/README). Once it is accepted into the official readline, I wouldn't mind to have it in the gdb version of readline as well. Elena