Skip to content

Commit acdc2bc

Browse files
committed
Update ChangeLog
1 parent 05b99ab commit acdc2bc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

ChangeLog

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2023-10-24 Ivan Maidanski <[email protected]>
2+
3+
* src/atomic_ops_stack.h [!AO_HAVE_compare_double_and_swap_double]:
4+
Check AO_HAVE_compare_and_swap_double macro instead of mistyped
5+
AO_HAVE_compare_double_and_swap one.
6+
7+
2023-10-20 Ivan Maidanski <[email protected]>
8+
9+
* src/atomic_ops_malloc.c (get_chunk): If my_chunk_ptr is less than
10+
(or equal to) AO_initial_heap, then also call get_mmaped.
11+
12+
2023-10-19 Ivan Maidanski <[email protected]>
13+
14+
* src/atomic_ops_malloc.c: Fix mistyped name ("ALIGNMENT") in comment.
15+
16+
2023-10-16 Ivan Maidanski <[email protected]>
17+
18+
* src/atomic_ops_stack.c: Fix typo ("AO_USE_ALMOST_LOCK_FREE") in
19+
comments (add missing AO_ prefix).
20+
21+
2023-10-16 Ivan Maidanski <[email protected]>
22+
23+
* src/atomic_ops_stack.h: Fix a typo ("AO_N_BITS") in comment (remove
24+
leading underscore).
25+
126
[7.2k]
227

328
2022-08-24 Ivan Maidanski <[email protected]>

0 commit comments

Comments
 (0)