a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 48360 and 2360

Description: A FORTRAN 77 to C/C++ translator
 f2c translates FORTRAN 77 (with some extensions) into C, so that it can
 then be compiled and run on a system with no Fortran compiler.  The C
 files must then be linked against the appropriate libraries.
 .
 This is an actively maintained FORTRAN to C translator and with the
 fort77 frontend provides an ideal way to compile FORTRAN routines
 as black boxes (for example for invocation from C).  Source level
 debugging facilities are not available, and error messages are not as
 well developed as in g77.
Description: A FORTRAN 77 to C/C++ translator, plus static & shared libs.
 f2c translates FORTRAN 77 (with some extensions) into C, so that it can
 then be compiled and run on a system with no Fortran compiler.  The C
 files must then be linked against the appropriate libraries.
 .
 This is an actively maintained FORTRAN to C translator and with the
 fort77 frontend provides an ideal way to compile FORTRAN routines
 as black boxes (for example for invocation from C).  Source level
 debugging facilities are not available, and error messages are not as
 well developed as in g77.
--- 48360	Thu Jan  1 00:00:00 1970
+++ 2360	Thu Jan  1 00:00:00 1970
@@ -1,4 +1,4 @@
-A FORTRAN 77 to C/C++ translator
+A FORTRAN 77 to C/C++ translator, plus static & shared libs.
  f2c translates FORTRAN 77 (with some extensions) into C, so that it can
  then be compiled and run on a system with no Fortran compiler.  The C
  files must then be linked against the appropriate libraries.