diff options
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). |