ecl/src
Daniel Kochmański 8a411415b7 signals: rewrite signal handling to use functions and not lists
Instead of storing lists in *HANDLER-CLUSTERS*, we define functions that are
called unconditionally on the handler. HANDLER-BIND defines that function to be
a typecase that is dispatched based on the conditiont type, as specified by CL.

This change will aid further refactor.
2026-03-08 20:01:34 +01:00
..
bdwgc bdwgc: update bundled gc to version 8.2.8 2024-12-05 22:21:45 +01:00
c boot: move ecl_eql to a separate file eql.d 2026-03-08 20:01:34 +01:00
clos signals: rewrite signal handling to use functions and not lists 2026-03-08 20:01:34 +01:00
cmp core: move defacto constants from cl_core structure to global space 2026-03-07 21:35:37 +01:00
doc doc: document the cross compilation feature 2025-11-22 16:25:42 +01:00
ecl handle *features* entirely in the configure script 2025-07-19 16:33:22 +02:00
gmp build: regenerate configure script with autoconf 2.72 2024-12-05 22:27:10 +01:00
h boot: move ecl_core_struct to boot.d 2026-03-08 20:01:34 +01:00
libffi ffi: Update libffi to version 3.3 2019-12-09 19:49:30 +01:00
lsp core: predlib: add a system type SI:RADIX 2026-03-06 23:04:34 +01:00
tests core: split cl_core_struct in two structure cl_core and ecl_core 2026-03-07 21:35:37 +01:00
util cross-compilation: add instructions and configs for mingw 2026-02-16 13:22:31 +01:00
aclocal.m4 fix cross compilation to a Windows target 2025-11-22 16:25:42 +01:00
bare.lsp.in cmp: fix constant folding for target dependent constants 2025-11-22 16:25:42 +01:00
compile.lsp.in cmp: fix constant folding for target dependent constants 2025-11-22 16:25:42 +01:00
config.guess build: add a preliminary support for the emscripten target 2023-06-13 22:07:08 +02:00
config.sub build: add a preliminary support for the emscripten target 2023-06-13 22:07:08 +02:00
configure fix cross compilation to a Windows target 2025-11-22 16:25:42 +01:00
configure.ac handle *features* entirely in the configure script 2025-07-19 16:33:22 +02:00
install.sh
Makefile.in tests: implement tests for cross compilation of user code 2025-11-21 19:08:14 +01:00