ecl/src
Daniel Kochmański aa631ac76e exceptions: 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.
2025-05-14 15:33:50 +02:00
..
bdwgc bdwgc: update bundled gc to version 8.2.8 2024-12-05 22:21:45 +01:00
c nucleus: move ecl_core_struct to nucleus 2025-05-14 15:33:50 +02:00
clos exceptions: rewrite signal handling to use functions and not lists 2025-05-14 15:33:50 +02:00
cmp core: move defacto constants from cl_core structure to global space 2025-05-14 13:44:01 +02:00
doc DESCRIBE prints arguments and source information for operators 2025-01-28 09:22:08 +01:00
ecl Revert "Merge branch 'remove-small-cons' into 'develop'" 2024-12-15 10:01:30 +00:00
gmp build: regenerate configure script with autoconf 2.72 2024-12-05 22:27:10 +01:00
h nucleus: move ecl_core_struct to nucleus 2025-05-14 15:33:50 +02:00
libffi ffi: Update libffi to version 3.3 2019-12-09 19:49:30 +01:00
lsp Merge branch 'fix-750' into 'develop' 2025-04-22 07:02:58 +00:00
tests core: split cl_core_struct in two structure cl_core and ecl_core 2025-05-14 13:44:01 +02:00
util util: turn off thread-events in proposed gdbinit 2024-12-05 14:07:14 +01:00
aclocal.m4 core: factor out process managament from thread managament 2025-03-31 20:44:46 +02:00
bare.lsp.in reintroduce init functions for modules 2020-01-22 19:06:38 +01:00
compile.lsp.in use separate directory for --with-extra-files to avoid name clashes 2025-02-22 20:18: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 core: factor out process managament from thread managament 2025-03-31 20:44:46 +02:00
configure.ac Revert "Merge branch 'remove-small-cons' into 'develop'" 2024-12-15 10:01:30 +00:00
install.sh
Makefile.in tests: make ansi-test a separate target not triggered by make check 2024-03-10 14:48:12 +01:00