[Lunar-commits] CVS: moonbase/devel/ftnchek DETAILS,NONE,1.1

Auke Kok sofar at lunar-linux.org
Thu Nov 4 11:48:07 UTC 2004


Update of /var/cvs/lunar/moonbase/devel/ftnchek
In directory espresso.foo-projects.org:/home/sofar/active/moonbase/devel/ftnchek

Added Files:
	DETAILS 
Log Message:
ftnchek is a fortran syntax checker

--- NEW FILE: DETAILS ---
          MODULE=ftnchek
         VERSION=3.2.2
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=http://www.dsm.fordham.edu/~ftnchek/download/
      SOURCE_VFY=sha1:af1ed68d8270d464bf52cd5c415bada22d50ed21
        WEB_SITE=http://www.dsm.fordham.edu/~ftnchek/
         ENTERED=20041104
         UPDATED=20041104
           SHORT="Fortran Syntax checker"
cat << EOF
ftnchek is a static analyzer for Fortran 77 programs. It is designed to
detect certain errors in a Fortran program that a compiler usually does
not. ftnchek is not primarily intended to detect syntax errors. Its
purpose is to assist the user in finding semantic errors. Semantic
errors are legal in the Fortran language but are wasteful or may cause
incorrect operation. For example, variables which are never used
may indicate some omission in the program; uninitialized variables
contain garbage which may cause incorrect results to be calculated;
and variables which are not declared may not have the intended
type. ftnchek is intended to assist users in the debugging of their
Fortran program. It is not intended to catch all syntax errors. This is
the function of the compiler. Prior to using ftnchek, the user should
verify that the program compiles correctly.
EOF



More information about the Lunar-commits mailing list