diff options
| author | Paul Eggert | 2012-04-22 00:41:30 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-22 00:41:30 -0700 |
| commit | 52828e02c36f599bfe75a527fecc16ace3fb6323 (patch) | |
| tree | 5653261845893d33bd26fb3cd6e5fc0f0b321099 /src/ChangeLog | |
| parent | 4b5b5289577b4cc89ee45595832f943ef9a43de6 (diff) | |
| download | emacs-52828e02c36f599bfe75a527fecc16ace3fb6323.tar.gz emacs-52828e02c36f599bfe75a527fecc16ace3fb6323.zip | |
* alloc.c: Handle unusual debugging option combinations.
(GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK,
since the two debugging options are incompatible.
(GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS
is defined.
(mem_init, mem_insert, mem_insert_fixup):
Define if GC_MARK_STACK || GC_MALLOC_CHECK.
(NEED_MEM_INSERT): Remove; no longer needed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a5777058d9c..fb7498b6298 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-04-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * alloc.c: Handle unusual debugging option combinations. | ||
| 4 | (GC_CHECK_MARKED_OBJECTS): Undef if ! GC_MARK_STACK, | ||
| 5 | since the two debugging options are incompatible. | ||
| 6 | (GC_MALLOC_CHECK): Similarly, undef if GC_CHECK_MARKED_OBJECTS | ||
| 7 | is defined. | ||
| 8 | (mem_init, mem_insert, mem_insert_fixup): | ||
| 9 | Define if GC_MARK_STACK || GC_MALLOC_CHECK. | ||
| 10 | (NEED_MEM_INSERT): Remove; no longer needed. | ||
| 11 | |||
| 1 | 2012-04-22 Leo Liu <sdl.web@gmail.com> | 12 | 2012-04-22 Leo Liu <sdl.web@gmail.com> |
| 2 | 13 | ||
| 3 | * sysdep.c (list_system_processes): Support Darwin (Bug#5725). | 14 | * sysdep.c (list_system_processes): Support Darwin (Bug#5725). |