diff src/ChangeLog @ 4803:5d120deb60ca

Enable rudimentary support for valgrind, including functions that tell valgrind to do a leak check at runtime. See xemacs-patches message with ID <870180fe1001060942k2b06ef1bn2631c5f226b5e6b2@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 06 Jan 2010 10:44:06 -0700
parents 2fc0e2f18322
children 3be2c7c0ef4b
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jan 06 10:01:14 2010 -0700
+++ b/src/ChangeLog	Wed Jan 06 10:44:06 2010 -0700
@@ -1,3 +1,11 @@
+2010-01-06  Jerry James  <james@xemacs.org>
+
+	* alloc.c: Include valgrind header if USE_VALGRIND.
+	(Fvalgrind_leak_check): New function.
+	(Fvalgrind_quick_leak_check): New function.
+	(syms_of_alloc): Declare the new functions.
+	* config.h.in (USE_VALGRIND): New define.
+
 2010-01-06  Jerry James  <james@xemacs.org>
 
 	* emacs.c: Fix FSF address.