]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* intrinsic.texi (Introduction): Rewrite first paragraph.
authorBrooks Moses <brooks.moses@codesourcery.com>
Thu, 4 Jan 2007 01:37:27 +0000 (01:37 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Thu, 4 Jan 2007 01:37:27 +0000 (17:37 -0800)
From-SVN: r120426

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi

index 47129a30b4980137d8226fd79b0da5577aa53c9a..d353efb67139abd29b5e4ad7e8343fd75a2629c7 100644 (file)
@@ -1,3 +1,7 @@
+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.
index ed40e757ba138df8238bfd3883862b6df8af2c34..c86f9f9535acb00d31fcf836a387a81c6548b05c 100644 (file)
@@ -254,13 +254,13 @@ Some intrinsics have documentation yet to be completed as indicated by 'document
 @node Introduction
 @section Introduction to intrinsic procedures
 
-GNU Fortran provides a rich set of intrinsic procedures that includes all
-the intrinsic procedures required by the Fortran 95 standard, a set of
-intrinsic procedures for backwards compatibility with Gnu Fortran 77
-(i.e., @command{g77}), and a small selection of intrinsic procedures
-from the Fortran 2003 standard.  Any description here, which conflicts with a 
-description in either the Fortran 95 standard or the Fortran 2003 standard,
-is unintentional and the standard(s) should be considered authoritative.
+The intrinsic procedures provided by GNU Fortran include all of the
+intrinsic procedures required by the Fortran 95 standard, a set of
+intrinsic procedures for backwards compatibility with G77, and a small
+selection of intrinsic procedures from the Fortran 2003 standard.  Any
+conflict between a description here and a description in either the
+Fortran 95 standard or the Fortran 2003 standard is unintentional, and
+the standard(s) should be considered authoritative.
 
 The enumeration of the @code{KIND} type parameter is processor defined in
 the Fortran 95 standard.  GNU Fortran defines the default integer type and