ecl/src
2009-06-13 22:50:28 +02:00
..
c Implement sign comparisons using signbit(), which defaults to (x==y) where it is not available. Since floats may have extra unused bits (long double), we cannot implement eql using bit comparisons 2009-06-13 22:50:28 +02:00
clos Customizable printing of floating point NaNs and infinities 2009-06-13 22:47:08 +02:00
clx Use default display when HOST = NIL 2009-02-24 15:06:35 +01:00
cmp Do not use Ct to fill a field in the cfun structure, for MSVC does not like it. 2009-06-12 22:08:17 +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 Fix Boehm-Weiser gc so that we can use our mprotect() mechanism for deferring signals together with B-W's memory protection and generational garbage collector. 2009-05-23 15:53:30 +02:00
gmp Don't build documentation for GMP. 2009-04-17 14:53:05 +02:00
h Implement sign comparisons using signbit(), which defaults to (x==y) where it is not available. Since floats may have extra unused bits (long double), we cannot implement eql using bit comparisons 2009-06-13 22:50:28 +02:00
lsp Let ECL record source file positions instead of form numbers. 2009-06-10 11:52:42 +02:00
util
aclocal.m4 Link with -lpthread also in NetBSD 2009-06-07 18:20:45 +02:00
bare.lsp.in Note the different stages of the bootstrap process with informative messages. 2009-06-07 19:04:39 +02:00
CHANGELOG Customizable printing of floating point NaNs and infinities 2009-06-13 22:47:08 +02:00
compile.lsp.in It is no longer needed to set the value of compile-print in compile.lsp.in 2009-06-09 09:27:56 +02:00
config.guess
config.sub
configure Remove --enable/disable-debug, which is causing problems in gentoo. 2009-06-12 15:06:09 +02:00
configure.in Remove --enable/disable-debug, which is causing problems in gentoo. 2009-06-12 15:06:09 +02:00
install.sh
Makefile.in Libraries have to be installed with execute permissions and not stripped in Darwin. 2009-06-10 09:54:19 +02:00