[PATCH] gcc/fortran/intrinsic.texi
Steven Bosscher
stevenb.gcc@gmail.com
Sat Aug 19 13:23:00 GMT 2006
On Sunday 13 August 2006 16:49, Daniel Franke wrote:
> Hi all.
> Please find attached a patch to update gfortran's documentation of
> intrinsics.
Looks like you really worked hard on this, many thanks!
It looks like a good improvement to me, although I do have
a few questions:
> Changes:
> * added doc-stubs of the missing intrinsics
I would say something more informative than DOCTODO here. I hope
this patch will be in GCC 4.2 but DOCTODO doesn't look very friendly
to the users ;-)
> * added a section "See also" with references to related functions
Nice.
> * changed the "Options" section to "Standard"
I actually liked the old way. It tells you explicitly what option
you have to add to enable the intrinsic you're reading about. With
the new scheme, the user has to go look for the option to enable
the standard he needs to get the intrinsic to work.
If this was discussed before, I'm sorry I missed that. Otherwise,
I'd like to propose we stick with the "Options" thing...
> * first attempts to make the index more usable (still more to do)
> * fixed some typographical errors
You can make the diff a tad more readable if you leave out the
whitespace changes, they're obvious anyway.
Do we really need to document Standard operators like EQV and NEQV?
+* @code{NEQV}: NEQV, Logical non-equivalence
What is this change for (or rather, why were those @comments there
before your patch)??
@@ -4923,147 +7337,257 @@
-@comment gen fstat
-@comment sub fstat
-@comment
-@comment sub getarg
-@comment
-@comment gen getcwd
Thanks for working on this!
Gr.
Steven
More information about the Fortran
mailing list