aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-08-07 08:56:08 +0000
committerYAMAMOTO Mitsuharu2007-08-07 08:56:08 +0000
commit3ceeb306d2d5843f7277a51c5425386d64678e31 (patch)
tree53ff56524362a2a40b4f5be2fe098d1abd2cd183 /src/ChangeLog
parent5467331d9c585bbf2e68dcfef9041d4f4554d39d (diff)
downloademacs-3ceeb306d2d5843f7277a51c5425386d64678e31.tar.gz
emacs-3ceeb306d2d5843f7277a51c5425386d64678e31.zip
(_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
[USE_PTHREAD] (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS) (UNLOCK_ALIGNED_BLOCKS): Conditionalize with it. (malloc_atfork_handler_prepare, malloc_atfork_handler_parent) (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]: New functions.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6c9a92413ef..c2bb18b6575 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * emacs.c (main)
4 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
5 Call malloc_enable_thread on interactive startup.
6
7 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
8 [USE_PTHREAD] (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS)
9 (UNLOCK_ALIGNED_BLOCKS): Conditionalize with it.
10 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
11 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
12 New functions.
13
12007-08-06 Chong Yidong <cyd@stupidchicken.com> 142007-08-06 Chong Yidong <cyd@stupidchicken.com>
2 15
3 * xdisp.c (redisplay_window): When restoring original buffer 16 * xdisp.c (redisplay_window): When restoring original buffer