Commit 8db2ba40 by Steven G. Kargl Committed by Steven G. Kargl

intrinsic.texi: New file.

gfortran.texi: Include it; white space change; fix typo.

From-SVN: r97000
parent ee4b41af
2005-03-34 Steven G. Kargl <kargls@comcast.net>
* intrinsic.texi: New file.
* gfortran.texi: Include it; white space change; fix typo.
2005-03-23 Joseph S. Myers <joseph@codesourcery.com> 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
* f95-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove. * f95-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
......
...@@ -109,25 +109,31 @@ the GNU Fortran 95 compiler. You can find in this manual how to invoke ...@@ -109,25 +109,31 @@ the GNU Fortran 95 compiler. You can find in this manual how to invoke
@ifset DEVELOPMENT @ifset DEVELOPMENT
@emph{Warning:} This document, and the compiler it describes, are still @emph{Warning:} This document, and the compiler it describes, are still
under development. While efforts are made too keep it up-to-date it might under development. While efforts are made to keep it up-to-date, it might
not accurately reflect the status of the most recent @command{gfortran}. not accurately reflect the status of the most recent @command{gfortran}.
@end ifset @end ifset
@comment
@comment When you add a new menu item, please keep the right hand
@comment aligned to the same column. Do not use tabs. This provides
@comment better formatting.
@comment
@menu @menu
* Copying:: GNU General Public License says * Copying:: GNU General Public License says
how you can copy and share GNU Fortran. how you can copy and share GNU Fortran.
* GNU Free Documentation License:: * GNU Free Documentation License::
How you can copy and share this manual. How you can copy and share this manual.
* Funding:: How to help assure continued work for free software. * Funding:: How to help assure continued work for free software.
* Getting Started:: What you should know about @command{gfortran}. * Getting Started:: What you should know about @command{gfortran}.
* GFORTRAN and GCC:: You can compile Fortran, C, or other programs. * GFORTRAN and GCC:: You can compile Fortran, C, or other programs.
* GFORTRAN and G77:: Why we choose to start from scratch. * GFORTRAN and G77:: Why we chose to start from scratch.
* Invoking GFORTRAN:: Command options supported by @command{gfortran}. * Invoking GFORTRAN:: Command options supported by @command{gfortran}.
* Project Status:: Status of @command{gfortran}, Roadmap, proposed extensions. * Project Status:: Status of @command{gfortran}, roadmap, proposed extensions.
* Contributing:: Helping you can help. * Contributing:: How you can help.
* Standards:: Standards supported by @command{gfortran} * Standards:: Standards supported by @command{gfortran}
* Extensions:: Language extensions implemented by @command{gfortran} * Extensions:: Language extensions implemented by @command{gfortran}
* Index:: Index of this documentation. * Intrinsic Procedures:: Intrinsic procedures supported by @command{gfortran}
* Index:: Index of this documentation.
@end menu @end menu
...@@ -369,7 +375,6 @@ because it was expected to be easier to maintain code we ...@@ -369,7 +375,6 @@ because it was expected to be easier to maintain code we
develop ourselves than to do a major overhaul of @command{g77} first, develop ourselves than to do a major overhaul of @command{g77} first,
and then build a Fortran 95 compiler out of it. and then build a Fortran 95 compiler out of it.
@include invoke.texi @include invoke.texi
@c --------------------------------------------------------------------- @c ---------------------------------------------------------------------
...@@ -670,6 +675,7 @@ Examples of standard conforming code equivalent to the above example, are: ...@@ -670,6 +675,7 @@ Examples of standard conforming code equivalent to the above example, are:
DATA i,j,x /1,2,3*0.,1./ DATA i,j,x /1,2,3*0.,1./
@end smallexample @end smallexample
@include intrinsic.texi
@c --------------------------------------------------------------------- @c ---------------------------------------------------------------------
@c Contributing @c Contributing
@c --------------------------------------------------------------------- @c ---------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment