This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: intrinsic functions not yet documented
- From: Daniel Franke <franke dot daniel at gmail dot com>
- To: fortran at gcc dot gnu dot org
- Date: Tue, 4 Jul 2006 23:22:18 +0200
- Subject: Re: intrinsic functions not yet documented
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=LMXbPOQpxnzlcWfNi9UkRfuJ8v4E8+kzdy86kk+9eQ4sarf2aO/ocdrpEO8QH2zFmK+P0xvaVc4Yiy4B681Z/0lqzbmxd/8JVykYuFhzyjXSVMODHTula4IYWoPCvwN0vv43shB0hwjiPvVBRgSZUIVhMHPeTgUdIAYSHmPpk9E=
- References: <200607040009.57134.franke.daniel@gmail.com> <44AA0DE8.7020008@gmail.com>
> If you have time to write documentation for (some of) these intrinsics,
> it would be a welcome contribution to gfortran!
I finished merging the list I posted yesterday and the list at the end of the
texi file which I missed so far. The (for now) complete list of intrinsics
has 201 entries, 99 of them still to do.
Where appropiate, I would like to introduce an additional "See also" section,
e.g.
* IAnd, see also IOr, IEOr
* lbound, see also ubound
* iargc, see also getarg, get_command, get_command_argument
* ... to be continued
Any objections?
Daniel