This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

RFC contrib.texi patch


Gang,

I've merged several contributor names into the main GCC contrib.texi
file.  The patch is included below.  If you want changes, please
let me know ASAP.

I did not create entries for Janne Blomqvist, Niels Kristian
Bech Jensen, Scott Robert Ladd, and Steven G. Johnson who provided
minor patches, but these individuals do not have copyright assignments
with FSF.  I'll add entries if others want.

I also did not add entries for Erik Schnetter, W. Clodius, and
Claus Fischer because I wasn't sure, based on the gfortran web
page acknowledgment of their contributions, whether entries in
contrib.texi were warranted. 

--
Steve


Index: contrib.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/contrib.texi,v
retrieving revision 1.55
diff -u -b -r1.55 contrib.texi
--- contrib.texi	8 Jun 2004 20:03:51 -0000	1.55
+++ contrib.texi	19 Jun 2004 03:15:16 -0000
@@ -80,6 +80,10 @@
 miscellaneous clean-ups.
 
 @item
+Steven Bosscher worked on hooking the gfortran front end to the GCC
+back end and he worked on the tree-ssa branch.
+
+@item
 Eric Botcazou for fixing middle- and backend bugs left and right.
 
 @item
@@ -99,6 +103,9 @@
 Dave Brolley for work on cpplib and Chill.
 
 @item
+Paul Brook for work on the ARM architecture and maintainership of gfortran.
+
+@item
 Robert Brown implemented the support for Encore 32000 systems.
 
 @item
@@ -190,6 +197,9 @@
 Russell Davidson for fstream and stringstream fixes in libstdc++.
 
 @item
+Bud Davis for work on the g77 and gfortran compilers.
+
+@item
 Mo DeJong for GCJ and libgcj bug fixes.
 
 @item
@@ -197,6 +207,9 @@
 various bug fixes.
 
 @item
+Arnaud Desitter work helping debug gfortran.
+
+@item
 Gabriel Dos Reis for contributions to G++, contributions and
 maintenance of GCC diagnostics infrastructure, libstdc++-v3,
 including valarray<>, complex<>, maintaining the numerics library
@@ -339,6 +352,9 @@
 Kazu Hirata for caring and feeding the Renesas H8/300 port and various fixes.
 
 @item
+Katherine Holcomb contributed work on the internal arithmetic of gfortran.
+
+@item
 Manfred Hollstein for his ongoing work to keep the m88k alive, lots
 of testing and bug fixing, particularly of our configury code.
 
@@ -390,6 +406,9 @@
 Klaus Kaempf for his ongoing work to make alpha-vms a viable target.
 
 @item
+Steven G. Kargl work his work on gfortran.
+
+@item
 David Kashtan of SRI adapted GCC to VMS@.
 
 @item
@@ -454,6 +473,9 @@
 with analysis and improvements of x86 performance.
 
 @item
+Victor Leikehman for work on gfortran.
+
+@item
 Ted Lemon wrote parts of the RTL reader and printer.
 
 @item
@@ -734,6 +756,9 @@
 William Schelter did most of the work on the Intel 80386 support.
 
 @item
+Tobias Schueter for work on gfortran.
+
+@item
 Bernd Schmidt for various code generation improvements and major
 work in the reload pass as well a serving as release manager for
 GCC 2.95.3.
@@ -866,6 +891,10 @@
 Petter Urkedal for libstdc++ CXXFLAGS, math, and algorithms fixes.
 
 @item
+Andy Vaught for the design and initial implementation of the gfortran
+front end.
+
+@item
 Brent Verner for work with the libstdc++ cshadow files and their
 associated configure steps.
 
@@ -884,6 +913,9 @@
 Krister Walfridsson for random bug fixes.
 
 @item
+Feng Wang for contributions to gfortran.
+
+@item
 Stephen M. Webb for time and effort on making libstdc++ shadow files
 work with the tricky Solaris 8+ headers, and for pushing the build-time
 header tree.
@@ -927,6 +959,9 @@
 Tom Wood for work on the m88k port.
 
 @item
+Canqun Yang for work on gfortran.
+
+@item
 Masanobu Yuhara of Fujitsu Laboratories implemented the machine
 description for the Tron architecture (specifically, the Gmicro).
 
@@ -934,6 +969,9 @@
 Kevin Zachmann helped ported GCC to the Tahoe.
 
 @item
+Xiaoqiang Zhang for work on gfortran.
+
+@item
 Gilles Zunino for help porting Java to Irix.
 
 @end itemize


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