Commit 6b45fd61 by Francois-Xavier Coudert Committed by François-Xavier Coudert

intrinsic.texi: Rename INDEX node to avoid clashing with index.html on case-insensitive systems.

	* intrinsic.texi: Rename INDEX node to avoid clashing with
	index.html on case-insensitive systems.

From-SVN: r132355
parent 847eb551
2008-02-15 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> 2008-02-15 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* intrinsic.texi: Rename INDEX node to avoid clashing with
index.html on case-insensitive systems.
2008-02-15 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR fortran/35150 PR fortran/35150
* trans-expr.c (gfc_conv_function_call): Force evaluation of * trans-expr.c (gfc_conv_function_call): Force evaluation of
se->expr. se->expr.
......
...@@ -146,7 +146,7 @@ Some basic guidelines for editing this document: ...@@ -146,7 +146,7 @@ Some basic guidelines for editing this document:
* @code{IDATE}: IDATE, Current local time (day/month/year) * @code{IDATE}: IDATE, Current local time (day/month/year)
* @code{IEOR}: IEOR, Bitwise logical exclusive or * @code{IEOR}: IEOR, Bitwise logical exclusive or
* @code{IERRNO}: IERRNO, Function to get the last system error number * @code{IERRNO}: IERRNO, Function to get the last system error number
* @code{INDEX}: INDEX, Position of a substring within a string * @code{INDEX}: INDEX intrinsic, Position of a substring within a string
* @code{INT}: INT, Convert to integer type * @code{INT}: INT, Convert to integer type
* @code{INT2}: INT2, Convert to 16-bit integer type * @code{INT2}: INT2, Convert to 16-bit integer type
* @code{INT8}: INT8, Convert to 64-bit integer type * @code{INT8}: INT8, Convert to 64-bit integer type
...@@ -5628,7 +5628,7 @@ kind. ...@@ -5628,7 +5628,7 @@ kind.
@node INDEX @node INDEX intrinsic
@section @code{INDEX} --- Position of a substring within a string @section @code{INDEX} --- Position of a substring within a string
@fnindex INDEX @fnindex INDEX
@cindex substring position @cindex substring position
...@@ -6715,7 +6715,7 @@ with @code{INTENT(IN)} ...@@ -6715,7 +6715,7 @@ with @code{INTENT(IN)}
The return value is of @code{INTEGER(kind=4)} type. The return value is of @code{INTEGER(kind=4)} type.
@item @emph{See also}: @item @emph{See also}:
@ref{INDEX}, @ref{LEN_TRIM} @ref{INDEX intrinsic}, @ref{LEN_TRIM}
@end table @end table
...@@ -9070,7 +9070,7 @@ END PROGRAM ...@@ -9070,7 +9070,7 @@ END PROGRAM
@end smallexample @end smallexample
@item @emph{See also}: @item @emph{See also}:
@ref{INDEX}, @ref{VERIFY} @ref{INDEX intrinsic}, @ref{VERIFY}
@end table @end table
...@@ -10828,7 +10828,7 @@ END PROGRAM ...@@ -10828,7 +10828,7 @@ END PROGRAM
@end smallexample @end smallexample
@item @emph{See also}: @item @emph{See also}:
@ref{SCAN}, @ref{INDEX} @ref{SCAN}, @ref{INDEX intrinsic}
@end table @end table
......
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