From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6141 invoked by alias); 12 Jan 2004 15:19:31 -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 6128 invoked from network); 12 Jan 2004 15:19:29 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 12 Jan 2004 15:19:29 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D53DD2B8F; Mon, 12 Jan 2004 10:19:27 -0500 (EST) Message-ID: <4002BAFF.3020302@gnu.org> Date: Mon, 12 Jan 2004 15:19:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] {mi,tui}/ChangeLog -> {mi,tui}/ChangeLog-YYYY-yyyy References: <40019C46.50209@gnu.org> Content-Type: multipart/mixed; boundary="------------070003080106030403080508" X-SW-Source: 2004-01/txt/msg00312.txt.bz2 This is a multi-part message in MIME format. --------------070003080106030403080508 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 497 > Hello, > > This diff contains the ChangeLog edits needed when renaming: > mi/ChangeLog -> mi/ChangeLog-1999-2003 > tui/ChangeLog -> tui/ChangeLog-1998-2003 > gdb.mi/ChangeLog -> gdb.mi/ChangeLog-1998-2003 > Assuming that choice is ok with Eli/MichaelC, I'll commit in a few days. This is a predicate to the TUI rename/cleanup. Eli/Michael reached some sort of agreement quicker than I expected :-^ I've committed the attached - it adds a few more pointers to old files. Andrew --------------070003080106030403080508 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 1848 ? diffs ? testsuite/diffs Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.5191 diff -u -r1.5191 ChangeLog --- ChangeLog 11 Jan 2004 20:52:29 -0000 1.5191 +++ ChangeLog 12 Jan 2004 15:14:56 -0000 @@ -1,3 +1,10 @@ +2004-01-12 Andrew Cagney + + * mi/ChangeLog: Delete file. Renamed to ... + * mi/ChangeLog-1999-2003: New file. + * tui/ChangeLog: Delete file. Renamed to ... + * tui/ChangeLog-1998-2003: New file. + 2004-01-11 Mark Kettenis * sparc64nbsd-tdep.c: Include "regset.h". @@ -632,7 +639,8 @@ in . * configure, config.in: Regenerate. -For older changes see ChangeLog-2003 +For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and +tui/ChangeLog-1998-2003. Local Variables: mode: change-log Index: testsuite/ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/testsuite/ChangeLog,v retrieving revision 1.739 diff -u -r1.739 ChangeLog --- testsuite/ChangeLog 12 Jan 2004 14:44:48 -0000 1.739 +++ testsuite/ChangeLog 12 Jan 2004 15:14:57 -0000 @@ -1,5 +1,10 @@ 2004-01-12 Andrew Cagney + * gdb.mi/ChangeLog: Delete file. Renamed to ... + * gdb.mi/ChangeLog-1999-2003: New file. + +2004-01-12 Andrew Cagney + * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for "Renaming a directory to a non-empty directory returns ENOTEMPTY or EEXIST", treat EBUSY as an XFAIL. @@ -11276,6 +11281,8 @@ of dejagnu. The modifications to these testcases, etc., which will allow them to work with the new version of dejagnu will be made in a future update. + +For additional changes see gdb.mi/ChangeLog-1999-2003. Local Variables: mode: change-log --------------070003080106030403080508--