#
# ChangeLog for tests/exceptions/with-threads.hfa
#
# Generated by Trac 1.2.1
# Mar 7, 2025, 12:37:04 PM

Fri, 14 Aug 2020 17:29:03 GMT Andrew Beach <ajbeach@…> [5715d43]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/invoke.c (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/exception.c (modified)
	* tests/Makefile.am (modified)
	* tests/exceptions/.expect/conditional-threads.txt (added)
	* tests/exceptions/.expect/defaults-threads.txt (added)
	* tests/exceptions/.expect/finally-threads.txt (added)
	* tests/exceptions/.expect/resume-threads.txt (added)
	* tests/exceptions/.expect/terminate-threads.txt (added)
	* tests/exceptions/terminate.cfa (modified)
	* tests/exceptions/with-threads.hfa (added)
	* tests/linking/.expect/exception-nothreads.txt (added)
	* tests/linking/.expect/exception-withthreads.txt (added)
	* tests/linking/exception-nothreads.cfa (added)
	* tests/linking/exception-withthreads.cfa (added)
	* tests/linking/withthreads.cfa (modified)

	Exceptions now get their context differently with libcfathread. Added ...