summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtb <jtb>2003-06-29 22:26:26 +0000
committerjtb <jtb>2003-06-29 22:26:26 +0000
commite76172308ecf380ae9d0aa6bc127bb26a7abc392 (patch)
tree267a642a897eabf80a1430ba21f746f15e811e1e
parentb96f9431d77c1106e9a46b54aec9f7ac57fa874e (diff)
downloadpkgsrc-e76172308ecf380ae9d0aa6bc127bb26a7abc392.tar.gz
Note update of ftnchek to 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.
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 9a43f757d4d..a246a1a8773 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2620 2003/06/29 22:21:48 jtb Exp $
+$NetBSD: CHANGES,v 1.2621 2003/06/29 22:26:26 jtb Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -2611,3 +2611,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated vmware-module3 to 3.2.1.1 [jdolecek 2003-06-29]
Updated vmware3 to 3.2.1 [jdolecek 2003-06-29]
Updated zile to 1.6.2 [jtb 2003-06-29]
+ Updated ftnchek to 3.2.2 [jtb 2003-06-29]