diff options
| author | Stefan Monnier | 2007-09-29 20:19:41 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-09-29 20:19:41 +0000 |
| commit | 9c545a55349f4edc19da0fa54e1e3f822ce04b61 (patch) | |
| tree | 9abceeaad52af3ab04765b1430e282919bc94c25 /src/ChangeLog | |
| parent | dafc79fa1bc62a089e613b5f9753df3789bdfce2 (diff) | |
| download | emacs-9c545a55349f4edc19da0fa54e1e3f822ce04b61.tar.gz emacs-9c545a55349f4edc19da0fa54e1e3f822ce04b61.zip | |
(enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
(allocate_vectorlike): Remove type argument. Adjust callers.
(live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
Only handle the one remaining MEM_TYPE_VECTORLIKE.
(mark_terminal): Remove left-over declaration.
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) |