summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2013-11-16 14:39:23 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-11-16 14:39:23 +0400
commit6d09ad11189adb9edf87b02094590ad6b6f0db29 (patch)
treecdf36eed5e88f269947bd31d9f314a3e8e63a6e8
parent7c8a3f11268ef813dfcb2932a0fb5a7c872c15ac (diff)
downloadbdwgc-6d09ad11189adb9edf87b02094590ad6b6f0db29.tar.gz
Update ChangeLog file
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7db35b67..5e9dfd71 100644
--- 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.
@@ -132,6 +133,7 @@
* 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+.
@@ -239,7 +241,7 @@
* 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.