From: "Pierre Muller" <muller@ics.u-strasbg.fr>
To: <gdb-patches@sourceware.org>
Subject: [RFA] Fix my email addresses
Date: Thu, 14 May 2009 21:01:00 -0000 [thread overview]
Message-ID: <003601c9d4d7$30f835c0$92e8a140$@u-strasbg.fr> (raw)
I started using mklog.pl
a while ago, but didn't know that
the at character needed to be escaped in the file.
As a result mu email address appears scrambled
in several ChangeLog entries :(
Sorry about that!
I wrote a patch and added a fix to MAINTAINERS
renamed my address from
muller@sources.redhat.com
to
muller@sourceware.org
Is this OK?
Should I really add this entry to ChangeLog,
or commit it without ChangeLog entry?
Pierre Muller
Pascal language support maintainer for GDB
2009-05-14 Pierre Muller <muller@ics.u-strasbg.fr>
* ChangeLog: Fix wrong email addresses of myself.
* MAINTAINERS: Update my email address.
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.10470
diff -u -r1.10470 ChangeLog
--- ChangeLog 14 May 2009 19:16:28 -0000 1.10470
+++ ChangeLog 14 May 2009 20:53:20 -0000
@@ -4,7 +4,7 @@
gdbarch.h does NOT need to be regenerated as the corresponding
change has already been made in a previous commit.
-2009-05-14 Pierre Muller <muller.u-strasbg.fr>
+2009-05-14 Pierre Muller <muller@ics.u-strasbg.fr>
Remove all i386 debug register low level macros in config nm files.
(I386_DR_LOW_SET_ADDR, I386_DR_LOW_RESET_ADDR): Remove.
@@ -167,7 +167,7 @@
(lin_thread_get_thread_signals): blocked_mask is global again.
Adjust.
-2009-05-11 Pierre Muller <muller.u-strasbg.fr>
+2009-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
Unify target macros.
@@ -198,7 +198,7 @@
(debug_to_stopped_by_watchpoint): Likewise.
-2009-05-10 Pierre Muller <muller.u-strasbg.fr>
+2009-05-10 Pierre Muller <muller@ics.u-strasbg.fr>
* src/gdb/target.h: Remove all tests for already defined
macros. All macros defined here should not be set in config
@@ -252,7 +252,7 @@
call to ...
(add_inferior_silent): ... here.
-2009-05-06 Pierre Muller <muller.u-strasbg.fr>
+2009-05-06 Pierre Muller <muller@ics.u-strasbg.fr>
Pedro Alves <pedro@codesourcery.com>
* procfs.c (procfs_insert_watchpoint, procfs_remove_watchpoint)
@@ -539,7 +539,7 @@
* stack.c (_initialize_stack) <disassemble-next-line>: Doc fix.
-2009-04-24 Pierre Muller <muller.u-strasbg.fr>
+2009-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
ARI change: Use "/* ARI: rule */" pattern.
* utils.c: Update ARI patterns.
@@ -645,7 +645,7 @@
* configure.ac: Use AC_HELP_STRING. Use upper case for variables
in help.
-2009-04-21 Pierre Muller <muller.u-strasbg.fr>
+2009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
ARI fix: remove "%p".
* ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string
function.
@@ -663,7 +663,7 @@
* main.c: Include "source.h".
(captured_main): Add substitution rule if RELOC_SRCDIR.
-2009-04-21 Pierre Muller <muller.u-strasbg.fr>
+2009-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
* gnu-nat.h (proc_debug): Add missing continuation line in macro.
@@ -748,7 +748,7 @@
configure substitutions.
(FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir.
-2009-04-17 Pierre Muller <muller.u-strasbg.fr>
+2009-04-17 Pierre Muller <muller@ics.u-strasbg.fr>
ARI fix: Do not use %p, replace by call to host_address_to_string
for host pointers.
Index: MAINTAINERS
===================================================================
RCS file: /cvs/src/src/gdb/MAINTAINERS,v
retrieving revision 1.417
diff -u -r1.417 MAINTAINERS
--- MAINTAINERS 14 May 2009 08:54:09 -0000 1.417
+++ MAINTAINERS 14 May 2009 20:53:20 -0000
@@ -442,7 +442,7 @@
stabs reader Elena Zannoni elena.zannoni@oracle.com
readline/ Elena Zannoni elena.zannoni@oracle.com
NetBSD native & host Jason Thorpe thorpej@netbsd.org
-Pascal support Pierre Muller muller@sources.redhat.com
+Pascal support Pierre Muller muller@sourceware.org
avr Theodore A. Roth troth@openavr.org
Modula-2 support Gaius Mulley gaius@glam.ac.uk
@@ -543,7 +543,7 @@
Alan Modra amodra@bigpond.net.au
Jason Molenda jmolenda@apple.com
Phil Muldoon pmuldoon@redhat.com
-Pierre Muller muller@sources.redhat.com
+Pierre Muller muller@sourceware.org
Gaius Mulley gaius@glam.ac.uk
Joseph Myers joseph@codesourcery.com
Fernando Nasser fnasser@redhat.com
next reply other threads:[~2009-05-14 21:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-14 21:01 Pierre Muller [this message]
2009-05-15 6:58 ` Eli Zaretskii
2009-05-15 9:29 ` Joel Brobecker
2009-05-15 10:15 ` Pierre Muller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='003601c9d4d7$30f835c0$92e8a140$@u-strasbg.fr' \
--to=muller@ics.u-strasbg.fr \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox