summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-01-23 21:26:29 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-01-23 21:26:29 +0400
commitc43273e9d93e49ef35a4b45bf4ddf668ed2c2ddf (patch)
tree4dba49965ae377100147f7c592a0ba46cca64685 /ChangeLog
parent0df7e6cc1114cb378f51a7324bedbb08b9c8dd42 (diff)
downloadbdwgc-c43273e9d93e49ef35a4b45bf4ddf668ed2c2ddf.tar.gz
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9258228f..a02c1270 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,7 @@
* Define GC_READ_ENV_FILE in configure for WinCE unless gc-debug is off.
* Do not compile pthread_stop_world.c for Cygwin/Darwin (configure).
* Do not install ancient new_gc_alloc.h broken for modern STL (configure).
+* Enable parallel mark by default in configure (Darwin/Linux/Solaris/Win32).
* Export GC_is_marked, GC_clear/set_mark_bit (for mark-bit manipulation).
* Extend thread-related debug messages.
* Fix compiler warning in cordtest.
@@ -41,6 +42,7 @@
* Remove unused ancient SILENT, __STDC__, NO_SIGNALS macros.
* Replace ARGSUSED comment-based annotation with GCC 'unused' attribute.
* Replace printf PRIxMAX specifier with '%p' for thread id debug output.
+* Split GC_abort with GC_on_abort and abort() invoked from ABORT.
* Turn on "extra" GCC warnings.
* Turn on unused-parameter checking for GCC.
* Update AUTHORS file.