diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index be974e36d50..a30815d2bd8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end. | ||
| 4 | Turn `count' into an integer. | ||
| 5 | * fns.c (make_hash_table, hash_put, hash_remove, hash_clear) | ||
| 6 | (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count): | ||
| 7 | * print.c (print_object) <HASH_TABLE_P>: `count' is an int. | ||
| 8 | * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR. | ||
| 9 | (mark_object) <HASH_TABLE_P>: Use mark_vectorlike. | ||
| 10 | |||
| 3 | * alloc.c (allocate_pseudovector): New fun. | 11 | * alloc.c (allocate_pseudovector): New fun. |
| 4 | (ALLOCATE_PSEUDOVECTOR): New macro. | 12 | (ALLOCATE_PSEUDOVECTOR): New macro. |
| 5 | (allocate_window, allocate_terminal, allocate_frame) | 13 | (allocate_window, allocate_terminal, allocate_frame) |