This is the mail archive of the gcc@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 for Re: gcc-ss-20030602 is now available


On Tue, 3 Jun 2003, Ranjit Mathew wrote:
>>   gcc-java-20030602.tar.bz2            The Java front end.
>                                         ^^^^^^^^^^^^^^^^^^^
> "The Java front end *and runtime*"

Fixed thusly, together with some related issues.

Gerald


2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* snapshot-README: Use GCC instead of gcc, C++ front end instead of
	g++ language, and note that Java includes a run time.
	* snapshot.index.html: Ditto.

Index: snapshot-README
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/snapshot-README,v
retrieving revision 1.8
diff -u -3 -p -r1.8 snapshot-README
--- snapshot-README	28 May 2003 11:23:36 -0000	1.8
+++ snapshot-README	14 Jun 2003 10:56:14 -0000
@@ -6,8 +6,8 @@ This snapshot has been generated from th

 You'll find:

-  gcc-@DATE@.tar.bz2                 The full gcc snapshot, including all
-                                       languages runtime libraries.
+  gcc-@DATE@.tar.bz2                 The full GCC snapshot, including all
+                                     languages and runtime libraries.

   gcc-core-@DATE@.tar.bz2            Just the C front end and core compiler.

@@ -15,13 +15,13 @@ You'll find:

   gcc-ada-@DATE@.tar.bz2             The Ada language and runtime.

-  gcc-g++-@DATE@.tar.bz2             The g++ language and runtime.
+  gcc-g++-@DATE@.tar.bz2             The C++ front end and runtime.

   gcc-g77-@DATE@.tar.bz2             The g77 language and runtime.

   gcc-objc-@DATE@.tar.bz2            The Objective-C front end and runtime.

-  gcc-java-@DATE@.tar.bz2            The Java front end.
+  gcc-java-@DATE@.tar.bz2            The Java front end and runtime.

 Diffs from @LAST_DATE@ are available in the diffs/ subdirectory.

Index: snapshot-index.html
===================================================================
RCS file: /cvs/gcc/gcc/maintainer-scripts/snapshot-index.html,v
retrieving revision 1.5
diff -u -3 -p -r1.5 snapshot-index.html
--- snapshot-index.html	28 May 2003 15:14:37 -0000	1.5
+++ snapshot-index.html	14 Jun 2003 10:56:14 -0000
@@ -35,7 +35,7 @@ how to sign up can be found on the GCC p
 	up to gcc-core-@DATE@.

     <p> <a href="@LONG_DATE@/gcc-g++-@DATE@.tar.bz2">
-	 gcc-g++</a> @TEXT_DATE@ snapshot, includes just the G++ front
+	 gcc-g++</a> @TEXT_DATE@ snapshot, includes just the C++ front
 	 end and runtime.

     <p> <a href="@LONG_DATE@/diffs/gcc-g++-@LAST_DATE@-@DATE@.diff.bz2">
@@ -52,7 +52,7 @@ how to sign up can be found on the GCC p

     <p> <a href="@LONG_DATE@/gcc-java-@DATE@.tar.bz2">
 	 gcc-java</a> @TEXT_DATE@ snapshot, includes just the Java
-	 front end.
+	 front end and runtime.

     <p> <a href="@LONG_DATE@/diffs/gcc-java-@LAST_DATE@-@DATE@.diff.bz2">
 	gcc-java-@LAST_DATE@-@DATE@</a> patch file to bring gcc-java-@LAST_DATE@


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