Go to the first, previous, next, last section, table of contents.
In addition to James Craig Burley, who wrote the front end, many people have helped create and improve GNU Fortran.
libf2c
library (combined from the libF77
and
libI77
libraries) provided as part of f2c
, available for
free from netlib
sites on the Internet.
g77
's
public release. This work consisted of testing, researching, sometimes
debugging, and occasionally providing small amounts of code and fixes
for g77
, plus offering plenty of helpful advice to Craig:
INTEGER*1
, INTEGER*2
, and
LOGICAL*1
.
This inspired Craig to add further support,
even though the resulting support
would still be incomplete, because version 0.6 is still
a ways off.
g77
code generation to at least be as good
as f2c
used in conjunction with gcc
.
So far, this has resulted in the three, somewhat
experimental, options added by g77
to the gcc
compiler and its back end.
(These, in turn, have made their way into the egcs
version of the compiler, and do not exist in gcc
version 2.8 or versions of g77
based on that version
of gcc
.)
g77
over the past several years, and undoubtedly more people
will be doing so in the future.
If you have done so, and would like
to see your name listed in the above list, please ask!
The default is that people wish to remain anonymous.
Go to the first, previous, next, last section, table of contents.