diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-12-21 21:24:28 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-12-21 21:24:28 +0000 |
commit | a60b5209b9e0b2d30e85e6847597a0f473faa2af (patch) | |
tree | 9c525bad3de04f178b67325c534a0d7aaf6c1d8c /gcc | |
parent | 46af7686b3a5b7c345924d005e98a6b83d0bdea7 (diff) | |
download | gcc-a60b5209b9e0b2d30e85e6847597a0f473faa2af.zip gcc-a60b5209b9e0b2d30e85e6847597a0f473faa2af.tar.gz gcc-a60b5209b9e0b2d30e85e6847597a0f473faa2af.tar.bz2 |
gcc.texi, cpp.texi: Update last-updated dates.
* gcc.texi, cpp.texi: Update last-updated dates.
f:
* g77install.texi, g77.texi: Update last-updated dates for
installation information and the manual as a whole.
* bugs.texi, news.texi: Update copyright years in the comments at
the top of the file.
From-SVN: r38426
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cpp.texi | 2 | ||||
-rw-r--r-- | gcc/f/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/f/bugs.texi | 2 | ||||
-rw-r--r-- | gcc/f/g77.texi | 2 | ||||
-rw-r--r-- | gcc/f/g77install.texi | 2 | ||||
-rw-r--r-- | gcc/f/news.texi | 2 | ||||
-rw-r--r-- | gcc/gcc.texi | 2 |
8 files changed, 17 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 068d6db..78221c2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-12-21 Joseph S. Myers <jsm28@cam.ac.uk> + + * gcc.texi, cpp.texi: Update last-updated dates. + 2000-12-21 Chandrakala Chavva <cchavva@redhat.com> * varasm.c (output_addressed_constants): Use language specific diff --git a/gcc/cpp.texi b/gcc/cpp.texi index b14186a..26a625f 100644 --- a/gcc/cpp.texi +++ b/gcc/cpp.texi @@ -42,7 +42,7 @@ into another language, under the above conditions for modified versions. @titlepage @c @finalout @title The C Preprocessor -@subtitle Last revised July 2000 +@subtitle Last revised November 2000 @subtitle for GCC version 2 @author Richard M. Stallman @page diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 215538d..22bc357 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,10 @@ +Thu Dec 21 21:19:42 2000 Joseph S. Myers <jsm28@cam.ac.uk> + + * g77install.texi, g77.texi: Update last-updated dates for + installation information and the manual as a whole. + * bugs.texi, news.texi: Update copyright years in the comments at + the top of the file. + 2000-12-21 Joseph S. Myers <jsm28@cam.ac.uk> * g77install.texi: Adjust wording of an EGCS reference. diff --git a/gcc/f/bugs.texi b/gcc/f/bugs.texi index fbc7c8a..73e31d5 100644 --- a/gcc/f/bugs.texi +++ b/gcc/f/bugs.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +@c Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. @c This is part of the G77 manual. @c For copying conditions, see the file g77.texi. diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index a94f06a..417f6c8 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -2,7 +2,7 @@ @c %**start of header @setfilename g77.info -@set last-update 2000-11-27 +@set last-update 2000-12-21 @set copyrights-g77 1995,1996,1997,1998,1999,2000 @include root.texi diff --git a/gcc/f/g77install.texi b/gcc/f/g77install.texi index 9d9898d..3161aee 100644 --- a/gcc/f/g77install.texi +++ b/gcc/f/g77install.texi @@ -2,7 +2,7 @@ @c This is part of the G77 manual. @c For copying conditions, see the file g77.texi. -@set last-update-install 2000-11-05 +@set last-update-install 2000-12-21 @include root.texi diff --git a/gcc/f/news.texi b/gcc/f/news.texi index 4b9ca0a..cb28d0d 100644 --- a/gcc/f/news.texi +++ b/gcc/f/news.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +@c Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. @c This is part of the G77 manual. @c For copying conditions, see the file g77.texi. diff --git a/gcc/gcc.texi b/gcc/gcc.texi index c319731..3cf16f6 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -146,7 +146,7 @@ instead of in the original English. @sp 2 @center Richard M. Stallman @sp 3 -@center Last updated 10 November 2000 +@center Last updated 20 December 2000 @sp 1 @c The version number appears five times more in this file. |