From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6553 invoked by alias); 22 Sep 2014 13:08:07 -0000 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 Received: (qmail 6526 invoked by uid 89); 22 Sep 2014 13:08:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 3 recipients X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 22 Sep 2014 13:08:05 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8MD7nJR018607 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 22 Sep 2014 09:07:49 -0400 Received: from host2.jankratochvil.net (ovpn-116-67.ams2.redhat.com [10.36.116.67]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8MD7i0s010957 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Mon, 22 Sep 2014 09:07:46 -0400 Date: Mon, 22 Sep 2014 13:08:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Chen Gang , bug-readline@gnu.org, amodra@gmail.com, Pedro Alves , drow@false.org, ezannoni@kwikemart.cygnus.com, muller@sourceware.org, Nicholas Clifton , gdb-patches@sourceware.org, binutils@sourceware.org, macro@linux-mips.org Subject: Re: [PATCH] readline/search.c: Remove useless parameter '0' for rl_message() Message-ID: <20140922130744.GA31797@host2.jankratochvil.net> References: <541CF976.8090905@gmail.com> <20140922130324.GA4883@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140922130324.GA4883@adacore.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00661.txt.bz2 On Mon, 22 Sep 2014 15:03:24 +0200, Joel Brobecker wrote: > Because readline is a separate project from binutils/GDB, we prefer > it if you would first submit the patch to the readline project first > (bug-readline@gnu.org, in Cc: of this email), get it accepted there. > Once pushed in the readline project, we can then merge your patch. > Would you mind taking the lead in telling us when the patch is readline? It already is: http://git.savannah.gnu.org/cgit/bash.git/diff/lib/readline/search.c?h=devel&id=d76edd307c1e53bcf497723365dfa1e31b0f1325 Jan