Skip to content

Commit f2e99f8

Browse files
committed
Update ChangeLog file (v7.6 changes)
1 parent 796f4cc commit f2e99f8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22
== [7.6.14] (not released yet) ==
33

44
* Add note to README that AO malloc code has same license as AO stack
5+
* Adjust/reformat content of LICENSING.txt
6+
* Avoid AO_stack_t to cross CPU cache line boundary
57
* Do not assume 'ordered except earlier write' for UWP/arm64
68
* Do not name GCC intrinsics as C11 ones in ChangeLog and configure
9+
* Eliminate '-pedantic is not option that controls warnings' GCC-6.3 message
10+
* Ensure result of AO_test_and_set is always AO_TS_CLEAR or AO_TS_SET
711
* Fix 'AO_malloc redefinition' MS VC warning caused by attributes mismatch
12+
* Fix 'use of undeclared SIG_BLOCK' Clang error if -std=c89 on Cygwin
13+
* Fix AO_compare_and_swap_full asm code for clang on sparc
14+
* Fix a typo in comment of AO_stack_push_explicit_aux_release
15+
* Fix code indentation in main() of test_stack.c
816
* Refine AO_UNIPROCESSOR macro description in configure
17+
* Remove outdated comment about unsupported Win64 in atomic_ops_stack.h
18+
* Repeat black list check on CAS fail in stack_push_explicit_aux_release
919

1020

1121
== [7.6.12] 2021-09-13 ==

0 commit comments

Comments
 (0)