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]

[RFA] Fix my email addresses


  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


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