From: Ivan Maidanski Date: Fri, 20 Apr 2018 07:58:39 +0000 (+0300) Subject: Update ChangeLog file (v7.6 changes only) X-Git-Tag: v8.0.0~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=794dfa14eb07c646b2a745d83c8057a5dced4fde;p=gc Update ChangeLog file (v7.6 changes only) --- diff --git a/ChangeLog b/ChangeLog index 0d885ec8..47b9f59a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -136,8 +136,16 @@ Also, includes 7.6.6 changes. == [7.6.6] (not released yet) == +* Eliminate 'boolean result used in bitwise operation' cppcheck warning +* Eliminate 'there is pointer arithmetic with NULL' cppcheck warning +* Explicitly unblock GC signals on GC initialization +* Fix 'scope of var can be reduced' cppcheck err in enqueue_all_finalizers * Fix 'undefined reference to __builtin_unwind_init' linker error (ArmCC) +* Fix unbounded heap growth in case of intensive disappearing links usage +* Support Haiku/amd64 and Haiku/x86 hosts +* Support threads for DragonFly in configure * Workaround 'address of auto-variable returned' cppcheck error +* Workaround gctest hang on kFreeBSD (if thread-local allocations are on) Also, includes 7.4.12 changes @@ -350,6 +358,7 @@ Also, includes 7.4.12 changes * Workaround 'variable reassigned before old value used' cppcheck warnings * Workaround 'waiting while holding lock' code defect in stop_world (Unix) * Workaround false 'uninitialized var use' code defect (initsecondarythread) + Also, includes 7.4.6 changes @@ -460,6 +469,7 @@ Also, includes 7.4.6 changes * Workaround 'sa_sigaction member missing' compiler error (Android/x32) * Workaround 'unresolved __tls_get_addr' error for Android NDK Clang * Workaround a bug in winpthreads causing parallel marks deadlock (MinGW) + Also, includes 7.4.4 changes