Commit graph

6 commits

Author SHA1 Message Date
pancake ;)
2b7f6aeae5 update to 2.4.0
improved thread and signal support
reduced memory consumption
dozens of bug fixes
2005-05-30 13:45:03 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Roland Illig
905ad5a1e3 Removed trailing white-space. 2005-05-23 10:27:02 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Martti Kuparinen
2f54ec5549 REMOVED 2004-09-28 08:01:43 +00:00
Martti Kuparinen
24157da120 Valgrind is a GPL'd system for debugging and profiling x86-Linux programs.
With the tools that come with Valgrind, you can automatically detect many
memory management and threading bugs, avoiding hours of frustrating
bug-hunting, making your programs more stable. You can also perform detailed
profiling, to speed up and reduce memory use of your programs.

The Valgrind distribution includes five tools: two memory error detectors,
a thread error detector, a cache profiler and a heap profiler. Several other
tools have been built with Valgrind.
2004-09-28 07:26:09 +00:00