diff options
| author | Stefan Monnier | 2007-07-11 15:26:31 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-07-11 15:26:31 +0000 |
| commit | 5bb7dfee821bc910d9848085b2ab6b78c70330f6 (patch) | |
| tree | fc7550144c3d5eef56dbac6cf915bd527922cfc5 /src/ChangeLog | |
| parent | 8991fa8fd3a215489a4e41182c35fd4a228f0f7a (diff) | |
| download | emacs-5bb7dfee821bc910d9848085b2ab6b78c70330f6.tar.gz emacs-5bb7dfee821bc910d9848085b2ab6b78c70330f6.zip | |
* lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.
* fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned
from a Lisp_Object into a bare pointer.
(make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns):
Adjust the code correspondingly.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ed9053e851a..df9ae72e2b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer. | ||
| 4 | * fns.c (weak_hash_tables): Rename from Vweak_hash_tables and turned | ||
| 5 | from a Lisp_Object into a bare pointer. | ||
| 6 | (make_hash_table, copy_hash_table, sweep_weak_hash_tables, init_fns): | ||
| 7 | Adjust the code correspondingly. | ||
| 8 | |||
| 9 | * alloc.c (emacs_blocked_free): Remove unused var `bytes_used_now'. | ||
| 10 | |||
| 11 | * term.c: Include unistd.h for ttyname, used in handle_one_term_event. | ||
| 12 | (term_show_mouse_face): Remove unused var `j'. | ||
| 13 | (handle_one_term_event): Remove unused vars `i' and `j'. | ||
| 14 | Don't cast return value of ttyname since it's not necessary. | ||
| 15 | |||
| 1 | 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 17 | ||
| 3 | * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using | 18 | * alloc.c (mark_maybe_pointer): Enforce mult-of-8 alignment when using |