#
# ChangeLog for tests/configs/.expect
#
# Generated by Trac 1.6
# Oct 9, 2025, 2:16:16 AM

Tue, 06 Jun 2023 02:33:25 GMT Peter A. Buhr <pabuhr@…> [874b16e]
	* libcfa/src/fstream.cfa (modified)
	* libcfa/src/fstream.hfa (modified)
	* libcfa/src/parseconfig.cfa (modified)
	* tests/.expect/copyfile.txt (modified)
	* tests/.in/copyfile.txt (modified)
	* tests/configs/.expect/parseconfig.txt (modified)
	* tests/configs/parseconfig.cfa (modified)
	* tests/copyfile.cfa (modified)

	lower case type names open_failure, close_failure, write_failure, ...


Thu, 13 Oct 2022 21:06:16 GMT Thierry Delisle <tdelisle@…> [f82f07e]
	* libcfa/src/parseargs.cfa (modified)
	* tests/configs/.expect/usage.txt (added)
	* tests/configs/usage.cfa (added)

	Fixes to usage and corresponding tests


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.


Tue, 11 Oct 2022 17:11:43 GMT Thierry Delisle <tdelisle@…> [a46f7b6]
	* libcfa/src/concurrency/kernel/cluster.hfa (modified)
	* tests/configs/.expect/parsenums.x64.txt (added)
	* tests/configs/.expect/parsenums.x86.txt (moved)
	* tests/configs/parsenums.cfa (modified)

	Fixed some warnings/mistakes between 32/64bit builds


Mon, 10 Oct 2022 18:49:15 GMT Thierry Delisle <tdelisle@…> [fd90096]
	* tests/configs/.expect/parsebools.txt (added)
	* tests/configs/.expect/parsenums.txt (added)
	* tests/configs/parsebools.cfa (added)
	* tests/configs/parsenums.cfa (added)

	Added tests for parse args of bools and numbers


Thu, 29 Sep 2022 20:35:54 GMT Thierry Delisle <tdelisle@…> [f92e7b9]
	* tests/configs/.expect/parseconfig.txt (moved)
	* tests/configs/.in/parseconfig-all.txt (moved)
	* tests/configs/.in/parseconfig-errors.txt (moved)
	* tests/configs/.in/parseconfig-missing.txt (moved)
	* tests/configs/parseconfig.cfa (moved)

	Moved parseconfigs tests to its own folder so I can add parseargs to ...