# # ChangeLog for tests/list/.expect # # Generated by Trac 1.2.1 # Apr 26, 2024, 9:39:24 AM Tue, 12 May 2020 23:16:49 GMT Michael Brooks [f2d05e9] * libcfa/src/containers/list.hfa (modified) * tests/list/.expect/dlist-insert-remove.txt (modified) * tests/list/dlist-insert-remove.cfa (modified) Dlist API getting pop_first, pop_last, ?`is_empty on the list head. Thu, 30 Apr 2020 20:10:53 GMT Michael Brooks [6091b88a] * libcfa/src/Makefile.am (modified) * libcfa/src/containers/list.hfa (added) * tests/list/.expect/dlist-insert-remove.txt (added) * tests/list/dlist-insert-remove.cfa (added) intrusive doubly linked list initial