On Sat, 8 Mar 2014, Tobias Burnus wrote: > An update the gfortran.texi's F2003/F2008 status.
I just made the following change on top. Also, I noticed that you used British English for honour. There are now five uses of honor in gcc/fortran/* and five uses of honour. In gcc/doc, and in general, we use American English, and per https://gcc.gnu.org/codingconventions.html we should use that. I did not change this yet, to see whether there is any strong opposition making things consistent. Gerald 2014-07-07 Gerald Pfeifer <ger...@pfeifer.com> * gfortran.texi (Fortran 2003 status): Fix grammar. Index: gfortran.texi =================================================================== --- gfortran.texi (revision 212307) +++ gfortran.texi (working copy) @@ -926,7 +926,7 @@ @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