Subject: CVS commit: pkgsrc/doc
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 02/24/2005 11:20:52
Module Name:	pkgsrc
Committed By:	agc
Date:		Thu Feb 24 11:20:52 UTC 2005

Modified Files:
	pkgsrc/doc: CHANGES

Log Message:
Initial import of pmccabe-2.2-3 into the Packages Collection, suggested
by Mike Cheponis.

        pmccabe processes the named files, or standard input if none
        are named, calculating statistics including McCabe cyclomatic
        complexity for each function found.  The files are expected to
        be either C (ANSI or K&R) or C++.

        pmccabe ignores all cpp preprocessor directives - calculating
        the complexity of the appearance of the code rather than the
        complexity after the preprocessor mangles the code.  This is
        especially important since simple things like getchar(3)
        expand into macros which increase complexity.


To generate a diff of this commit:
cvs rdiff -r1.9284 -r1.9285 pkgsrc/doc/CHANGES

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