diff options
author | Nathan Sidwell <nathan@gcc.gnu.org> | 2004-09-10 11:58:00 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2004-09-10 11:58:00 +0000 |
commit | 315fcf9741b611fa84902ae28b52863d0009da42 (patch) | |
tree | 0f47cc90dea4524c831513c0ddc2a297d64510f5 | |
parent | c112cf2bca734befb14c10e8ae1df17821505f44 (diff) | |
download | gcc-315fcf9741b611fa84902ae28b52863d0009da42.zip gcc-315fcf9741b611fa84902ae28b52863d0009da42.tar.gz gcc-315fcf9741b611fa84902ae28b52863d0009da42.tar.bz2 |
* MAINTAINERS: Add self as c++ and type-safe vector maintainer.
From-SVN: r87296
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | MAINTAINERS | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2004-09-10 Nathan Sidwell <nathan@codesourcery.com> + + * MAINTAINERS: Add self as c++ and type-safe vector maintainer. + 2004-09-09 Daniel Berlin <dberlin@dberlin.org> * Makefile.def: Remove libbanshee. @@ -576,7 +580,7 @@ of libf2c. * configure, Makefile.in: Regenerate. -2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org> +2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org> * MAINTAINERS (Write After Approval): Add myself. diff --git a/MAINTAINERS b/MAINTAINERS index 9414ff3..9b40913 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -112,6 +112,7 @@ fortran 95 Steven Bosscher stevenb@suse.de fortran 95 Toon Moene toon@moene.indiv.nluug.nl c++ Jason Merrill jason@redhat.com c++ Mark Mitchell mark@codesourcery.com +c++ Nathan Sidwell nathan@codesourcery.com cpplib Dave Brolley brolley@redhat.com cpplib Per Bothner per@bothner.com cpplib Zack Weinberg zack@codesourcery.com @@ -180,6 +181,7 @@ PRE, points-to Daniel Berlin dberlin@dberlin.org mudflap Frank Ch. Eigler fche@redhat.com tree browser/unparser Sebastian Pop s.pop@laposte.net profile feedback Jan Hubicka jh@suse.cz +type-safe vectors Nathan Sidwell nathan@codesourcery.com Note individuals who maintain parts of the compiler need approval to check in changes outside of the parts of the compiler they maintain. |