A few interesting links related to computer history.
Original Unix f77, f2c
Stu Feldman wrote in the late seventies the original Fortran
77 compiler for Unix. Its source is available as part of some
ancient unix versions (from Version 7 onwards, 1979) in
"The Unix
Archive". Various text books and papers cite this work
(including Bentley's "Programming pearls"
(Addison Wesley 1986, 1999)). Like many early vendor's
Fortran 77 compilers on unix, f2c derived from it (source
available). It was first made available on netlib in
November 1989.
Unix Seventh Edition Manual is available and includes the "man page" of f77 dated "1 August 1978". The introduction reads:
A Portable Fortran 77 Compiler
S. I. Feldman, P. J. Weinberger
The Fortran language has just been revised. The new language, known as Fortran 77, became an official American National Standard on April 3, 1978. We report here on a compiler and run-time system for the new extended language. This is believed to be the first complete Fortran 77 system to be implemented. This compiler is designed to be portable, to be correct and complete, and to generate code compatible with calling sequences produced by C compilers.
$Id: CompMuseum.html,v 1.68 2008/04/22 11:10:26 adesitter Exp $
Maintained by Arnaud Desitter.