# # ChangeLog for tests/collections/string-overwrite.cfa # # Generated by Trac 1.2.1 # Jun 26, 2024, 7:11:47 PM Wed, 20 Oct 2021 01:55:27 GMT Michael Brooks [0ca15b7] * libcfa/src/containers/string_res.cfa (modified) * tests/collections/.expect/string-overwrite-noshare.txt (added) * tests/collections/string-overwrite-noshare.cfa (added) * tests/collections/string-overwrite.cfa (modified) String hybrid testing and fixing the overwrite cases Tue, 21 Sep 2021 02:41:29 GMT Michael Brooks [6cc87c0] * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) * tests/collections/.expect/string-gc.txt (added) * tests/collections/.expect/string-overwrite.txt (added) * tests/collections/string-gc.cfa (added) * tests/collections/string-overwrite.cfa (added) String bug fixes and new tests. Enabled white-box visibility ...