]> granicus.if.org Git - gc/commitdiff
Update ChangeLog file
authorIvan Maidanski <ivmai@mail.ru>
Sat, 16 Nov 2013 10:39:23 +0000 (14:39 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 16 Nov 2013 10:39:23 +0000 (14:39 +0400)
ChangeLog

index 7db35b673377cc505bbb85ed600526ad4a6405b2..5e9dfd71d2da324b5224f374964c063789b6a8f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -66,6 +66,7 @@
 * Eliminate warning and simplify expression in GC_init_explicit_typing.
 * Enable 'force GC at every GC_malloc' debug-related functionality.
 * Enable on-demand debug logging in GC_FindTopOfStack (Darwin).
+* Enable prefetch operations by default (GCC 3.0+).
 * Enable staticrootstest for the case of GC shared library build.
 * Enable thread-local allocation support for Clang on Cygwin.
 * Explicitly specify that Darwin, Linux and Solaris platforms have dladdr.
 * Specify GC_malloc result is unused in some tests.
 * Specify GC_pthread_join result is unused in threadkey_test.
 * Specify LT_INIT in configure.ac.
+* Start of port to QNX.
 * Support rthreads introduced in OpenBSD 5.2+.
 * Suppress 'GC_dont_gc deprecated' warning in gc.h if GC_DONT_GC.
 * Tag GC malloc routines with alloc_size attribute for Clang 3.2+.
 * Use union of AO_t and word to favor strict-aliasing compiler optimization.
 
 
-== [7.2e] (candidate) ==
+== [7.2e] 2013-11-10 ==
 
 * Add weak attribute to avoid __data_start undefined messages (s390x).
 * Add weak stubs for pthread_cancel API.