ecl/src
Daniel Kochmański 8952725847 process: don't call cl_sleep on a variable declared static
We call ecl_musleep that avoids the hassle of converting values back and forth
between lisp and c world.

The change is prompted by a potential bug in cosmopolitan libc, where the value
stored in a static variable can't be passed to a function in a different
compilation unit. Unmodified code lead to a segmentation fault with cosmocc.
2024-09-09 10:11:44 +02:00
..
bdwgc dependencies: update bdwgc to 8.2.4 and libatomic_ops to 7.8.0 2023-06-12 10:33:47 +02:00
c process: don't call cl_sleep on a variable declared static 2024-09-09 10:11:44 +02:00
clos gray streams: add missing default method for stream-interactive-p 2024-05-18 13:30:49 +02:00
cmp restore ability to compile without --disable-shared on emscripten 2024-08-17 13:11:53 +02:00
doc cmp: faster function calls for C compatible variadic dispatch 2024-03-24 18:08:34 +01:00
ecl emscripten: add linker flag to allow bdwgc to work correctly 2024-08-17 12:43:02 +02:00
gmp Release 24.5.10 2024-05-10 13:13:21 +02:00
h apply.d: fix deprecation warnings for function calls without prototypes 2024-03-24 18:08:49 +01:00
libffi ffi: Update libffi to version 3.3 2019-12-09 19:49:30 +01:00
lsp ffi: fix size-of-foreign-type when called on structore with no slots 2024-06-21 21:43:43 +02:00
tests tests: add a regression test for #742. 2024-05-12 18:32:03 +02:00
util util/webserver.lisp: make sure the file runs on other lisps than ECL 2024-03-24 18:08:49 +01:00
aclocal.m4 restore ability to compile without --disable-shared on emscripten 2024-08-17 13:11:53 +02:00
bare.lsp.in reintroduce init functions for modules 2020-01-22 19:06:38 +01:00
compile.lsp.in support shared libraries for the emscripten target 2024-03-10 14:48:12 +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 restore ability to compile without --disable-shared on emscripten 2024-08-17 13:11:53 +02:00
configure.ac Release 24.5.10 2024-05-10 13:13:21 +02: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