[Patch,Fortran,committed] Fix keyword= in intrinsic.texi

Tobias Burnus tobias.burnus@physik.fu-berlin.de
Sat May 17 15:56:00 GMT 2008


Hi all,

as pointed out at
http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/07bc8e6635971853
the documentation does not always match the implementation/the standard,
especially not the nameing
of the keywords.

I audited intrinsic.texi up to GET_COMMAND_ARGUMENT.

TODO:
- FSTAT: Fix intrinsic.{texi,c} argument-name mismatch
- FREE:  Fix intrinsic.{texi,c} argument-name mismatch
- GET_COMMAND_ARGUMENT: Documentation is completely wrong
- Everything after GET_COMMAND_ARGUMENT needs to be audited
  and the problems mentioned at c.l.f. need to be fixed

Changes in the attached and committed patch (Rev. 135471)
- keyword= fixing
- INTEGER(*) etc. replaced by INTEGER etc.
- Added information regarding the kind of the return value
- FLUSH subroutine: manpage said "FLUSH(UNIT)", C code had "FLUSH(c)"
  I fixed the C code.

Build and run make check-gfortran pdf html on x86-64.

Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: doc.diff
Type: text/x-diff
Size: 78201 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20080517/6c23d480/attachment.bin>


More information about the Gcc-patches mailing list