[Lunar-commits] r18088 - moonbase/trunk/devel/ftnchek

Dennis Veatch stumbles at lunar-linux.org
Wed Jan 11 17:42:13 UTC 2006


Author: stumbles
Date: 2006-01-11 17:42:11 +0000 (Wed, 11 Jan 2006)
New Revision: 18088

Modified:
   moonbase/trunk/devel/ftnchek/DETAILS
Log:

Front-end has been rewritten for unlimited lookahead.
Added support for Fortran 90 pointer related syntax.
Re-implemented -mkhtml processing so it is now much faster on
      source files containing many routines.
Fixed bug in reading numeric settings on command line when
      setting name abbreviated to 3 characters.
New flag -f77=character to control warnings about extensions to
      the Fortran 77 character data type. 

and others.



Modified: moonbase/trunk/devel/ftnchek/DETAILS
===================================================================
--- moonbase/trunk/devel/ftnchek/DETAILS	2006-01-11 16:05:51 UTC (rev 18087)
+++ moonbase/trunk/devel/ftnchek/DETAILS	2006-01-11 17:42:11 UTC (rev 18088)
@@ -1,11 +1,11 @@
           MODULE=ftnchek
-         VERSION=3.2.2
+         VERSION=3.3.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.dsm.fordham.edu/~ftnchek/download/
-      SOURCE_VFY=sha1:af1ed68d8270d464bf52cd5c415bada22d50ed21
+      SOURCE_VFY=sha1:41ef07155bcbb384ff257b1e5e052cbb7635d620
         WEB_SITE=http://www.dsm.fordham.edu/~ftnchek/
          ENTERED=20041104
-         UPDATED=20041104
+         UPDATED=20060111
            SHORT="Fortran Syntax checker"
 cat << EOF
 ftnchek is a static analyzer for Fortran 77 programs. It is designed to



More information about the Lunar-commits mailing list