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

Restoring the list of g77 contributors


Contributors are listed in contrib.texi for contributions that were useful
at the time, though the code may subsequently have been superseded.  Thus
we should keep the details of g77 contributors in the manual;  
unfortunately they were in the separate g77.texi manual.  This patch
brings them into the main contrib.texi, when not already adequately
covered there.  (In general having separate lists of contributors rather 
than adding to the central one is deprecated.)  It passes "make info" and 
"make dvi".  Applied to mainline.

I didn't change entries where it seemed the g77 work was adequately 
covered already; nor the claim that Dave Love's work on the Fortran front 
end is "ongoing" (other such references there may also need revisiting).  
contrib.texi doesn't seem to contain acknowledgements of companies for 
contributions of money or hardware (and normally acknowledges individuals 
rather than companies for code contributions) so such acknowledgements 
were not transferred from g77.texi.

The following maintainers listed in MAINTAINERS as maintaining some part
of the compiler don't appear in contrib.texi, which seems like an obvious
deficiency.  No doubt many of the write-after-approval people should be 
listed as well.

Denis Chertykov
Marek Michalkiewicz
Jason Eckhardt
Richard Sandiford
Paul Koning
Matt Thomas
Stan Shebs
Kaz Kojima
Geert Bosch
Robert Dewar
Arnaud Charlet
Paul Brook
Steven Bosscher
Fergus Henderson
Ziemowit Laski
Nicola Pero
Michael Matz
Frank Ch. Eigler
Sebastian Pop

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.3725
diff -u -r2.3725 ChangeLog
--- ChangeLog	22 May 2004 10:43:40 -0000	2.3725
+++ ChangeLog	22 May 2004 15:33:11 -0000
@@ -1,3 +1,7 @@
+2004-05-22  Joseph S. Myers  <jsm@polyomino.org.uk>
+
+	* doc/contrib.texi: Add g77 contributors.
+
 2004-05-22  Richard Sandiford  <rsandifo@redhat.com>
 
 	* calls.c (initialize_argument_information): Forbid sibcalls if a
Index: doc/contrib.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/contrib.texi,v
retrieving revision 1.53
diff -u -r1.53 contrib.texi
--- doc/contrib.texi	14 Mar 2004 22:29:29 -0000	1.53
+++ doc/contrib.texi	22 May 2004 15:33:11 -0000
@@ -690,6 +690,11 @@
 Gavin Romig-Koch for lots of behind the scenes MIPS work.
 
 @item
+David Ronis inspired and encouraged Craig to rewrite the G77
+documentation in texinfo format by contributing a first pass at a
+translation of the old @file{g77-0.5.16/f/DOC} file.
+
+@item
 Ken Rose for fixes to our delay slot filling code.
 
 @item
@@ -772,7 +777,9 @@
 
 @item
 Scott Snyder for queue, iterator, istream, and string fixes and libstdc++
-testsuite entries.
+testsuite entries.  Also for providing the patch to G77 to add
+rudimentary support for @code{INTEGER*1}, @code{INTEGER*2}, and
+@code{LOGICAL*1}.
 
 @item
 Brad Spencer for contributions to the GLIBCPP_FORCE_NEW technique.
@@ -970,6 +977,9 @@
 Bradford Castalia
 
 @item
+Jonathan Corbet
+
+@item
 Ralph Doncaster
 
 @item
@@ -982,6 +992,9 @@
 Graham Fawcett
 
 @item
+Mark Fernyhough
+
+@item
 Robert A. French
 
 @item
@@ -1018,6 +1031,9 @@
 Amancio Hasty
 
 @item
+Takafumi Hayashi
+
+@item
 Bryan W. Headley
 
 @item
@@ -1030,6 +1046,9 @@
 Christian Joensson
 
 @item
+Michel Kern
+
+@item
 David Kidd
 
 @item
@@ -1039,6 +1058,9 @@
 Anand Krishnaswamy
 
 @item
+A. O. V. Le Blanc
+
+@item
 llewelly
 
 @item
@@ -1054,6 +1076,9 @@
 Martin Knoblauch
 
 @item
+Rick Lutowski
+
+@item
 Jesse Macnish
 
 @item
@@ -1069,6 +1094,9 @@
 Pekka Nikander
 
 @item
+Rick Niles
+
+@item
 Jon Olson
 
 @item
@@ -1081,6 +1109,9 @@
 Richard Polton
 
 @item
+Derk Reefman
+
+@item
 David Rees
 
 @item
@@ -1099,6 +1130,9 @@
 Marc Schifer
 
 @item
+Wayne K. Schroll
+
+@item
 David Schuler
 
 @item
@@ -1111,10 +1145,19 @@
 Adam Sulmicki
 
 @item
+Bill Thorson
+
+@item
 George Talbot
 
 @item
+Pedro A. M. Vazquez
+
+@item
 Gregory Warnes
+
+@item
+Ian Watson
 
 @item
 David E. Young

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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