summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-07-14 12:57:57 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-07-14 12:57:57 +0400
commited52fd9621ef832ac56c4c65f5989380e7433ff6 (patch)
treec9b488cbfbf995b5a32ced9519d1401f224d388f /ChangeLog
parent3c47a8d3614a12fa84e29e26ebc94c88468b72bc (diff)
downloadbdwgc-ed52fd9621ef832ac56c4c65f5989380e7433ff6.tar.gz
Update ChangeLog file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f606cea..7b0367ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,9 +4,13 @@
* Add GC_push_all/conditional() to GC public API.
* Add public GC_set/get_abort_func to replace default GC_on_abort.
* Add public setter and getter for GC_push_other_roots.
+* Add thread suspend/resume signals public setters (POSIX threads).
* Call GC_on_abort (with NULL argument) on exit(1).
* Include proper header file in 'tools' for configuration macros.
+* Move GC_get_suspend/thr_restart_signal to misc.c for NaCl and OpenBSD.
* Recognize GC_DONT_GC macro in gc.h (causes GC_INIT to turn off GC).
+* Recognize GC_SIG_SUSPEND and GC_SIG_THR_RESTART tuning macros in gc.h.
+* Replace SIG_SUSPEND/THR_RESTART macros to variables in pthread_stop_world.
* Suppress GCC warnings in test_cpp and cord 'de' app.
* Turn off GC_LOOP_ON_ABORT functionality if GC compiled with NO_DEBUGGING.