From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757714Ab0FOLwL (ORCPT ); Tue, 15 Jun 2010 07:52:11 -0400 Received: from cantor.suse.de ([195.135.220.2]:42776 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752886Ab0FOLwJ (ORCPT ); Tue, 15 Jun 2010 07:52:09 -0400 Message-ID: <4C176968.8070807@suse.cz> Date: Tue, 15 Jun 2010 13:52:08 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100317 SUSE/3.0.4 Thunderbird/3.0.4 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Uwe_Kleine-K=F6nig?= Cc: Alexey Dobriyan , torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, stefani@seibold.net Subject: Re: [PATCH] tags: put function prototypes back! References: <20100203201816.GA5987@x200> <20100615092230.GA21819@pengutronix.de> <4C174DBB.9000901@suse.cz> <20100615114108.GD21709@pengutronix.de> In-Reply-To: <20100615114108.GD21709@pengutronix.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15.6.2010 13:41, Uwe Kleine-König wrote: > On Tue, Jun 15, 2010 at 11:54:03AM +0200, Michal Marek wrote: >> On 15.6.2010 11:22, Uwe Kleine-König wrote: >>> On Wed, Feb 03, 2010 at 10:18:17PM +0200, Alexey Dobriyan wrote: >>>> commit 7db86dc97fb0c47af63e6b965e8ff37126050d25 >>>> "ctags: usability fix" removed function prototypes from tags file >>>> claiming "It makes no real sense to include function prototypes". >>>> But it is useful for quickly determining which header file developer >>>> needs to include to fix compilation. >>>> >>>> Now if someone wants to remove forward declatations (which I agree are >>>> baggage), write a postprocessing script. >>>> >>>> Please apply. >>>> >>>> Alexey, who is sick reverting this chunk locally. >>>> >>>> Signed-off-by: Alexey Dobriyan >>> Acked-by: Uwe Kleine-König >> >> Alexey, can you please resend the patch? I don't see it in the archives >> anywhere. > > Gmane supports getting mails by Message-Id: > > http://mid.gmane.org/20100203201816.GA5987@x200 Ah, thanks. I didn't notice that the original mail was from February. Michal