Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-04-20 10:58:39 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-04-20 20:53:35 +0300
commit794dfa14eb07c646b2a745d83c8057a5dced4fde (patch)
tree5e3c5108503a7c8ef4280a5b4f969084c7a2dabe /ChangeLog
parent02f010579487aa9e0b51a9c0322bf8edf57a7c95 (diff)
Update ChangeLog file (v7.6 changes only)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
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