Commit e1b4184c by Brooks Moses Committed by Brooks Moses

* intrinsic.texi (Introduction): Rewrite first paragraph.

From-SVN: r120426
parent 7816b87e
2007-01-03 Brooks Moses <brooks.moses@codesourcery.com> 2007-01-03 Brooks Moses <brooks.moses@codesourcery.com>
* intrinsic.texi (Introduction): Rewrite first paragraph.
2007-01-03 Brooks Moses <brooks.moses@codesourcery.com>
* invoke.texi (OpenMP): Added index entry. * invoke.texi (OpenMP): Added index entry.
* gfortran.texi (title page): Removed erroneous '*'. * gfortran.texi (title page): Removed erroneous '*'.
......
...@@ -254,13 +254,13 @@ Some intrinsics have documentation yet to be completed as indicated by 'document ...@@ -254,13 +254,13 @@ Some intrinsics have documentation yet to be completed as indicated by 'document
@node Introduction @node Introduction
@section Introduction to intrinsic procedures @section Introduction to intrinsic procedures
GNU Fortran provides a rich set of intrinsic procedures that includes all The intrinsic procedures provided by GNU Fortran include all of the
the intrinsic procedures required by the Fortran 95 standard, a set of intrinsic procedures required by the Fortran 95 standard, a set of
intrinsic procedures for backwards compatibility with Gnu Fortran 77 intrinsic procedures for backwards compatibility with G77, and a small
(i.e., @command{g77}), and a small selection of intrinsic procedures selection of intrinsic procedures from the Fortran 2003 standard. Any
from the Fortran 2003 standard. Any description here, which conflicts with a conflict between a description here and a description in either the
description in either the Fortran 95 standard or the Fortran 2003 standard, Fortran 95 standard or the Fortran 2003 standard is unintentional, and
is unintentional and the standard(s) should be considered authoritative. the standard(s) should be considered authoritative.
The enumeration of the @code{KIND} type parameter is processor defined in The enumeration of the @code{KIND} type parameter is processor defined in
the Fortran 95 standard. GNU Fortran defines the default integer type and the Fortran 95 standard. GNU Fortran defines the default integer type and
......
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