aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-10-02 21:24:47 +0000
committerStefan Monnier2007-10-02 21:24:47 +0000
commit878f97ffedc5b4fc785beac809c3d4392f531eca (patch)
tree862d3533e412791972f9fd44fa4072d8173ff357 /src/ChangeLog
parent5b2f56dfa64ff88188ece5093589a52542163e46 (diff)
downloademacs-878f97ffedc5b4fc785beac809c3d4392f531eca.tar.gz
emacs-878f97ffedc5b4fc785beac809c3d4392f531eca.zip
* lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
Turn `count' into an integer. * fns.c (make_hash_table, hash_put, hash_remove, hash_clear) (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count): * print.c (print_object) <HASH_TABLE_P>: `count' is an int. * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR. (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
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 @@
12007-10-02 Stefan Monnier <monnier@iro.umontreal.ca> 12007-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)