diff options
| author | Jan Djärv | 2004-12-07 21:03:04 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-12-07 21:03:04 +0000 |
| commit | cf435f39ceb1d6c59d314068e02203b6477f1c2a (patch) | |
| tree | 3e3c677fbaa4518c21b00859886e8b4b0a9e98a8 /src/ChangeLog | |
| parent | f415cacdbd53833dff84f8666dcbcb7035fb9320 (diff) | |
| download | emacs-cf435f39ceb1d6c59d314068e02203b6477f1c2a.tar.gz emacs-cf435f39ceb1d6c59d314068e02203b6477f1c2a.zip | |
* emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around
reset_malloc_hooks.
* keyboard.c (handle_async_input, input_available_signal): Add
! defined (SYSTEM_MALLOC) around thread code.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6b3a832e840..28030aef0e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 1 | 2004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * emacs.c (Fdump_emacs): Add ! defined (SYSTEM_MALLOC) around | ||
| 4 | reset_malloc_hooks. | ||
| 5 | |||
| 6 | * keyboard.c (handle_async_input, input_available_signal): Add | ||
| 7 | ! defined (SYSTEM_MALLOC) around thread code. | ||
| 8 | |||
| 3 | * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC. | 9 | * alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC. |
| 4 | 10 | ||
| 5 | 2004-12-07 Stefan <monnier@iro.umontreal.ca> | 11 | 2004-12-07 Stefan <monnier@iro.umontreal.ca> |