diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-02 12:21:55 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-02 12:21:55 +0000 |
commit | 71b5af0d8c5fc56c4e036ca8b8c1daafd30d7c33 (patch) | |
tree | eba5e5238f177dc873b3fd24d35fba61a74efb1d /gcc/doc/contrib.texi | |
parent | 78a00612ea3192ec057156d7dce9b9c65e6305ce (diff) | |
download | gcc-71b5af0d8c5fc56c4e036ca8b8c1daafd30d7c33.tar.gz |
* contrib.texi: Updated entries for Mark Mitchell, Joseph S. Myers,
Gerald Pfeifer, Bernd Schmidt, and Dean Wakerley.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42801 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/contrib.texi')
-rw-r--r-- | gcc/doc/contrib.texi | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 7b4db8da804..ae8941ea2ac 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -344,9 +344,9 @@ developers. Gary Miller ported GCC to Charles River Data Systems machines. @item -Mark Mitchell for his direction via the steering committee, mountains -of C++ work, load/store hoisting out of loops and alias analysis -improvements, ISO "restrict" support. +Mark Mitchell for his direction via the steering committee, mountains of +C++ work, load/store hoisting out of loops, alias analysis improvements, +ISO "restrict" support, and serving as release manager for GCC 3.0. @item Alan Modra for various Linux bits and testing. @@ -364,8 +364,8 @@ kernels. Philippe De Muyter for his work on the m68k port. @item -Joseph Myers for his work on the PDP-11 port, format checking and ISO -C99 support. +Joseph S. Myers for his work on the PDP-11 port, format checking and ISO +C99 support, and continous emphasis on (and contributions to) documentation. @item Nathan Myers for his work on libstdc++-v3. @@ -402,8 +402,9 @@ Alexandre Petit-Bianco for his Java work. Matthias Pfaller for major improvements to the NS32k port. @item -Gerald Pfeifer his direction via the steering committee, maintenance of -the web pages and pointing out lots of problems we need to solve. +Gerald Pfeifer for his direction via the steering committee, pointing +out lots of problems we need to solve, maintenance of the web pages, and +taking care of documentation maintainance in general. @item Ovidiu Predescu for his work on the ObjC front end and runtime libraries. @@ -452,7 +453,8 @@ William Schelter did most of the work on the Intel 80386 support. @item Bernd Schmidt for various code generation improvements and major -work in the reload pass. +work in the reload pass as well a serving as release manager for +GCC 2.95.3. @item Franz Sirl for his ongoing work with making the PPC port stable @@ -542,6 +544,10 @@ types. Todd Vierling for contributions for NetBSD ports. @item +Dean Wakerley for converting the install documentation from HTML to texinfo +in time for GCC 3.0. + +@item Krister Walfridsson for random bugfixes. @item |