aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2004-12-07 21:03:04 +0000
committerJan Djärv2004-12-07 21:03:04 +0000
commitcf435f39ceb1d6c59d314068e02203b6477f1c2a (patch)
tree3e3c677fbaa4518c21b00859886e8b4b0a9e98a8 /src/ChangeLog
parentf415cacdbd53833dff84f8666dcbcb7035fb9320 (diff)
downloademacs-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/ChangeLog6
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 @@
12004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 12004-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
52004-12-07 Stefan <monnier@iro.umontreal.ca> 112004-12-07 Stefan <monnier@iro.umontreal.ca>