ecl/src
2005-10-24 08:31:52 +00:00
..
c Remove unused system property PRETTY-PRINT-FORMAT when using CMUCL's pprint routine. 2005-10-24 08:31:52 +00:00
clos Replaced the code walker with some hooks in the bytecodes compiler and use this for the analysis of method functions. The optimizations of SLOT-VALUE references are removed, since they are buggy. 2005-09-19 09:31:01 +00:00
clx Removed annoying log 2005-05-19 11:37:32 +00:00
cmp Delete the temporary file created by cmpmain.lsp 2005-10-24 08:27:22 +00:00
doc We have removed the benchmarks from the distribution 2005-10-20 10:11:38 +00:00
gc Imported Boehm-Weiser GC 6.5 2005-06-27 08:09:07 +00:00
gmp Avoid building the info files from GMP 2005-05-19 11:27:21 +00:00
h When using threads we have to define GC_THREADS so that the GC replaces the routines for creating threads. Change the initialization order in ecl_import_thread() to avoid referencing the environment before it is created. 2005-10-24 08:17:51 +00:00
lsp Remove unused system property PRETTY-PRINT-FORMAT when using CMUCL's pprint routine. 2005-10-24 08:31:52 +00:00
util Patches for building ECL using the Microsoft Visual C++ Toolkit 2003 2005-05-30 09:27:44 +00:00
aclocal.m4 Check for __thread attribute, but do not use it since it slows down ECL a lot. 2005-10-24 08:31:39 +00:00
bare.lsp.in - Finished transition to :wants-something features for compiled-in 2005-08-17 09:49:22 +00:00
CHANGELOG Implementation of dynamically created callbacks. FASL files and DLLs are now garbage collected unless a symbol has been referenced with si::find-foreign-symbol. 2005-10-17 10:29:33 +00:00
compile.lsp.in Added RT module. 2005-10-24 08:28:58 +00: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 Check for __thread attribute, but do not use it since it slows down ECL a lot. 2005-10-24 08:31:39 +00:00
configure.in Check for __thread attribute, but do not use it since it slows down ECL a lot. 2005-10-24 08:31:39 +00:00
install.sh Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in - Added TAGS target for running etags. 2005-09-19 21:31:20 +00:00