diff options
author | Joseph Myers <joseph@codesourcery.com> | 2005-02-06 20:20:59 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2005-02-06 20:20:59 +0000 |
commit | 706bb773eca8b618b4481e59b9e4c42d53e9efda (patch) | |
tree | de1af6ff68494ada679794efc799cab5c0fcd8ae /gcc/doc | |
parent | 69cdf0500e9474ca9322cd35bacf09ecbf7eee41 (diff) | |
download | gcc-706bb773eca8b618b4481e59b9e4c42d53e9efda.zip gcc-706bb773eca8b618b4481e59b9e4c42d53e9efda.tar.gz gcc-706bb773eca8b618b4481e59b9e4c42d53e9efda.tar.bz2 |
cpp.texi: Include gcc-common.texi.
* doc/cpp.texi: Include gcc-common.texi. Don't define gcctabopt
macro locally. Don't give last revision date. Use GCC version
number from gcc-common.texi.
* doc/cppinternals.texi: Include gcc-common.texi. Don't give last
revision date. Use GCC version number from gcc-common.texi.
Describe being a library as current state rather than as 3.x
history.
* doc/gcc.texi: Remove last update date.
* doc/gccint.texi: Likewise. Update copyright dates.
* doc/install.texi: Update copyright dates.
fortran:
* gfortran.texi: Don't give last update date.
java:
* gcj.texi: Update copyright dates.
treelang:
* treelang.texi: Don't use local treelang version number. Don't
give last update date.
From-SVN: r94683
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/cpp.texi | 11 | ||||
-rw-r--r-- | gcc/doc/cppinternals.texi | 13 | ||||
-rw-r--r-- | gcc/doc/gcc.texi | 5 | ||||
-rw-r--r-- | gcc/doc/gccint.texi | 7 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
5 files changed, 13 insertions, 25 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index fa94f48..40b310b 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -6,10 +6,12 @@ @c @cropmarks @c @finalout +@include gcc-common.texi + @copying @c man begin COPYRIGHT Copyright @copyright{} 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996, -1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document @@ -40,10 +42,6 @@ This manual contains no Invariant Sections. The Front-Cover Texts are @c man end @end copying -@macro gcctabopt{body} -@code{\body\} -@end macro - @c Create a separate index for command line options. @defcodeindex op @syncodeindex vr op @@ -60,8 +58,7 @@ This manual contains no Invariant Sections. The Front-Cover Texts are @titlepage @title The C Preprocessor -@subtitle Last revised April 2001 -@subtitle for GCC version 3 +@subtitle for GCC version @value{version-GCC} @author Richard M. Stallman @author Zachary Weinberg @page diff --git a/gcc/doc/cppinternals.texi b/gcc/doc/cppinternals.texi index 4b138a8..dc34eec 100644 --- a/gcc/doc/cppinternals.texi +++ b/gcc/doc/cppinternals.texi @@ -2,6 +2,8 @@ @setfilename cppinternals.info @settitle The GNU C Preprocessor Internals +@include gcc-common.texi + @ifinfo @dircategory Programming @direntry @@ -16,7 +18,7 @@ @ifinfo This file documents the internals of the GNU C Preprocessor. -Copyright 2000, 2001, 2002, 2004 Free Software Foundation, Inc. +Copyright 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -41,13 +43,12 @@ into another language, under the above conditions for modified versions. @titlepage @c @finalout @title Cpplib Internals -@subtitle Last revised January 2002 -@subtitle for GCC version 3.1 +@subtitle for GCC version @value{version-GCC} @author Neil Booth @page @vskip 0pt plus 1filll @c man begin COPYRIGHT -Copyright @copyright{} 2000, 2001, 2002, 2004 +Copyright @copyright{} 2000, 2001, 2002, 2004, 2005 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of @@ -70,8 +71,8 @@ into another language, under the above conditions for modified versions. @top @chapter Cpplib---the GNU C Preprocessor -The GNU C preprocessor in GCC 3.x has been completely rewritten. It is -now implemented as a library, @dfn{cpplib}, so it can be easily shared between +The GNU C preprocessor is +implemented as a library, @dfn{cpplib}, so it can be easily shared between a stand-alone preprocessor, and a preprocessor integrated with the C, C++ and Objective-C front ends. It is also available for use by other programs, though this is not recommended as its exposed interface has diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index 413340c..66e22ed 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -78,11 +78,6 @@ This file documents the use of the GNU compilers. @center @titlefont{Using the GNU Compiler Collection} @sp 2 @center by Richard M. Stallman and the GCC Developer Community -@sp 3 -@center Last updated 6 February 2005 -@sp 1 - -@center for GCC @value{version-GCC} @page @vskip 0pt plus 1filll For GCC Version @value{version-GCC}@* diff --git a/gcc/doc/gccint.texi b/gcc/doc/gccint.texi index a72fc81..031c707 100644 --- a/gcc/doc/gccint.texi +++ b/gcc/doc/gccint.texi @@ -27,7 +27,7 @@ @copying Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or @@ -64,11 +64,6 @@ This file documents the internals of the GNU compilers. @center @titlefont{GNU Compiler Collection Internals} @sp 2 @center by Richard M. Stallman and the GCC Developer Community -@sp 3 -@center Last updated 23 May 2004 -@sp 1 - -@center for GCC @value{version-GCC} @page @vskip 0pt plus 1filll For GCC Version @value{version-GCC}@* diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 9d5c055..fd9cb66 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -64,7 +64,7 @@ @c Part 2 Summary Description and Copyright @copying Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. @sp 1 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or |