Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 7DDD963B883 for ; Wed, 15 Dec 2010 13:01:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 509D019D58C; Wed, 15 Dec 2010 13:01:43 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 40B7519D49E for ; Wed, 15 Dec 2010 13:01:39 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 35421175DD; Wed, 15 Dec 2010 13:01:39 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 15 Dec 2010 13:01:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/cppcheck To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20101215130139.35421175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Wed Dec 15 13:01:39 UTC 2010 Modified Files: pkgsrc/devel/cppcheck: Makefile distinfo Log Message: Update to 1.46.1: Release notes for 1.46 This release has improvements and bug fixes. We fixed 153 tickets, and that is a somewhat "usual" number for a Cppcheck release. The report has been improved. New severities were added to make the messages more informational. The possible severities are now: * error * warning * style * performance This has no effect on the command line flags nor the xml report. The command line flags and the xml report is fully compatible with previous versions. These are the new checks that were added: * detect dangerous usage of string::c_str() * warn for unused variable when only doing malloc/free * warn when assert has side effects * warn for mutual exclusion over ||. The condition is always false. Example: 'if (x != 1 || x != 4)' More details about all the fixed tickets can be found here: http://sourceforge.net/apps/trac/cppcheck/milestone/1.46 Release notes for 1.46.1 Fix segmentation fault. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/cppcheck/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/cppcheck/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.