aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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 bfc4c3ac5f0..8d9793287bd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12007-06-29 Stefan Monnier <monnier@iro.umontreal.ca> 12007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change
4 its type.
5 (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
6 Update to the new type of weak_hash_tables and next_weak.
7
8 * lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
9 a plain C pointer to Lisp_Hash_Table.
10
3 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP) 11 * lisp.h (XGCTYPE, GC_HASH_TABLE_P, GC_NILP, GC_NUMBERP, GC_NATNUMP)
4 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP) 12 (GC_INTEGERP, GC_SYMBOLP, GC_MISCP, GC_VECTORLIKEP, GC_STRINGP)
5 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP) 13 (GC_CONSP, GC_FLOATP, GC_VECTORP, GC_OVERLAYP, GC_MARKERP)