]> 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 07:58:39 +0000 (10:58 +0300)
ChangeLog

index 9ca5bd80f8fdbdbb96077a466535cab772d3de9c..a8e602bed3dc4b12e166b25069f05a11c94eb68b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,16 @@
 
 == [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
 
@@ -215,6 +223,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
 
 
@@ -325,6 +334,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