#
# ChangeLog for tests/linking
#
# Generated by Trac 1.2.1
# Feb 20, 2025, 10:18:37 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 ...


Mon, 10 Feb 2020 16:58:49 GMT Thierry Delisle <tdelisle@…> [92a9768]
	* driver/cfa.cc (modified)
	* tests/linking/.expect/nostdlib.txt (added)
	* tests/linking/nostdlib.cfa (added)

	Marked libcfa as 'no-as-needed' to the linker, it seems to fix ...


Fri, 06 Dec 2019 03:47:03 GMT Peter A. Buhr <pabuhr@…> [1def18bb]
	* tests/linking/withthreads.cfa (modified)

	fix emacs compile command


Fri, 19 Jul 2019 14:31:53 GMT Thierry Delisle <tdelisle@…> [2026bb6]
	* driver/cfa.cc (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (modified)
	* libcfa/src/bits/defs.hfa (modified)
	* libcfa/src/bits/locks.hfa (modified)
	* libcfa/src/concurrency/alarm.cfa (modified)
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/invoke.c (modified)
	* libcfa/src/concurrency/kernel.cfa (modified)
	* libcfa/src/concurrency/kernel_private.hfa (modified)
	* libcfa/src/concurrency/monitor.cfa (modified)
	* libcfa/src/concurrency/mutex.cfa (modified)
	* libcfa/src/concurrency/preemption.cfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* libcfa/src/stdlib.cfa (modified)
	* libcfa/src/stdlib.hfa (modified)
	* tests/linking/.expect/nothreads.txt (added)
	* tests/linking/.expect/withthreads.txt (added)
	* tests/linking/nothreads.cfa (added)
	* tests/linking/withthreads.cfa (added)

	More robust fix for optionally linking threads