#
# ChangeLog for tests/linking/exception-nothreads.cfa
#
# Generated by Trac 1.2.1
# Mar 6, 2025, 10:02:48 PM

Wed, 25 May 2022 21:51:24 GMT Andrew Beach <ajbeach@…> [c715e5f]
	* libcfa/src/concurrency/clib/cfathread.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/exception.hfa (modified)
	* src/CodeGen/GenType.cc (modified)
	* src/ControlStruct/ExceptDecl.cc (modified)
	* tests/.expect/quasiKeyword.txt (modified)
	* tests/exceptions/defaults.cfa (modified)
	* tests/linking/exception-nothreads.cfa (modified)
	* tests/linking/exception-withthreads.cfa (modified)
	* tests/quasiKeyword.cfa (modified)

	Removed most of the exception macros (EHM_ group). Made changes to ...


Fri, 09 Apr 2021 18:11:43 GMT Andrew Beach <ajbeach@…> [ecfd758]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/coroutine.hfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/concurrency/thread.hfa (modified)
	* libcfa/src/exception.c (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* libcfa/src/fstream.cfa (modified)
	* libcfa/src/fstream.hfa (modified)
	* libcfa/src/virtual.c (modified)
	* src/Concurrency/Keywords.cc (modified)
	* src/Virtual/ExpandCasts.cc (modified)
	* src/Virtual/Tables.cc (modified)
	* src/Virtual/Tables.h (modified)
	* tests/exceptions/.expect/resume-threads.txt (modified)
	* tests/exceptions/.expect/resume.txt (modified)
	* tests/exceptions/.expect/terminate-threads.txt (modified)
	* tests/exceptions/.expect/terminate.txt (modified)
	* tests/exceptions/cancel/coroutine.cfa (modified)
	* tests/exceptions/cancel/thread.cfa (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (modified)
	* tests/exceptions/defaults.cfa (modified)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/polymorphic.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)
	* tests/exceptions/trash.cfa (modified)
	* tests/exceptions/type-check.cfa (modified)
	* tests/exceptions/virtual-cast.cfa (modified)
	* tests/exceptions/virtual-poly.cfa (modified)
	* tests/linking/exception-nothreads.cfa (modified)
	* tests/linking/exception-withthreads.cfa (modified)
	* tests/quasiKeyword.cfa (modified)

	Major exception update, seperating type-ids from virtual tables. The ...


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 ...