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 12:34:45 +0300
commit063e05ddb2013625c91397623b507f975d6a3f6d (patch)
tree2a64ccad3b6b188b2f464c16d4ff63a6bf53b957
parent087bfef68713229bd751d15534fa99de6a2994d7 (diff)
downloadlibatomic_ops-063e05ddb2013625c91397623b507f975d6a3f6d.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 ae109d1..00a89ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,10 +29,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 ==