librarystatus.html
Paul Brook
paul@codesourcery.com
Fri Apr 23 22:34:00 GMT 2004
On Friday 23 April 2004 22:30, Scott Robert Ladd wrote:
> It didn't take long to find the answers... looking through iresolve.c, I
> found the following current states for "not implemented" intrinsics:
iresolve.c is not a good indication of
> CSHIFT in iresolve.c
> DATE_AND_TIME missing
> MVBITS missing
> RANDOM_NUMBER implemented
> RANDOM_SEED missing
I think these two are implemented, but still have significant outstanding
bugs.
> REPEAT in iresolve.c
> RRSPACING in iresolve.c
> SCAN in iresolve.c
> SELECTED_INT_KIND missing
> SELECTED_REAL_KIND missing
These two are implemented, and even have testcases. I'll update that page
accordingly.
> SYSTEM_CLOCK missing
> TRANSFER in iresolve.c, with a TODO
> TRIM in iresolve.c
> VERIFY in iresolve.c
>
> For the moment, I'm not concerning myself with ASCII-only character
> functions or thread safety (has that been addressed?)
The random functions probably aren't thread safe. I think the rest are as long
as the underlying C library is.
More information about the Fortran
mailing list