# # ChangeLog for tests/meta/fork+exec.hfa # # Generated by Trac 1.2.1 # Nov 20, 2024, 1:21:27 PM Wed, 11 Sep 2024 17:33:42 GMT Michael Brooks [025f9c5] * tests/configs/parsebools.cfa (modified) * tests/configs/parsenums.cfa (modified) * tests/meta/fork+exec.cfa (modified) * tests/meta/fork+exec.hfa (modified) Update 'fork+exec' test utility to be valid also in C and C++. Wed, 12 Oct 2022 20:32:49 GMT Thierry Delisle [481f882] * libcfa/src/parseargs.cfa (modified) * libcfa/src/parseargs.hfa (modified) * tests/configs/.expect/parsebools.txt (modified) * tests/configs/.expect/parsenums.x64.txt (modified) * tests/configs/.expect/parsenums.x86.txt (modified) * tests/configs/parsebools.cfa (modified) * tests/configs/parsenums.cfa (modified) * tests/meta/.expect/fork+exec.txt (modified) * tests/meta/fork+exec.hfa (modified) Added some missing headers and cleaned up some of the fork+exec stuff. Mon, 10 Oct 2022 18:47:35 GMT Thierry Delisle [68456fa] * tests/meta/fork+exec.cfa (modified) * tests/meta/fork+exec.hfa (added) First step at refactoring fork+exec to be reused across tests