ecl/src
2009-02-24 16:49:41 +01:00
..
c Remove unused definitions. Fix io_file_read/write. 2009-02-24 15:07:09 +01:00
clos ECL now follows the AMOP in the uses of SLOT-DEFINITION-INITFORM and SLOT-DEFINITION-INITFUNCTION. 2008-12-29 11:33:28 +01:00
clx Use default display when HOST = NIL 2009-02-24 15:06:35 +01:00
cmp In C++ it is not possible to forward-declare a static array. We thus have to change the code for building the compiler_cfuns[] array in compiled code. 2009-02-23 14:13:53 +01: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 lwsync is not available on all PowerPC cores 2008-12-15 10:15:29 +01:00
gmp Not all C++ will include the type FILE by default. 2008-12-05 13:51:46 +01:00
h New decimal constants ECL_VERSION_NUMBER (C/C++) and EXT:+ECL-VERSION-NUMBER+ (Lisp) 2009-02-23 21:45:02 +01:00
lsp Missing bits from the previous fix for DEFSTRUCT 2009-02-17 21:21:15 +01:00
util Committed the changes to implement small conses 2008-04-30 14:24:20 +00:00
aclocal.m4 Solve some quirks from OpenBSD: -lpthread is needed, sys/types.h does not include pthread_t, some additional macros for threads. 2009-02-13 14:41:11 +01:00
bare.lsp.in Move the redefinition of with-lock into the compiler 2007-08-02 19:34:49 +00:00
CHANGELOG CLX registers itself with *MODULES* and requires SOCKETS. Split SOCKETS's package definition into a different file so that CLX can load it before being compiled. 2009-02-24 12:45:54 +01:00
compile.lsp.in Ensure that the CLX directory exists before creating module.lsp 2009-02-24 16:49:41 +01: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 New decimal constants ECL_VERSION_NUMBER (C/C++) and EXT:+ECL-VERSION-NUMBER+ (Lisp) 2009-02-23 21:45:02 +01:00
configure.in New decimal constants ECL_VERSION_NUMBER (C/C++) and EXT:+ECL-VERSION-NUMBER+ (Lisp) 2009-02-23 21:45:02 +01:00
install.sh Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in When ECL is built with --enable-unicode, it uses its own database for Unicode properties instead of tolower, toupper, etc. 2009-01-10 22:45:38 +01:00