File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed
Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,14 @@ Quick links:
55
66 * Summary of the language: http://www.cs.umbc.edu/~squire/fortranclass/summary.shtml
77 * Language features: http://en.wikipedia.org/wiki/Fortran_95_language_features
8- * FORTRAN 77 standard: http://www.fortran.com/F77_std/rjcnf0001.html
9- * Fortran 95 standard: http://j3-fortran.org/doc/standing/archive/007/97-007r2/pdf/97-007r2.pdf
10- * Fortran 2003 standard: http://www.j3-fortran.org/doc/year/04/04-007.pdf
11- * Fortran 2008 standard: http://www.j3-fortran.org/doc/year/10/10-007.pdf
8+ * WG5 Fortran Standards Home: https://wg5-fortran.org/
9+ * FORTRAN 66 standard: https://wg5-fortran.org/ARCHIVE/Fortran66.pdf
10+ * FORTRAN 77 standard: https://wg5-fortran.org/ARCHIVE/Fortran77.html
11+ * Fortran 90 standard: https://wg5-fortran.org/N001-N1100/N692.pdf
12+ * Fortran 95 standard: https://wg5-fortran.org/N1151-N1200/N1191.pdf
13+ * Fortran 2003 standard: https://wg5-fortran.org/N1601-N1650/N1601.pdf
14+ * Fortran 2008 standard: https://j3-fortran.org/doc/year/10/10-007r1.pdf
15+ * Fortran 2018 standard: https://j3-fortran.org/doc/year/18/18-007r1.pdf
1216
1317Contents:
1418
Original file line number Diff line number Diff line change @@ -96,10 +96,14 @@ We have found the following links to be quite helpful:
9696
9797And the Fortran standards:
9898
99- * FORTRAN 77 standard: http://www.fortran.com/F77_std/rjcnf0001.html
100- * Fortran 95 standard: http://j3-fortran.org/doc/standing/archive/007/97-007r2/pdf/97-007r2.pdf
101- * Fortran 2003 standard: http://www.j3-fortran.org/doc/year/04/04-007.pdf
102- * Fortran 2008 standard: ftp://ftp.nag.co.uk/sc22wg5/N1801-N1850/N1830.pdf
99+ * WG5 Fortran Standards Home: https://wg5-fortran.org/
100+ * FORTRAN 66 standard: https://wg5-fortran.org/ARCHIVE/Fortran66.pdf
101+ * FORTRAN 77 standard: https://wg5-fortran.org/ARCHIVE/Fortran77.html
102+ * Fortran 90 standard: https://wg5-fortran.org/N001-N1100/N692.pdf
103+ * Fortran 95 standard: https://wg5-fortran.org/N1151-N1200/N1191.pdf
104+ * Fortran 2003 standard: https://wg5-fortran.org/N1601-N1650/N1601.pdf
105+ * Fortran 2008 standard: https://j3-fortran.org/doc/year/10/10-007r1.pdf
106+ * Fortran 2018 standard: https://j3-fortran.org/doc/year/18/18-007r1.pdf
103107
104108Compiler table for support for the 2003 and 2008 standards appears regularly in
105109`Fortran Forum <http://dl.acm.org/citation.cfm?id=J286 >`_.
You can’t perform that action at this time.
0 commit comments