This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Announcing Iain Sandoe as Objective-C/C++ maintainer
- From: Iain Sandoe <iain at codesourcery dot com>
- To: Jeff Law <law at redhat dot com>
- Cc: GCC Development <gcc at gcc dot gnu dot org>
- Date: Tue, 13 Jan 2015 11:25:58 +0000
- Subject: RE: Announcing Iain Sandoe as Objective-C/C++ maintainer
- Authentication-results: sourceware.org; auth=none
Hello Jeff,
> I'm pleased to announce that Iain Sandoe has been appointed as a maintainer for the Objective-C and Objective-C++ front-ends.
Thanks!
Let's hope there's time to fit some modernisation in the next stage #1.
Iain
> Iain, please add yourself as a maintainer for those front-ends in the MAINTAINERS file.
Index: ChangeLog
===================================================================
--- ChangeLog (revision 219524)
+++ ChangeLog (working copy)
@@ -1,3 +1,8 @@
+2015-01-13 Iain Sandoe <iain@codesourcery.com>
+
+ * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
+ objective-c/c++ front end maintainer.
+
2015-01-13 Marek Polacek <polacek@redhat.com>
* MAINTAINERS (Reviewers): Add self as C front end reviewer.
Index: MAINTAINERS
===================================================================
--- MAINTAINERS (revision 219524)
+++ MAINTAINERS (working copy)
@@ -160,6 +160,7 @@
java Andrew Haley <aph@redhat.com>
java Tom Tromey <tromey@redhat.com>
objective-c/c++ Mike Stump <mikestump@comcast.net>
+objective-c/c++ Iain Sandoe <iain@codesourcery.com>
Various Maintainers