# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1182828497 0 # Node ID bd1a205d2b3b83e7e3e8450aaec566c347eb65ce # Parent 059caeb1f502012a8e416b7e3de4d5d751bca1f5 *** empty log message *** diff -r 059caeb1f502 -r bd1a205d2b3b src/ChangeLog --- a/src/ChangeLog Tue Jun 26 03:28:07 2007 +0000 +++ b/src/ChangeLog Tue Jun 26 03:28:17 2007 +0000 @@ -1,3 +1,21 @@ +2007-06-26 YAMAMOTO Mitsuharu + + * gmalloc.c [HAVE_GTK_AND_PTHREAD]: Check this after including config.h. + (_aligned_blocks_mutex) [USE_PTHREAD]: New variable. + (LOCK_ALIGNED_BLOCKS, UNLOCK_ALIGNED_BLOCKS): New macros. + (_free_internal, memalign): Use them. + (_malloc_mutex, _aligned_blocks_mutex) [USE_PTHREAD]: + Initialize to PTHREAD_MUTEX_INITIALIZER. + (malloc_initialize_1) [USE_PTHREAD]: Don't use recursive mutex. + (morecore_nolock): Rename from morecore. All uses changed. + Use only nolock versions of internal allocation functions. + (_malloc_internal_nolock, _realloc_internal_nolock) + (_free_internal_nolock): New functions created from + _malloc_internal, _realloc_internal, and _free_internal. + (_malloc_internal, _realloc_internal, _free_internal): Use them. + Copy hook value to automatic variable before its use. + (memalign): Copy hook value to automatic variable before its use. + 2007-06-26 Kenichi Handa * coding.c (Ffind_operation_coding_system): Docstring improved.