Mercurial > emacs
changeset 82309:d004a08e9402
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Tue, 07 Aug 2007 08:56:08 +0000 |
parents | 7856255721ef |
children | b9c61edbe743 |
files | src/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Aug 07 08:55:43 2007 +0000 +++ b/src/ChangeLog Tue Aug 07 08:56:08 2007 +0000 @@ -1,3 +1,16 @@ +2007-08-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> + + * emacs.c (main) + [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]: + Call malloc_enable_thread on interactive startup. + + * gmalloc.c (_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. + 2007-08-06 Chong Yidong <cyd@stupidchicken.com> * xdisp.c (redisplay_window): When restoring original buffer