aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2004-12-07 21:03:04 +0000
committerJan Djärv <[email protected]>2004-12-07 21:03:04 +0000
commitcf435f39ceb1d6c59d314068e02203b6477f1c2a (patch)
tree3e3c677fbaa4518c21b00859886e8b4b0a9e98a8 /src/ChangeLog
parentf415cacdbd53833dff84f8666dcbcb7035fb9320 (diff)
* 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 6b3a832e84..28030aef0e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2004-12-07 Jan Dj,Ad(Brv <[email protected]>
+ * 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.
+
* alloc.c: Add comment about the reason for (UN)BLOCK_INPUT_ALLOC.
2004-12-07 Stefan <[email protected]>