diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9b19ce7b96a..58e82c27dc7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | * alloc.c (mark_buffer): Simplify. Remove prototype. | 10 | * alloc.c (mark_buffer): Simplify. Remove prototype. |
| 11 | (mark_object): Add comment. Reorganize marking of vector-like | 11 | (mark_object): Add comment. Reorganize marking of vector-like |
| 12 | objects. Use CHECK_LIVE for all vector-like ojects except buffers | 12 | objects. Use CHECK_LIVE for all vector-like objects except buffers |
| 13 | and subroutines when GC_CHECK_MARKED_OBJECTS is defined. Avoid | 13 | and subroutines when GC_CHECK_MARKED_OBJECTS is defined. Avoid |
| 14 | redundant calls to mark_vectorlike for bool vectors. | 14 | redundant calls to mark_vectorlike for bool vectors. |
| 15 | 15 | ||