# # ChangeLog for tests/list/dlist-insert-remove-2.cfa # # Generated by Trac 1.2.1 # May 3, 2024, 6:42:43 AM Wed, 12 May 2021 01:14:26 GMT Michael Brooks [8d1ad36] * libcfa/src/containers/list2.hfa (modified) * tests/list/.expect/dlist-insert-remove-2.txt (modified) * tests/list/dlist-insert-remove-2.cfa (modified) Adding linked-list convenience functions and testing a corner case. ... Tue, 04 May 2021 17:09:41 GMT Michael Brooks [9e2341b4] * libcfa/src/Makefile.am (modified) * libcfa/src/containers/list2.hfa (added) * tests/list/.expect/dlist-insert-remove-2.txt (added) * tests/list/dlist-insert-remove-2.cfa (added) Baseline commit of new linked-list implementation and test. Using a ...