ecl/src
Juan Jose Garcia Ripoll e3a8f6aec5 * msvc/ecl/config.msvc6: export ECL_WINDOWS_THREADS macro
* src/h/config.h: define GC_THREADS when using the garbage collector and threads.
2009-10-01 16:04:13 +02:00
..
c threads_mutex.d: fixed wait duration in mp_get_lock_wait(). 2009-10-01 15:55:31 +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 Implement read-only readtables to avoid copying the standard readtable when this value is requested. 2009-06-19 11:12:49 +02:00
cmp QUIT now unwinds all forms before exiting. In addition it can kill all existing threads. 2009-09-13 20:46:21 +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 * msvc/ecl/config.msvc6: export ECL_WINDOWS_THREADS macro 2009-10-01 16:04:13 +02:00
lsp Added two new functions mp:lock-mine-p and mp:lock-count-mine which are used to implement mp:with-lock 2009-09-23 22:25:57 +02:00
util Changed the file for tagging ECL releases 2009-07-09 16:08:12 +02:00
aclocal.m4 Split the code for mutexes into a separate file and use these lock objects in cl_core, instead of the raw versions. 2009-09-27 21:20:01 +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 Note the last change in the configuration process, related to the detection of GC_register_my_thread. 2009-10-01 10:27:31 +02:00
compile.lsp.in Two compatibility improvements in the SOCKETS library: 2009-08-16 10:49:36 +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 The test for an existing Boehm-Weiser garbage collector must include function GC_register_my_thread 2009-10-01 10:20:21 +02:00
configure.in The test for an existing Boehm-Weiser garbage collector must include function GC_register_my_thread 2009-10-01 10:20:21 +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