aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dmalloc
Commit message (Collapse)AuthorAgeFilesLines
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-1/+1
|
* Add dmalloc 4.8.1, a version of the malloc(3) library that provideswill2000-12-265-0/+77
powerful debugging facilities at runtime. Required for a forthcoming port. PR: 23792 Submitted by: Jeremy Shaffner <jeremy@external.org>