This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[Patch/obvious] Correct GDB ChangeLog entry dates
- From: "Pierre Muller" <muller at ics dot u-strasbg dot fr>
- To: <gdb-patches at sourceware dot org>
- Cc: "'Pedro Alves'" <pedro at codesourcery dot com>
- Date: Mon, 23 Jun 2008 09:02:45 +0200
- Subject: [Patch/obvious] Correct GDB ChangeLog entry dates
- References: <200806222300.23581.pedro@codesourcery.com>
> From : Pedro Alves [mailto:pedro@codesourcery.com]
> I happened to notice you committed several patches with the wrong
> month in
> the src/gdb/ChangeLog file, e.g,
>
> 2008-12-18 Pierre Muller <muller@ics.u-strasbg.fr>
>
> (We're not so close to Christmas yet :-) )
>
> Could you fix them up, please ?
>
Whoops,
thanks, Pedro, for noticing this!
Sorry about that. Don't know what happened,
I am probably too eager to get my Christmas presents...
Committed as obvious,
Pierre Muller
Pascal language support maintainer for GDB
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.9482
diff -u -p -r1.9482 ChangeLog
--- ChangeLog 20 Jun 2008 06:51:34 -0000 1.9482
+++ ChangeLog 23 Jun 2008 06:51:11 -0000
@@ -1,8 +1,8 @@
-2008-12-19 Pierre Muller <muller@ics.u-strasbg.fr>
+2008-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
* gnu-nat.c (proc_string): Use capital T for "Thread".
-2008-12-19 Pierre Muller <muller@ics.u-strasbg.fr>
+2008-06-19 Pierre Muller <muller@ics.u-strasbg.fr>
* win32-nat.c (win32_pid_to_str): Use capital T for "Thread".
@@ -16,7 +16,7 @@
* solib-osf.c (osf_solib_create_inferior_hook): Do nothing if
we're attaching to a running process.
-2008-12-18 Pierre Muller <muller@ics.u-strasbg.fr>
+2008-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
* win32-nat.c (handle_load_dll): Give dll name and load address
if debug_events is on.