comparison src/ChangeLog @ 78517:17b8414df73d

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Thu, 09 Aug 2007 03:08:25 +0000
parents f3583f35fc6a
children 30f73a22d4ce
comparison
equal deleted inserted replaced
78516:a08858da19bd 78517:17b8414df73d
1 2007-08-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * gmalloc.c (posix_memalign): New function.
4
1 2007-08-08 Glenn Morris <rgm@gnu.org> 5 2007-08-08 Glenn Morris <rgm@gnu.org>
2 6
3 * Replace `iff' in doc-strings and comments. 7 * Replace `iff' in doc-strings and comments.
4 8
5 2007-08-07 Chong Yidong <cyd@stupidchicken.com> 9 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
29 * emacs.c (main) 33 * emacs.c (main)
30 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]: 34 [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
31 Call malloc_enable_thread on interactive startup. 35 Call malloc_enable_thread on interactive startup.
32 36
33 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable. 37 * gmalloc.c (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
34 [USE_PTHREAD] (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS) 38 (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS)
35 (UNLOCK_ALIGNED_BLOCKS): Conditionalize with it. 39 [USE_PTHREAD]: Conditionalize with it.
36 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent) 40 (malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
37 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]: 41 (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
38 New functions. 42 New functions.
39 43
40 2007-08-06 Chong Yidong <cyd@stupidchicken.com> 44 2007-08-06 Chong Yidong <cyd@stupidchicken.com>