F77_CLEANUP is a FORTRAN90 program which makes some minor cleanups to the text of a FORTRAN77 file.
In particular, in the revised program:
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
F77_CLEANUP is available in a FORTRAN90 version
CATALOG, a C++ program which reads a C, C++, FORTRAN77 or FORTRAN90 program and prints every line that begins with a special index tag. If the program has been marked up expecting this convention, it is a handy way of making a table of contents of a program file.
EXTRACT, a FORTRAN90 program which extracts a subroutine, function or module by name from a FORTRAN77 or FORTRAN90 file.
F90SPLIT, a FORTRAN90 program which reads a FORTRAN90 file and creates individual files for every subroutine or function in the file.
FIXCON, a FORTRAN90 program which reads a FORTRAN77 file and changes continuation lines to use the FORTRAN90 convention.
HTMLINDEX, a C++ program which reads a C, C++, FORTRAN77 or FORTRAN90 file and writes a skeleton HTML page describing it, assuming that each routine includes a specially marked description line.
INCLUDE_FILES, a FORTRAN90 program which reads a FORTRAN90 program with INCLUDE statements, and makes a copy with the indicated files included.
You can go up one level to the FORTRAN90 source codes.