From f540975a80765a1c917c9ce8bbae4b67384148f5 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 14 Jun 2003 12:57:54 +0200 Subject: [PATCH] snapshot-README: Use GCC instead of gcc... * 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. From-SVN: r67938 --- maintainer-scripts/ChangeLog | 6 ++++++ maintainer-scripts/snapshot-README | 8 ++++---- maintainer-scripts/snapshot-index.html | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 085ee46f172..b48bbda195a 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,9 @@ +2003-06-14 Gerald Pfeifer + + * 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. + 2003-06-10 Gerald Pfeifer * gcc_release (build_diff): Properly use ${TAR} instead of diff --git a/maintainer-scripts/snapshot-README b/maintainer-scripts/snapshot-README index ee642ce3a0f..9322635e464 100644 --- a/maintainer-scripts/snapshot-README +++ b/maintainer-scripts/snapshot-README @@ -6,8 +6,8 @@ This snapshot has been generated from the GCC CVS 3.3 branch. 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. diff --git a/maintainer-scripts/snapshot-index.html b/maintainer-scripts/snapshot-index.html index 8aa85f44a2c..aaf6b2ae82b 100644 --- a/maintainer-scripts/snapshot-index.html +++ b/maintainer-scripts/snapshot-index.html @@ -35,7 +35,7 @@ how to sign up can be found on the GCC project home page.

up to gcc-core-@DATE@.

- gcc-g++ @TEXT_DATE@ snapshot, includes just the G++ front + gcc-g++ @TEXT_DATE@ snapshot, includes just the C++ front end and runtime.

@@ -52,7 +52,7 @@ how to sign up can be found on the GCC project home page.

gcc-java @TEXT_DATE@ snapshot, includes just the Java - front end. + front end and runtime.

gcc-java-@LAST_DATE@-@DATE@ patch file to bring gcc-java-@LAST_DATE@