From 115a196a0b15153fad7a84d7a8474b758a8041b7 Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 6 Jul 2014 22:17:21 +0000 Subject: [PATCH] * gfortran.texi (Fortran 2003 status): Fix grammar. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212315 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/gfortran.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index b3764b8ea17..8306bc8a37c 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2014-07-07 Gerald Pfeifer + + * gfortran.texi (Fortran 2003 status): Fix grammar. + 2014-07-04 Tobias Burnus * resolve.c (resolve_assoc_var): Fix corank setting. diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index f211041ac88..66e78e8eef5 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -926,7 +926,7 @@ Namelist input/output for internal files. @item Minor I/O features: Rounding during formatted output, using of a decimal comma instead of a decimal point, setting whether a plus sign -should appear for positive numbers. On system where @code{strtod} honours +should appear for positive numbers. On systems where @code{strtod} honours the rounding mode, the rounding mode is also supported for input. @item -- 2.11.4.GIT