#
# ChangeLog for libcfa/src/exception.hfa
#
# Generated by Trac 1.2.1
# Mar 10, 2025, 9:54:15 PM

Wed, 05 Aug 2020 22:36:10 GMT Andrew Beach <ajbeach@…> [5727c23]
	* libcfa/src/exception.hfa (modified)
	* tests/exceptions/.expect/polymorphic.txt (moved)
	* tests/exceptions/polymorphic.cfa (moved)

	Fixed up the polymo{r}phic exception test. Some left over code hid an ...


Tue, 04 Aug 2020 20:25:18 GMT Andrew Beach <ajbeach@…> [21b0a23]
	* libcfa/src/exception.hfa (modified)
	* tests/exceptions/.expect/polymophic.txt (added)
	* tests/exceptions/polymophic.cfa (added)

	Added polymophic exception macros. It adds a number of macros to help ...


Tue, 19 May 2020 21:31:20 GMT Andrew Beach <ajbeach@…> [046a890]
	* libcfa/src/exception.c (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)
	* src/ControlStruct/ExceptTranslate.cc (modified)
	* src/ControlStruct/ExceptTranslate.h (modified)
	* src/main.cc (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (modified)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)

	That should get default operations working for throws. More tests to ...


Tue, 19 May 2020 17:36:42 GMT Andrew Beach <ajbeach@…> [7c38d53]
	* libcfa/src/exception.hfa (modified)

	Added mark_exception to reduce the chance something is accidentally ...


Wed, 13 May 2020 19:46:00 GMT Andrew Beach <ajbeach@…> [979df46]
	* libcfa/src/exception.c (modified)
	* libcfa/src/exception.h (modified)
	* libcfa/src/exception.hfa (modified)

	Initial cancellation interface, required for default operation.


Thu, 07 May 2020 15:25:15 GMT Andrew Beach <ajbeach@…> [e68d092]
	* libcfa/src/exception.hfa (added)
	* tests/exceptions/.expect/data-except.txt (added)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (added)
	* tests/exceptions/except-mac.hfa (deleted)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)

	Replaced my exception patch macros with a (hopefully temporary) ...