summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-08-25 08:10:54 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-08-25 11:12:39 +0300
commitf2e99f83e7ba6b1f069f9edce5579875fadeb754 (patch)
tree8f2aded0409c0c27ca4661176967bd9eb69aa97c
parent796f4cc304ce8d6690fed10406e5fb33be6f0d2b (diff)
downloadlibatomic_ops-f2e99f83e7ba6b1f069f9edce5579875fadeb754.tar.gz
Update ChangeLog file (v7.6 changes)
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59e86b6..04cd150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,20 @@
== [7.6.14] (not released yet) ==
* Add note to README that AO malloc code has same license as AO stack
+* Adjust/reformat content of LICENSING.txt
+* Avoid AO_stack_t to cross CPU cache line boundary
* Do not assume 'ordered except earlier write' for UWP/arm64
* Do not name GCC intrinsics as C11 ones in ChangeLog and configure
+* Eliminate '-pedantic is not option that controls warnings' GCC-6.3 message
+* Ensure result of AO_test_and_set is always AO_TS_CLEAR or AO_TS_SET
* Fix 'AO_malloc redefinition' MS VC warning caused by attributes mismatch
+* Fix 'use of undeclared SIG_BLOCK' Clang error if -std=c89 on Cygwin
+* Fix AO_compare_and_swap_full asm code for clang on sparc
+* Fix a typo in comment of AO_stack_push_explicit_aux_release
+* Fix code indentation in main() of test_stack.c
* Refine AO_UNIPROCESSOR macro description in configure
+* Remove outdated comment about unsupported Win64 in atomic_ops_stack.h
+* Repeat black list check on CAS fail in stack_push_explicit_aux_release
== [7.6.12] 2021-09-13 ==