From 7f158cc58d63662044311c84743207af390917b7 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 24 Aug 2022 22:09:33 +0300 Subject: Update ChangeLog file (v7.2 - v7.4 changes only) --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index c3d36a2..12baaa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -211,11 +211,14 @@ Also, includes 7.4.6 changes == [7.4.18] (not released yet) == +* Avoid AO_stack_t to cross CPU cache line boundary * Do not assume 'ordered except earlier write' for UWP/arm64 +* Ensure result of AO_test_and_set is always AO_TS_CLEAR or AO_TS_SET * Fix 'use of undeclared SIG_BLOCK' Clang error if -std=c89 on Cygwin * Fix a typo in comment of AO_stack_push_explicit_aux_release * Fix code indentation in main of test_stack.c * 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.4.16] 2021-09-13 == @@ -445,9 +448,11 @@ Also, includes 7.2 changes == [7.2k] (not released yet) == +* Avoid AO_stack_t to cross CPU cache line boundary * Fix a typo in comment of AO_stack_push_explicit_aux_release * Fix code indentation in main of test_stack.c * 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.2j] 2021-09-12 == -- cgit v1.2.1