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]

PATCH: doc/contrib.texi and GCJ


I noticed that we were inconsistent here (and most entries already
referred to GCJ), so I committed the following to mainline and the
3.2-branch.

2002-11-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* doc/contrib.texi (Contributors): Use GCJ instead of gcj to refer
	to the entire project.

Index: doc/contrib.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/contrib.texi,v
retrieving revision 1.29
diff -u -3 -p -r1.29 contrib.texi
--- doc/contrib.texi	11 Nov 2002 21:01:35 -0000	1.29
+++ doc/contrib.texi	12 Nov 2002 12:12:11 -0000
@@ -47,7 +47,7 @@ Jon Beniston for his Win32 port of Java.
 Geoff Berry for his Java object serialization work and various patches.

 @item
-Eric Blake for helping to make gcj and libgcj conform to the
+Eric Blake for helping to make GCJ and libgcj conform to the
 specifications.

 @item
@@ -63,7 +63,7 @@ Per Bothner for his direction via the st
 improvements to our infrastructure for supporting new languages.  Chill
 front end implementation.  Initial implementations of
 cpplib, fix-header, config.guess, libio, and past C++ library (libg++)
-maintainer.  Dreaming up, designing and implementing much of gcj.
+maintainer.  Dreaming up, designing and implementing much of GCJ.

 @item
 Devon Bowen helped port GCC to the Tahoe.
@@ -155,7 +155,7 @@ that print a copy of their source.
 Russell Davidson for fstream and stringstream fixes in libstdc++.

 @item
-Mo DeJong for gcj and libgcj bug fixes.
+Mo DeJong for GCJ and libgcj bug fixes.

 @item
 Gabriel Dos Reis for contributions to g++, contributions and
@@ -447,7 +447,7 @@ All of the Mauve project
 for Java test code.

 @item
-Bryce McKinlay for numerous gcj and libgcj fixes and improvements.
+Bryce McKinlay for numerous GCJ and libgcj fixes and improvements.

 @item
 Adam Megacz for his work on the Win32 port of GCJ.


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