Subject: CVS commit: pkgsrc/devel/ftnchek
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 05/04/2002 01:47:15
Module Name: pkgsrc
Committed By: jtb
Date: Fri May 3 22:47:15 UTC 2002
Modified Files:
pkgsrc/devel/ftnchek: Makefile distinfo
pkgsrc/devel/ftnchek/patches: patch-aa patch-ab
Log Message:
Update to version 3.1.2.
Changes made from patch level 1 to patch level 2:
1. Fixed bug in -makedcls option that allowed a buffer overflow when
module names exceed 20 characters.
2. Minor changes to source code to clean it up and make it compatible
with C++.
3. Fixed bug that caused crash when number of statement labels in a
subprogram exceeded 2000.
4. Fixed bug that could cause access violation on some systems, if
program contains variable names starting with AA or AB.
5. Fixed bug in handling a labeled END DO statement that matches a
DO statement that doesn't use a label.
6. Changed license from "BSD"-like to "MIT."
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/devel/ftnchek/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/ftnchek/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/ftnchek/patches/patch-aa
cvs rdiff -r1.1 -r1.2 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.