# # ChangeLog for libcfa/src/containers/list.hfa # # Generated by Trac 1.2.1 # Mar 28, 2024, 12:42:43 PM Tue, 11 Aug 2020 17:24:21 GMT Thierry Delisle [e857743] * libcfa/src/containers/list.hfa (modified) Forgot to commit the missing 'pragma once' in list.hfa Thu, 30 Jul 2020 03:29:01 GMT Michael Brooks [b81fd95] * libcfa/src/bits/locks.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/containers/list.hfa (modified) * libcfa/src/iostream.hfa (modified) * libcfa/src/stdlib.hfa (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SynTree/Expression.h (modified) * tests/.expect/init1.txt (added) * tests/avltree/avl1.cfa (modified) * tests/bugs/66.cfa (modified) * tests/concurrent/signal/block.cfa (modified) * tests/exceptions/conditional.cfa (modified) * tests/exceptions/defaults.cfa (modified) * tests/init1.cfa (added) * tests/io2.cfa (modified) * tests/searchsort.cfa (modified) Fix bug where pointer and reference types allow unsound ... Fri, 29 May 2020 18:01:04 GMT Michael Brooks [d6d1f80] * examples/hashtable.cfa (added) * libcfa/src/containers/list.hfa (modified) Adding an example of lists and exceptions collaborating on a ... 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. Tue, 05 May 2020 00:45:20 GMT Michael Brooks [4d741e9] * libcfa/src/containers/list.hfa (modified) * tests/list/dlist-insert-remove.cfa (modified) Strengthened test and fixed a bug on dlist. The test acceptance ... 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