From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5814 invoked by alias); 29 May 2012 13:13:07 -0000 Received: (qmail 5768 invoked by uid 22791); 29 May 2012 13:13:05 -0000 X-SWARE-Spam-Status: No, hits=-7.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,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; Tue, 29 May 2012 13:12:50 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4TDCNGX023993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 29 May 2012 09:12:23 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q4TDCLYd011742; Tue, 29 May 2012 09:12:22 -0400 Message-ID: <4FC4CB35.5030503@redhat.com> Date: Tue, 29 May 2012 13:13:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Joel Brobecker CC: 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> In-Reply-To: <20120529130144.GM5492@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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-05/txt/msg01013.txt.bz2 On 05/29/2012 02:01 PM, Joel Brobecker wrote: > Hi Pierre, > >> > As explained in my answer to Sergio, I would like to leave other fixes >> > to after initial commit to have a better history of changes relative >> > to the ss directory version on sourceware.org server. > That would be fine. I think that's a good reason. > >> > PS: could contrib get a separate ChangeLog file? > I think we are trying to get as few ChangeLog files as possible. I think it should. "contrib" is by definition a space for third party contributed sources that we ship along, ergo not really part of GDB, unlike the cli, mi, or tui, regformats, etc. subdirectories. -- Pedro Alves