|
From: <sv...@va...> - 2014-12-14 15:25:39
|
Author: florian
Date: Sun Dec 14 15:25:31 2014
New Revision: 499
Log:
Remove the "Printing floating point values" project.
valgrind r14806 does this.
Modified:
trunk/help/projects.html
Modified: trunk/help/projects.html
==============================================================================
--- trunk/help/projects.html (original)
+++ trunk/help/projects.html Sun Dec 14 15:25:31 2014
@@ -190,17 +190,6 @@
can profile Valgrind tools.)</p>
-<h3>Printing floating point values</h3>
-<p>Valgrind's VG_(printf)() function (in coregrind/m_debuglog.c) does
-not support the %f qualifier for printing floating point numbers. In
-several places (eg. in VG_(percentify)() in coregrind/m_libcprint.c) the
-code prints floating point numbers in an ad hoc way. Support for the %f
-qualifier would simplify things. The support probably wouldn't need to
-worry about a lot of the obscure corner cases (eg. NaNs, infinities,
-denormals) that complicate all things related to floating point
-numbers. (Added August 27, 2005)</p>
-
-
<h3>Supporting custom allocators</h3>
<p>Valgrind has two client requests, VALGRIND_MALLOCLIKE_BLOCK and
VALGRIND_FREELIKE_BLOCK that are intended to support custom allocators.
|