Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [commit] New Year procedure - done
@ 2007-01-01  6:01 Joel Brobecker
  2007-01-01  6:15 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Brobecker @ 2007-01-01  6:01 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 662 bytes --]

Hello,

Now that it's 2007 and that we've already had our first change
(the lucky number 1 was Mark K :-), I have rotated the ChangeLog
and updated the copyright year in top.c.

2007-01-01  Joel Brobecker  <brobecker@adacore.com>

        Followed the Start of New Year Procedure:
        * ChangeLog-2006: New file, containing all the entries for 2006.
        * ChangeLog: Removed all 2006 entries, and changed the reference
        to the previous ChangeLog to point to ChangeLog 2006.
        * top.c (print_gdb_version): Update copyright year.

I'm only including the change to top.c. The ChangeLog ones are fairly
large, and yet very mechanical.

-- 
Joel

[-- Attachment #2: new-year.diff --]
[-- Type: text/plain, Size: 666 bytes --]

Index: top.c
===================================================================
RCS file: /cvs/src/src/gdb/top.c,v
retrieving revision 1.115
diff -u -p -r1.115 top.c
--- top.c	21 Jul 2006 14:46:53 -0000	1.115
+++ top.c	1 Jan 2007 05:56:50 -0000
@@ -1068,7 +1068,7 @@ print_gdb_version (struct ui_file *strea
 
   /* Second line is a copyright notice. */
 
-  fprintf_filtered (stream, "Copyright (C) 2006 Free Software Foundation, Inc.\n");
+  fprintf_filtered (stream, "Copyright (C) 2007 Free Software Foundation, Inc.\n");
 
   /* Following the copyright is a brief statement that the program is
      free software, that users are free to copy and change it on

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [commit] New Year procedure - done
  2007-01-01  6:01 [commit] New Year procedure - done Joel Brobecker
@ 2007-01-01  6:15 ` Eli Zaretskii
  2007-01-01  7:03   ` Joel Brobecker
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2007-01-01  6:15 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

> Date: Mon, 1 Jan 2007 10:02:12 +0400
> From: Joel Brobecker <brobecker@adacore.com>
> 
> Now that it's 2007 and that we've already had our first change
> (the lucky number 1 was Mark K :-), I have rotated the ChangeLog
> and updated the copyright year in top.c.
> 
> 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
> 
>         Followed the Start of New Year Procedure:
>         * ChangeLog-2006: New file, containing all the entries for 2006.

This new file requires a new line in gdb/config/djgpp/fnchange.lst.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [commit] New Year procedure - done
  2007-01-01  6:15 ` Eli Zaretskii
@ 2007-01-01  7:03   ` Joel Brobecker
  2007-01-01  7:16     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Brobecker @ 2007-01-01  7:03 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

> > 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
> > 
> >         Followed the Start of New Year Procedure:
> >         * ChangeLog-2006: New file, containing all the entries for 2006.
> 
> This new file requires a new line in gdb/config/djgpp/fnchange.lst.

Ah, yes, of course. Fixed thusly.

2007-01-01  Joel Brobecker  <brobecker@adacore.com>

        * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.

An update of the procedure will follow shortly.

-- 
Joel

[-- Attachment #2: lst.diff --]
[-- Type: text/plain, Size: 690 bytes --]

Index: config/djgpp/fnchange.lst
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -p -r1.94 -r1.95
--- config/djgpp/fnchange.lst	22 Jan 2006 20:24:15 -0000	1.94
+++ config/djgpp/fnchange.lst	1 Jan 2007 07:01:30 -0000	1.95
@@ -7,6 +7,7 @@
 @V@/bfd/ChangeLog-0203 @V@/bfd/ChangeLog.0203
 @V@/bfd/ChangeLog-2004 @V@/bfd/ChangeLog.004
 @V@/bfd/ChangeLog-2005 @V@/bfd/ChangeLog.005
+@V@/bfd/ChangeLog-2006 @V@/bfd/ChangeLog.006
 @V@/bfd/doc/ChangeLog-9103 @V@/bfd/ChangeLog.9103
 @V@/bfd/coff-tic30.c @V@/bfd/cofftic30.c
 @V@/bfd/coff-tic4x.c @V@/bfd/cofftic40.c

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [commit] New Year procedure - done
  2007-01-01  7:03   ` Joel Brobecker
@ 2007-01-01  7:16     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2007-01-01  7:16 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches

> Date: Mon, 1 Jan 2007 11:04:13 +0400
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: gdb-patches@sourceware.org
> > 
> > This new file requires a new line in gdb/config/djgpp/fnchange.lst.
> 
> Ah, yes, of course. Fixed thusly.
> 
> 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
> 
>         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2006.

Thanks.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-01-01  7:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-01  6:01 [commit] New Year procedure - done Joel Brobecker
2007-01-01  6:15 ` Eli Zaretskii
2007-01-01  7:03   ` Joel Brobecker
2007-01-01  7:16     ` Eli Zaretskii

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox