# # ChangeLog for libcfa/src/containers/list2.hfa # # Generated by Trac 1.2.1 # May 3, 2024, 4:47:23 PM Wed, 05 May 2021 18:41:50 GMT Michael Brooks [a5db488] * libcfa/src/containers/list2.hfa (modified) Fixing two bugs in new linked list, which last night's build failure ... 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 ...