comparison src/ChangeLog @ 5042:f395ee7ad844

Fix some compile warnings, make vdb test code conditional on DEBUG_XEMACS -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-15 Ben Wing <ben@xemacs.org> * mc-alloc.c: * mc-alloc.c (mc_realloc_1): * mc-alloc.c (set_dirty_bit): * mc-alloc.c (set_dirty_bit_for_address): * mc-alloc.c (get_dirty_bit): * mc-alloc.c (get_dirty_bit_for_address): * mc-alloc.c (set_protection_bit): * mc-alloc.c (set_protection_bit_for_address): * mc-alloc.c (get_protection_bit): * mc-alloc.c (get_protection_bit_for_address): * mc-alloc.c (get_page_start): * vdb-win32.c (win32_fault_handler): * vdb.c: Fix some compile warnings, make vdb test code conditional on DEBUG_XEMACS.
author Ben Wing <ben@xemacs.org>
date Mon, 15 Feb 2010 21:52:39 -0600
parents efaa6cd845e5
children d0c14ea98592
comparison
equal deleted inserted replaced
5041:efaa6cd845e5 5042:f395ee7ad844
1 2010-02-15 Ben Wing <ben@xemacs.org>
2
3 * mc-alloc.c:
4 * mc-alloc.c (mc_realloc_1):
5 * mc-alloc.c (set_dirty_bit):
6 * mc-alloc.c (set_dirty_bit_for_address):
7 * mc-alloc.c (get_dirty_bit):
8 * mc-alloc.c (get_dirty_bit_for_address):
9 * mc-alloc.c (set_protection_bit):
10 * mc-alloc.c (set_protection_bit_for_address):
11 * mc-alloc.c (get_protection_bit):
12 * mc-alloc.c (get_protection_bit_for_address):
13 * mc-alloc.c (get_page_start):
14 * vdb-win32.c (win32_fault_handler):
15 * vdb.c:
16 Fix some compile warnings, make vdb test code conditional on
17 DEBUG_XEMACS.
18
1 2010-02-15 Ben Wing <ben@xemacs.org> 19 2010-02-15 Ben Wing <ben@xemacs.org>
2 20
3 * regex.c: 21 * regex.c:
4 * regex.c (DEBUG_FAIL_PRINT1): 22 * regex.c (DEBUG_FAIL_PRINT1):
5 * regex.c (PUSH_FAILURE_POINT): 23 * regex.c (PUSH_FAILURE_POINT):