From: Ivan Maidanski Date: Tue, 15 Nov 2011 11:54:53 +0000 (+0400) Subject: Update ChangeLog X-Git-Tag: gc7_2~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4110d9743585e7e107295cf03a4383f63c685271;p=gc Update ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 8c7c59d2..9595acc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2011-11-15 Ivan Maidanski + + * pthread_support.c (GC_is_thread_tsd_valid): Check tsd more correctly + using GC_thread and thread_local_freelists declarations; remove FIXME. + * win32_threads.c (GC_is_thread_tsd_valid): Likewise. + +2011-11-15 Ivan Maidanski + + * thread_local_alloc.c (GC_malloc, GC_malloc_atomic): Test result of + GC_getspecific() for NULL in all cases except for USE_COMPILER_TLS and + USE_WIN32_COMPILER_TLS (i.e., no-op implementation of GC_getspecific). + 2011-10-10 Ivan Maidanski (really Linas Vepstas) * include/private/gcconfig.h: Add machine description for Hexagon.