#
# ChangeLog for tests/meta/fork+exec.hfa
#
# Generated by Trac 1.2.1
# Mar 10, 2025, 4:27:06 AM

Wed, 11 Sep 2024 17:33:42 GMT Michael Brooks <mlbrooks@…> [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 <tdelisle@…> [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 <tdelisle@…> [68456fa]
	* tests/meta/fork+exec.cfa (modified)
	* tests/meta/fork+exec.hfa (added)

	First step at refactoring fork+exec to be reused across tests