Subject: CVS commit: pkgsrc/cad/covered-current
To: None <pkgsrc-changes@NetBSD.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 11/27/2004 17:52:09
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Sat Nov 27 17:52:09 UTC 2004

Modified Files:
	pkgsrc/cad/covered-current: Makefile PLIST distinfo
Added Files:
	pkgsrc/cad/covered-current/patches: patch-aa patch-ab patch-ac

Log Message:
update to covered-current-20040325.

This release contains lots of bug fixes and also contains the
initial version of the Covered report viewing GUI (line coverage only).  The following is a
description of the changes made since the last development release.

  - Ran C linting tool on all Covered source code and updated code based on linting errors/
    warnings.
  - Modified debug output to show file and line number of code that called the outputting
    function (easier to debug problems and useful in error regression testing).
  - Started initial error testing in regressions.
  - Several bug fixes made to remove segmentation faults and assertion errors in the new
    report generation functions.
  - Initial version of Covered report viewing GUI added.  This version displays line coverage
    only at the moment.
  - Fixed bug in score command for statement removal (was resulting in memory errors that led
    to segmentation faults).
  - Fixed bug in report command that output bad verbose information when -c option was used.
  - Added new diagnostics to regression testsuite to reproduce situations where original
    segmentation faults were found to occur.
  - Development documentation updates.  No user documentation updates are released at this
    time (other than information provided using the -h global option to Covered).


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/cad/covered-current/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/cad/covered-current/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/cad/covered-current/distinfo
cvs rdiff -r0 -r1.3 pkgsrc/cad/covered-current/patches/patch-aa \
    pkgsrc/cad/covered-current/patches/patch-ab \
    pkgsrc/cad/covered-current/patches/patch-ac

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