# # ChangeLog for tests/unified_locking/fast.cfa # # Generated by Trac 1.2.1 # Apr 23, 2024, 7:12:19 PM Mon, 14 Jun 2021 20:03:50 GMT Thierry Delisle [07033ce] * libcfa/src/concurrency/locks.hfa (modified) * tests/unified_locking/fast.cfa (modified) Even more work on removing any possible integer overflow in fast lock ... Tue, 01 Jun 2021 20:06:30 GMT Thierry Delisle [62006a3] * tests/unified_locking/fast.cfa (modified) Changed sum type to uint32_t to make sure integer overflow isn't the ... Mon, 29 Mar 2021 18:17:24 GMT Thierry Delisle [976bc68] * tests/concurrent/.expect/semaphore.txt (added) * tests/concurrent/semaphore.cfa (added) * tests/unified_locking/.expect/fast.txt (added) * tests/unified_locking/fast.cfa (added) Added two more tests for locks