# # ChangeLog for libcfa/src/Exception.hfa # # Generated by Trac 1.6 # Apr 13, 2026, 11:03:24 PM Sun, 02 Mar 2025 19:58:57 GMT kyoung [3483185] * libcfa/src/Exception.hfa (modified) * libcfa/src/concurrency/future.hfa (modified) * tests/concurrency/futures/.expect/future_except.txt (added) * tests/concurrency/futures/future_except.cfa (added) Make it possible to fulfil a future by loading an exception like ucpp Mon, 12 Feb 2024 18:07:26 GMT Peter A. Buhr [77bc259] * libcfa/src/Exception.hfa (modified) * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * tests/exceptions/pingpong_nonlocal.cfa (modified) move exception macro to general location, update more code to use macros Mon, 14 Aug 2023 23:08:03 GMT Peter A. Buhr [3543e99] * libcfa/src/Exception.hfa (added) * libcfa/src/Makefile.am (modified) * libcfa/src/common.hfa (modified) move exception macros from common.hfa to their own include file ...