From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2939 invoked by alias); 22 Jun 2012 16:10:56 -0000 Received: (qmail 2913 invoked by uid 22791); 22 Jun 2012 16:10:52 -0000 X-SWARE-Spam-Status: No, hits=-6.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 22 Jun 2012 16:10:40 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5MGAE8J020274 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 22 Jun 2012 12:10:14 -0400 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q5MGACUL013226 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 22 Jun 2012 12:10:12 -0400 From: Tom Tromey To: Pedro Alves Cc: Joel Brobecker , Pierre Muller , gdb-patches@sourceware.org, "'Jan Kratochvil'" , "'Sergio Durigan Junior'" Subject: Re: [RFA-v3] Add scripts to generate ARI web pages to gdb/contrib/ari directory References: <001201cd3547$377188b0$a6549a10$@muller@ics-cnrs.unistra.fr> <20120525194654.GA30472@host2.jankratochvil.net> <003c01cd3b3c$d85e07d0$891a1770$@muller@ics-cnrs.unistra.fr> <002101cd3c42$5473b670$fd5b2350$@muller@ics-cnrs.unistra.fr> <006701cd3d00$6b9566a0$42c033e0$@muller@ics-cnrs.unistra.fr> <20120529130144.GM5492@adacore.com> <4FC4CB35.5030503@redhat.com> Date: Fri, 22 Jun 2012 16:10:00 -0000 In-Reply-To: <4FC4CB35.5030503@redhat.com> (Pedro Alves's message of "Tue, 29 May 2012 14:12:21 +0100") Message-ID: <87ehp7iazf.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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 X-SW-Source: 2012-06/txt/msg00709.txt.bz2 >>>>> "Pedro" == Pedro Alves writes: Pedro> I think it should. "contrib" is by definition a space for third party Pedro> contributed sources that we ship along, ergo not really part of GDB, Pedro> unlike the cli, mi, or tui, regformats, etc. subdirectories. I very strongly dislike ChangeLog proliferation. I don't see any benefit in multiple ChangeLogs, but several disadvantages. For example, they make more work when submitting patches that span directories. And, they are actually less clear in this situation, because the relevant bits of a patch are described in multiple places. (This alone makes the git log more useful than ChangeLog...) Tom