blaise/runtime
Graeme Geldenhuys 34a1c4feab feat(rtl): make exception globals thread-local
Change g_exc_top and g_current_exception from var to threadvar in
blaise_exc.pas, giving each thread its own exception chain. This is
required for safe multi-threaded exception handling.
2026-06-06 12:06:05 +01:00
..
src feat(rtl): make exception globals thread-local 2026-06-06 12:06:05 +01:00
Makefile chore(runtime): switch RTL build to unit-as-top-level; drop build-driver shims 2026-06-03 23:49:29 +01:00
project.xml refactor: split rtl/ into runtime/ + stdlib/, rename bcl.testing to blaise.testing 2026-05-16 00:51:18 +01:00