This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: intrinsic functions not yet documented


> By the way, I think it might be worth replacing the "option" section
> ("f95" or "gnu" or both) by a "Standards" section, which could state
> "new in F95", "F77, F95 and F2003", "new in F2003", "GNU extension" or
> things like that. Do you like the idea?

Yes, I do. 
Maybe, this could be extended to a "timeline like" approach, e. g.

"not available in F77, new in F95, available in F2003"
  +-------+-------+-------+-----+
  |  F77  |  F95  | F2003 | ... |
  +-------+-------+-------+-----+
  |  N/A  |  std  |  std  |     |
  +-------+-------+-------+-----+

"available in F77 and F95 standards, obsolete in F2003, removed from future 
versions"
  +-------+-------+-------+-----+
  |  F77  |  F95  | F2003 | ... |
  +-------+-------+-------+-----+
  |  std  |  std  |  obs  | N/A |
  +-------+-------+-------+-----+

"GNU extension, available for F95 and F2003, not F77"
  +-------+-------+-------+-----+
  |  F77  |  F95  | F2003 | ... |
  +-------+-------+-------+-----+
  |  N/A  |  GNU  |  GNU  |     |
  +-------+-------+-------+-----+


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]