This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: java/status.html


According to my experience, we should try to avoid referring to "current
release" or similar, as often this tends to lead to inconsistencies over
time, so I installed the following.

Should you prefer a different change, please let me know.

Gerald

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

	* status.html: Avoid referring to "current release".  Use GCC
	instead of gcc to denote the project.

Index: status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/status.html,v
retrieving revision 1.21
diff -u -3 -p -r1.21 status.html
--- status.html	4 Nov 2002 18:09:09 -0000	1.21
+++ status.html	21 Nov 2002 08:33:29 -0000
@@ -14,9 +14,8 @@ dt.target { font-weight: bold }

 <h1>GCJ Status</h1>

-<p>Status of GCJ as of the current release (gcc 3.2).
-Improvements that are only in the CVS repository, but not
-in gcc 3.2 are marked as "in CVS".</p>
+<p>Status of GCJ as of GCC 3.2.  Improvements that are only
+in current development versions are marked as "in CVS".</p>

 <table id="features" border="0" cellpadding="4" width="95%">
 <tr bgcolor="#b0d0ff">


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