Subject: CVS commit: pkgsrc/devel/ftnchek
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 06/29/2003 22:24:35
Module Name:	pkgsrc
Committed By:	jtb
Date:		Sun Jun 29 22:24:34 UTC 2003

Modified Files:
	pkgsrc/devel/ftnchek: Makefile PLIST distinfo
	pkgsrc/devel/ftnchek/patches: patch-aa patch-ab

Log Message:
Update to version 3.2.2.

Here are the new features in version 3.2:

   1.  New option -mkhtml to generate HTML documentation files from
       the source code.  Thanks go to Mark McVeigh for contributing
       this feature.

   2.  I/O unit usage information is now provided under the -symtab
       option.  A table is printed listing each I/O unit by name
       and/or number, together with the opera- tions performed on it.

   3.  A single large project file, created by concatenating a number
       of separately produced project files, can be input for use as a
       library project file.

   4.  Combined type declarations and data-statement-like
       initializers, as in INTEGER N / 100 / are accepted.

   5.  Fixed a bug that caused ftnchek to crash if a parameter is
       declared with the same name as the subprogram containing it.
       New error message for same.

   6.  Fixed a bug in checking type agreement between variables and
       their initial values in Fortran 90-style declarations with
       initializers, as in INTEGER :: N=100.

   7.  New error message when an internal file is a constant rather
       than a variable.  Some compilers permit this for READ
       operations, but it is prohibited by the F90 Standard.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/ftnchek/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/ftnchek/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/ftnchek/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/ftnchek/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/ftnchek/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.