]> granicus.if.org Git - gc/commitdiff
Update ChangeLog file (v7.6 changes only)
authorIvan Maidanski <ivmai@mail.ru>
Fri, 20 Apr 2018 07:58:39 +0000 (10:58 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 20 Apr 2018 17:53:35 +0000 (20:53 +0300)
ChangeLog

index 0d885ec8ed0fc5a904275beee01cf1b052e8521b..47b9f59a906a0b85299af5f5b00de0af4f035828 100644 (file)
--- 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