From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26076 invoked by alias); 4 Jun 2004 18:32:02 -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 26065 invoked from network); 4 Jun 2004 18:32:02 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 4 Jun 2004 18:32:02 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i54IW2i7002913 for ; Fri, 4 Jun 2004 14:32:02 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i54IW1013422; Fri, 4 Jun 2004 14:32:01 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 79B8B2B9D; Fri, 4 Jun 2004 14:31:57 -0400 (EDT) Message-ID: <40C0C01D.7080504@gnu.org> Date: Fri, 04 Jun 2004 18:32:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Eli Zaretskii , Michael Elizabeth Chastain , brobecker@gnat.com, hilfingr@gnat.com Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH]: Updates to Ada sources, part 1 (longish) References: <20040603051228.E269F4B104@berman.michael-chastain.com> <2914-Fri04Jun2004144147+0300-eliz@gnu.org> In-Reply-To: <2914-Fri04Jun2004144147+0300-eliz@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg00075.txt.bz2 >>Date: Thu, 3 Jun 2004 01:12:28 -0400 (EDT) >>> From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) >>> >>> Speaking as a consumer of ChangeLogs, I would favor just importing >>> ChangeLog.GNAT into the FSF repository, with a note at the top of >>> it saying "these are changes from $date to $date done by ACT and >>> merged on 2004-06-02." > > > That'd be fine with me, but I'd also suggest to have a pointer to > ChangeLog.GNAT in gdb/ChangeLog, right where the import of Ada changes > is recorded. Something like "See ChangeLog.GNAT for details of the > changes." Please don't do this. ChangeLog.XXX is good for branches (as with even readline/ChangeLog.gdb) but not for what is ment to be the mainline. > An alternative idea is to put the contents of ChangeLog.GNAT into > gdb/ChangeLog, but indent it so that the date/time stamps of the > included ChangeLog.GNAT are not aligned with the rest of time stamps, > and thus the time monotonicity is not disrupted. I think the Texinfo > project did that in the past when large changes were merged that were > maintained separately for some time. The ChangeLog entry should provide a summary of what was added/changed at this point in time - stuff like listing the new functions and summary of changed functions. Can we do that? Much of the stuff in that GNAT ChangeLog will no longer be relevant. I'm told Diego took rougly a day to prepare his tree-SSA ChangeLog entry. (BTW, with a change of this magnitude it is probably a good idea to table it for a day or so) enjoy, Andrew