summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2012-09-09 13:26:33 +0400
committerIvan Maidanski <ivmai@mail.ru>2012-09-09 13:26:33 +0400
commitd5727bdef23d941f8dbc45ad1fbe444309c8f6cf (patch)
tree65b8a82e9368131fcb9527d7b2d81da9f897889f /ChangeLog
parent347e5ff7cae8f4d27e6a3b0f4ab7fc84854b29bb (diff)
downloadbdwgc-d5727bdef23d941f8dbc45ad1fbe444309c8f6cf.tar.gz
Update ChangeLog file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da68f022..ad749e00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
* Disable find-leak GC_gcollect on GC abnormal EXIT.
* Elaborate comment on dependencies in autogen.sh.
* Eliminate 'missing exception specification' warning in gc_cpp.cc (Clang).
+* Eliminate Clang warning for GC_pthread_exit attribute.
* Eliminate GCC warning in GC_get_main_stack_base (OpenBSD).
* Eliminate GCC warnings in setjmp_t.c, test_cpp and cord 'de' app.
* Include "config.h" instead of "private/config.h" on HAVE_CONFIG_H.
@@ -22,6 +23,7 @@
* 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.
* Replace sprintf with defensive snprintf.
+* Replace var-args GC_noop with GC_noop6 (to eliminate Clang warning).
* Turn off GC_LOOP_ON_ABORT functionality if GC compiled with NO_DEBUGGING.
* Use memcpy (BCOPY) instead of strcpy (to suppress GCC warning).