diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 29ec63966a2..dde6cd95ef3 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,5 +1,8 @@ 2002-01-29 Joseph S. Myers + * snapshot-README, snapshot-index.html: Use expressions such as + @DATE@ rather than hardcoded dates. + * snapshot-README, snapshot-index.html: New files. 2002-01-06 Gerald Pfeifer diff --git a/maintainer-scripts/snapshot-README b/maintainer-scripts/snapshot-README index 385863fde38..f40042bef45 100644 --- a/maintainer-scripts/snapshot-README +++ b/maintainer-scripts/snapshot-README @@ -1,5 +1,5 @@ -gcc-ss-20020128 is now available on - ftp://gcc.gnu.org/pub/gcc/snapshots/2002-01-28 +gcc-ss-@DATE@ is now available on + ftp://gcc.gnu.org/pub/gcc/snapshots/@LONG_DATE@ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the current development mainline @@ -7,30 +7,30 @@ which is going to become GCC 3.1. You'll find: - gcc-20020128.tar.gz The full gcc snapshot, including all + gcc-@DATE@.tar.gz The full gcc snapshot, including all languages runtime libraries. - gcc-core-20020128.tar.gz Just the C front end and core compiler. + gcc-core-@DATE@.tar.gz Just the C front end and core compiler. - gcc-tests-20020128.tar.gz The GCC testsuite. + gcc-tests-@DATE@.tar.gz The GCC testsuite. - gcc-ada-20020128.tar.gz The Ada language and runtime. + gcc-ada-@DATE@.tar.gz The Ada language and runtime. - gcc-g++-20020128.tar.gz The g++ language and runtime. + gcc-g++-@DATE@.tar.gz The g++ language and runtime. - gcc-g++-tests-20020128.tar.gz The testsuite for G++. + gcc-g++-tests-@DATE@.tar.gz The testsuite for G++. - gcc-g77-20020128.tar.gz The g77 language and runtime. + gcc-g77-@DATE@.tar.gz The g77 language and runtime. - gcc-g77-testsuite-20020128.tar.gz The testsuite for G77. + gcc-g77-testsuite-@DATE@.tar.gz The testsuite for G77. - gcc-objc-20020128.tar.gz The Objective-C front end and runtime. + gcc-objc-@DATE@.tar.gz The Objective-C front end and runtime. - gcc-java-20020128.tar.gz The Java front end. + gcc-java-@DATE@.tar.gz The Java front end. - gcc-chill-20020128.tar.gz The Chill front end and runtime. + gcc-chill-@DATE@.tar.gz The Chill front end and runtime. -Diffs from 20020121 are available. +Diffs from @LAST_DATE@ are available. Note at times you may find newer directories on the server with limited permissions. These represent snapshots that have not yet been verified diff --git a/maintainer-scripts/snapshot-index.html b/maintainer-scripts/snapshot-index.html index 4882d995ba6..62d482b78de 100644 --- a/maintainer-scripts/snapshot-index.html +++ b/maintainer-scripts/snapshot-index.html @@ -17,68 +17,68 @@ how to sign up can be found on the GCC project home page.
-

- gcc January 28, 2002 snapshot, includes all languages. +

+ gcc @TEXT_DATE@ snapshot, includes all languages. -

- gcc-20020121-20020128 patch file to bring gcc-20020121 up to - gcc-20020128. +

+ gcc-@LAST_DATE@-@DATE@ patch file to bring gcc-@LAST_DATE@ up to + gcc-@DATE@. -

- gcc-core January 28, 2002 snapshot, includes just the C front +

+ gcc-core @TEXT_DATE@ snapshot, includes just the C front end and core compiler. -

- gcc-core-20020121-20020128 patch file to bring gcc-core-20020121 - up to gcc-core-20020128. +

+ gcc-core-@LAST_DATE@-@DATE@ patch file to bring gcc-core-@LAST_DATE@ + up to gcc-core-@DATE@. -

- gcc-g++ January 28, 2002 snapshot, includes just the G++ front +

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

- gcc-g++-20020121-20020128 patch file to bring gcc-g++-20020121 - up to gcc-g++-20020128. +

+ gcc-g++-@LAST_DATE@-@DATE@ patch file to bring gcc-g++-@LAST_DATE@ + up to gcc-g++-@DATE@. -

- gcc-g77 January 28, 2002 snapshot, includes just the G77 front +

+ gcc-g77 @TEXT_DATE@ snapshot, includes just the G77 front end and runtime. -

- gcc-g77-20020121-20020128 patch file to bring gcc-g77-20020121 - up to gcc-g77-20020128. +

+ gcc-g77-@LAST_DATE@-@DATE@ patch file to bring gcc-g77-@LAST_DATE@ + up to gcc-g77-@DATE@. -

- gcc-java January 28, 2002 snapshot, includes just the Java +

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

- gcc-java-20020121-20020128 patch file to bring gcc-java-20020121 - up to gcc-java-20020128. +

+ gcc-java-@LAST_DATE@-@DATE@ patch file to bring gcc-java-@LAST_DATE@ + up to gcc-java-@DATE@. -

- gcc-chill January 28, 2002 snapshot, includes just the Chill +

+ gcc-chill @TEXT_DATE@ snapshot, includes just the Chill front end and runtime. -

- gcc-chill-20020121-20020128 patch file to bring gcc-chill-20020121 - up to gcc-chill-20020128. +

+ gcc-chill-@LAST_DATE@-@DATE@ patch file to bring gcc-chill-@LAST_DATE@ + up to gcc-chill-@DATE@. -

- gcc-objc January 28, 2002 snapshot, includes just the Objective-C +

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

- gcc-objc-20020121-20020128 patch file to bring gcc-objc-20020121 - up to gcc-objc-20020128. +

+ gcc-objc-@LAST_DATE@-@DATE@ patch file to bring gcc-objc-@LAST_DATE@ + up to gcc-objc-@DATE@. -

- gcc-ada January 28, 2002 snapshot, includes just the Ada +

+ gcc-ada @TEXT_DATE@ snapshot, includes just the Ada front end and runtime. -

- gcc-ada-20020121-20020128 patch file to bring gcc-ada-20020121 - up to gcc-ada-20020128. +

+ gcc-ada-@LAST_DATE@-@DATE@ patch file to bring gcc-ada-@LAST_DATE@ + up to gcc-ada-@DATE@.

@@ -108,7 +108,7 @@ gcc.gnu.org:/pub/gcc/snapshots.
gcc-bugs@gcc.gnu.org

-Last modified January 28, 2002

+Last modified @TEXT_DATE@