XML output. (Ashley Pittman).
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10882
VG_(details_name) ("exp-ptrcheck");
VG_(details_version) (NULL);
- VG_(details_description) ("a heap, stack & global array "
+ VG_(details_description) ("a heap, stack and global array "
"overrun detector");
VG_(details_copyright_author)(
"Copyright (C) 2003-2009, and GNU GPL'd, by OpenWorks Ltd et al.");
# Remove preambly stuff; also postambly stuff
sed \
--e "/^exp-ptrcheck, a heap, stack & global array overrun detector$/d" \
+-e "/^exp-ptrcheck, a heap, stack and global array overrun detector$/d" \
-e "/^NOTE: This is an Experimental-Class Valgrind Tool$/d" \
-e "/^Copyright (C) 2003-200., and GNU GPL'd, by OpenWorks Ltd et al.$/d" \
-e "/^For counts of detected and suppressed errors, rerun with: -v$/d" |