This is the mail archive of the gcc-patches@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]

[Fortran, committed (branch and trunk)] Updates to documentation.


L.S.,

I updated the Fortran documentation as follows, using Jan's suggestions
from last Thursday:

2001-06-03  Toon Moene  <toon@moene.indiv.nluug.nl>
            Jan van Male  <jan.vanmale@fenk.wau.nl>

        * root.texi: Define `help' and `patches' mailing list
        addresses.
        * news.texi: Remove `prerelease' from 0.5.26
        * g77.texi: Use two spaces between command options, eliminate
        some 'overfull hboxes'.  Use help and patches mailing list
        addresses where appropriate.

*** root.texi.orig      Mon Feb 19 20:55:45 2001
--- root.texi   Sun Jun  3 11:54:13 2001
***************
*** 8,12 ****
--- 8,14 ----
  
  @set email-general gcc@@gcc.gnu.org
+ @set email-help gcc-help@@gcc.gnu.org
  @set email-bugs gcc-bugs@@gcc.gnu.org or bug-gcc@@gnu.org
+ @set eamil-patch gcc-patches@@gcc.gnu.org
  @set path-g77 gcc/gcc/f
  @set path-libf2c gcc/libf2c
*** news.texi.orig      Tue May 22 23:37:25 2001
--- news.texi   Sun Jun  3 12:16:12 2001
***************
*** 10,14 ****
  @set copyrights-news 1995,1996,1997,1998,1999,2000,2001
  
! @set last-update-news 2001-05-22
  
  @include root.texi
--- 10,14 ----
  @set copyrights-news 1995,1996,1997,1998,1999,2000,2001
  
! @set last-update-news 2001-06-03
  
  @include root.texi
*************** is available at
*** 153,157 ****
  The following information was last updated on
@value{last-update-news}:
  
! @heading In prerelease, 0.5.26, @code{GCC} 3.0 versus @code{GCC} 2.95:
  @itemize @bullet
  @item
--- 153,157 ----
  The following information was last updated on
@value{last-update-news}:
  
! @heading In 0.5.26, @code{GCC} 3.0 versus @code{GCC} 2.95:
  @itemize @bullet
  @item
*** g77.texi.orig       Tue May 22 23:33:51 2001
--- g77.texi    Sun Jun  3 11:55:26 2001
***************
*** 3,7 ****
  @setfilename g77.info
  
! @set last-update 2001-05-22
  @set copyrights-g77 1995,1996,1997,1998,1999,2000,2001
  
--- 3,7 ----
  @setfilename g77.info
  
! @set last-update 2001-06-03
  @set copyrights-g77 1995,1996,1997,1998,1999,2000,2001
  
*************** GNU General Public License for more deta
*** 615,619 ****
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
! Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
  @end smallexample
  
--- 615,620 ----
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
! Foundation, Inc., 59 Temple Place - Suite 330,
! Boston, MA 02111-1307, USA.
  @end smallexample
  
*************** by type.  Explanations are in the follow
*** 1371,1375 ****
  -fmatch-case-initcap  -fmatch-case-upper
  -fmatch-case-lower  -fmatch-case-any
! -fsource-case-upper -fsource-case-lower  -fsource-case-preserve
  -fsymbol-case-initcap  -fsymbol-case-upper
  -fsymbol-case-lower  -fsymbol-case-any
--- 1372,1377 ----
  -fmatch-case-initcap  -fmatch-case-upper
  -fmatch-case-lower  -fmatch-case-any
! -fsource-case-upper  -fsource-case-lower
! -fsource-case-preserve
  -fsymbol-case-initcap  -fsymbol-case-upper
  -fsymbol-case-lower  -fsymbol-case-any
*************** by type.  Explanations are in the follow
*** 1397,1401 ****
  @smallexample
  -fsyntax-only  -pedantic  -pedantic-errors  -fpedantic
! -w  -Wno-globals  -Wimplicit -Wunused  -Wuninitialized
  -Wall  -Wsurprising
  -Werror  -W
--- 1399,1403 ----
  @smallexample
  -fsyntax-only  -pedantic  -pedantic-errors  -fpedantic
! -w  -Wno-globals  -Wimplicit  -Wunused  -Wuninitialized
  -Wall  -Wsurprising
  -Werror  -W
*************** we should be able to reproduce the crash
*** 13697,13702 ****
  If you would like to write bug fixes or improvements for the GNU
Fortran
  compiler, that is very helpful.
! Send suggested fixes to the bug report
! mailing list, @email{@value{email-bugs}}.
  
  Please follow these guidelines so we can study your patches
efficiently.
--- 13699,13704 ----
  If you would like to write bug fixes or improvements for the GNU
Fortran
  compiler, that is very helpful.
! Send suggested fixes to the mailing list for patches,
! @email{@value{email-patch}}.
  
  Please follow these guidelines so we can study your patches
efficiently.
*************** GNU CC distribution.
*** 13823,13827 ****
  
  @item
! Send a message to @email{@value{email-general}}.
  @end itemize
  
--- 13825,13829 ----
  
  @item
! Send a message to @email{@value{email-help}}.
  @end itemize
  
Bootstrapped (C and Fortran only), installed and make dvi'd on
i686-pc-linux-gnu.

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)


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