This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[New Year] ChangeLog rotation - done


Hello,

As mentioned by Jan, this is the New Year, and the `Start of New Year'
procedure needs to be applied.  The first step is rotating the ChangeLog
file. Now done.

I'm leving the diff to the ChangeLogs out, since they are very large
while only  basically a move. I am, however, including the diff to
the fnchange.lst file. Although obvious, there is one typo I noticed,
which I also fixed at the same time.

-- 
Joel
commit f7ab7e39869cd42f2cedb5c6543326d5ade7411b
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Sat Jan 1 18:02:09 2011 +0400

Rotate GDB's main ChangeLog file

gdb/ChangeLog:

        * ChangeLog-2010: Renames ChangeLog.
        * ChangeLog: New file.
        * config/djgpp/fnchange.lst: Add exception for gdb/ChangeLog-2010.
        Also fix a typo in the exception for gdb/ChangeLog-2009.

diff --git a/gdb/config/djgpp/fnchange.lst b/gdb/config/djgpp/fnchange.lst
index 60b7de7..4b86c31 100644
--- a/gdb/config/djgpp/fnchange.lst
+++ b/gdb/config/djgpp/fnchange.lst
@@ -107,7 +107,8 @@
 @V@/gdb/ChangeLog-2006 @V@/gdb/ChangeLog.006
 @V@/gdb/ChangeLog-2007 @V@/gdb/ChangeLog.007
 @V@/gdb/ChangeLog-2008 @V@/gdb/ChangeLog.008
-@V@/gdb/ChangeLog-2002 @V@/gdb/ChangeLog.009
+@V@/gdb/ChangeLog-2009 @V@/gdb/ChangeLog.009
+@V@/gdb/ChangeLog-2010 @V@/gdb/ChangeLog.010
 @V@/gdb/ChangeLog-3.x @V@/gdb/ChangeLog.3-x
 @V@/gdb/ada-exp.tab.c @V@/gdb/ada-exp_tab.c
 @V@/gdb/amd64-windows-nat.c @V@/gdb/a64w-nat.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]