Subject: CVS commit: pkgsrc/devel/dmalloc
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 07/15/2003 12:56:38
Module Name:	pkgsrc
Committed By:	drochner
Date:		Tue Jul 15 12:56:37 UTC 2003

Modified Files:
	pkgsrc/devel/dmalloc: Makefile PLIST buildlink2.mk distinfo
Added Files:
	pkgsrc/devel/dmalloc/patches: patch-aa

Log Message:
update to 5.2.1
most notable changes:
        * Added -M --memory-limit argument to dmalloc to limit allocations.
        * Due to public pressure, I've made free(0L) not an error by default.
	-some new format specifiers for logfile expansion
	-bugfixes
pkgsrc:
	-build and install thread support (not tested with GNU pth so far)
	-arrgh - need a patch so that libraries are not stripped on install


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/dmalloc/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/dmalloc/PLIST
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/dmalloc/buildlink2.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/dmalloc/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/dmalloc/patches/patch-aa

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