diff options
author | jtb <jtb> | 2001-06-17 14:27:27 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-06-17 14:27:27 +0000 |
commit | 465371f0767608c6fbad44c3c3886a5142326c53 (patch) | |
tree | 69d53702eda7f880f898d7892ff23ab449dcdc2b /devel/ftnchek/distinfo | |
parent | 7b5c4715d67a38bdfe0b0c7a63232c584f23df9d (diff) | |
download | pkgsrc-465371f0767608c6fbad44c3c3886a5142326c53.tar.gz |
Update of ftnchek to 3.1.1
Some new features in version 3.1:
1. Block structure of the program is now kept track of, and proper
nesting of blocks is checked.
2. New check for modification of a DO index-variable within the
range of the loop.
3. New option -style to allow extra-picky warnings about obsolescent
or old-fashioned programming constructions.
4. Limited support for attribute-based type declarations (using ::).
See the manual for limitations on the accepted syntax. Note that
this new feature should be seen as a first step toward full
support for Fortran 90 type declarations, but it is not there
yet. The level of support may be sufficient for novice
programmers, but it is not yet ready for serious use.
5. Some implementation changes were made for faster execution. The
improvement in speed is greatest for small and medium-sized
programs, which are now processed about 2 times faster.
Bugs fixed in patch 1:
1. Erroneously reported "Block not closed when END statement
encountered" at end of an unnamed block data subprogram.
2. Under -pretty=embedded-space, warned of embedded space between
slashes in
COMMON / / X, Y, Z
Diffstat (limited to 'devel/ftnchek/distinfo')
-rw-r--r-- | devel/ftnchek/distinfo | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/ftnchek/distinfo b/devel/ftnchek/distinfo index d58fb017aea..fab3ae3588c 100644 --- a/devel/ftnchek/distinfo +++ b/devel/ftnchek/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2001/04/25 23:24:45 jtb Exp $ +$NetBSD: distinfo,v 1.4 2001/06/17 14:27:27 jtb Exp $ -SHA1 (ftnchek-3.0.4.tar.gz) = 30fbed8860ececf00c6860c3ab39a50921a0b8eb -Size (ftnchek-3.0.4.tar.gz) = 839084 bytes -SHA1 (patch-aa) = c0594e830575602b70e26385c3b3eba3e99577df +SHA1 (ftnchek-3.1.1.tar.gz) = 0a334e6152e8220628b4d439903c54916215f9f7 +Size (ftnchek-3.1.1.tar.gz) = 886004 bytes +SHA1 (patch-aa) = 2548f10786c1e6ea3412d8b0b01da67bd5d16504 +SHA1 (patch-ab) = 428d0f981e593f520aad738ce0a76dcbec23e7c4 |