comparison 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
comparison
equal deleted inserted replaced
4802:2fc0e2f18322 4803:5d120deb60ca
1 2010-01-06 Jerry James <james@xemacs.org>
2
3 * alloc.c: Include valgrind header if USE_VALGRIND.
4 (Fvalgrind_leak_check): New function.
5 (Fvalgrind_quick_leak_check): New function.
6 (syms_of_alloc): Declare the new functions.
7 * config.h.in (USE_VALGRIND): New define.
8
1 2010-01-06 Jerry James <james@xemacs.org> 9 2010-01-06 Jerry James <james@xemacs.org>
2 10
3 * emacs.c: Fix FSF address. 11 * emacs.c: Fix FSF address.
4 (main_1): Call reinit_vars_of_number. 12 (main_1): Call reinit_vars_of_number.
5 * number-gmp.c: Fix FSF address. 13 * number-gmp.c: Fix FSF address.