diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 33d82ad9b6c..0d6fadaefec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-09-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * alloc.c (mark_terminal): Remove left-over declaration. | ||
| 4 | (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE. | ||
| 5 | (allocate_vectorlike): Remove type argument. Adjust callers. | ||
| 6 | (live_vector_p, mark_maybe_pointer, valid_lisp_object_p): | ||
| 7 | Only handle the one remaining MEM_TYPE_VECTORLIKE. | ||
| 8 | |||
| 3 | * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros | 9 | * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros |
| 4 | to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used. | 10 | to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used. |
| 5 | (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc) | 11 | (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc) |