changes:
-Added the dmalloc_get_stats() function to report on internal
heap statistics
-Added file/line number reporting for the function argument checking
features. WARNING: this requires a recompilation of all code compiled
with -DDMALLOC_FUNC_CHECK
-misc fixes and improvements
changes:
Switched to using mmap as the internal allocation function
Improved the logging of error information about pointers
Added return.h support for ia64 and ARM processors
Added compat and arg_checking of atoi, atol, and memmove
Added backwards compatibility for %d usage in logfile name
Removed force-linear token
-bugfixes
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