diff options
| author | Stefan Monnier | 2007-06-29 03:48:22 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-06-29 03:48:22 +0000 |
| commit | 6c661ec965ca0f1c9cf2b7e33ebe85eabef2e6fb (patch) | |
| tree | 647ee14d8e5675af3f8cff86cefdb387c6973ecc /src/ChangeLog | |
| parent | 2706ceb633bedd382772741c0b73baef116d8eda (diff) | |
| download | emacs-6c661ec965ca0f1c9cf2b7e33ebe85eabef2e6fb.tar.gz emacs-6c661ec965ca0f1c9cf2b7e33ebe85eabef2e6fb.zip | |
* fns.c (weak_hash_tables): Rename from Vweak_hash_tables and change its type.
(make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
Update to the new type of weak_hash_tables and next_weak.
* lisp.h (struct Lisp_Hash_Table): Change next_weak from Lisp_Object to
a plain C pointer to Lisp_Hash_Table.
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 bfc4c3ac5f0..8d9793287bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-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) |