File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2
2
== [7.6.14] (not released yet) ==
3
3
4
4
* 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
5
7
* Do not assume 'ordered except earlier write' for UWP/arm64
6
8
* 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
7
11
* 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
8
16
* 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
9
19
10
20
11
21
== [7.6.12] 2021-09-13 ==
You can’t perform that action at this time.
0 commit comments