# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1186628905 0 # Node ID 17b8414df73d9094e0e2c0ba2abe55a5289d537e # Parent a08858da19bd260fd49bd8de55b4e18084edde4c *** empty log message *** diff -r a08858da19bd -r 17b8414df73d src/ChangeLog --- a/src/ChangeLog Thu Aug 09 03:08:01 2007 +0000 +++ b/src/ChangeLog Thu Aug 09 03:08:25 2007 +0000 @@ -1,3 +1,7 @@ +2007-08-09 YAMAMOTO Mitsuharu + + * gmalloc.c (posix_memalign): New function. + 2007-08-08 Glenn Morris * Replace `iff' in doc-strings and comments. @@ -31,8 +35,8 @@ 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. + (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS) + [USE_PTHREAD]: Conditionalize with it. (malloc_atfork_handler_prepare, malloc_atfork_handler_parent) (malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]: New functions.