ecl/src
2009-10-09 17:10:47 +02:00
..
c src/c/unixint.d, src/c/stacks.d: we cannot execute signal handlers in separate stacks, because it confuses the lisp environment. Instead when detecting stack overflows we just jump out. 2009-10-08 20:19:28 +02:00
clos Initial version of semaphores both for POSIX and Windows. Includes test that detects failure of unnamed semaphores under Darwin. The whole code is still inactive. 2009-09-23 23:52:47 +02:00
clx src/clx/dependent.lisp: the definition of holding-lock was not protected by an unwind-protect. 2009-10-08 20:29:17 +02:00
cmp src/cmp/cmpmain.lsp: clean up the files we create (*.c, *.h) before writing onto them. 2009-10-05 15:54:46 +02:00
doc The reader for logical pathnames always sets a non-NIL directory. GETCWD/CHDIR now affect *default-pathname-defaults*. *default-pathname-defaults* is set to the current directory on startup 2008-10-05 16:52:46 +02:00
gc Change needed for OS X 10.6 Leopard: ucontext.h is deprecated and produces an error. 2009-09-29 17:04:11 +02:00
gmp In src/gmp/gmp-h.in, changed the definition of __GMP_EXTERN_INLINE to include the fixes from MPIR (The semantics of extern inline has changed between releases of gcc) 2009-08-03 00:06:00 +02:00
h src/h/ecl.h: include windows.h also for non-threaded builds. 2009-10-09 17:10:47 +02:00
lsp src/lsp/top.lsp: 2009-10-07 15:40:18 +02:00
util Changed the file for tagging ECL releases 2009-07-09 16:08:12 +02:00
aclocal.m4 src/aclocal.m4: fake -rpath in OSX using -install_name. 2009-10-09 12:23:11 +02:00
bare.lsp.in Next iteration of the code for building and installing fake ASDF components for every ECL module. 2009-08-05 22:23:36 +02:00
CHANGELOG Improve the explanation of certain changes in CHANGELOG. 2009-10-09 14:14:13 +02:00
compile.lsp.in Restore the lines for building the replacement module sb-bsd-sockets.lisp. 2009-10-08 18:22:08 +02:00
config.guess Use user-supplied DPP to build the C files. machines.h is no longer required. 2003-07-23 13:09:37 +00:00
config.sub Use user-supplied DPP to build the C files. machines.h is no longer required. 2003-07-23 13:09:37 +00:00
configure src/aclocal.m4: fake -rpath in OSX using -install_name. 2009-10-09 12:23:11 +02:00
configure.in Using feenableexcept() does not really work on linux: it is broken and makes the signal handler be ignored. 2009-10-08 20:09:36 +02:00
install.sh Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in Next iteration of the code for building and installing fake ASDF components for every ECL module. 2009-08-05 22:23:36 +02:00