Embeddable Common-Lisp main repository.
Find a file
2014-02-23 11:21:20 +01:00
contrib getprotobyname() may return NULL, causing segfaults in this function. 2014-02-22 11:00:53 +01:00
examples An example on how to embed ECL using C compilers and ASDF. 2013-05-28 23:07:05 +02:00
msvc The Windows GMP makefile must be updated, removing the functions which are not used. 2013-10-06 22:20:43 +02:00
src Fix NO-APPLICABLE-METHOD. 2014-02-23 09:48:55 +01:00
.gitignore Ignore the Autoconf directory. 2010-02-17 00:25:03 +01:00
ANNOUNCEMENT Annotate the change in LOOP 2013-05-27 22:37:16 +02:00
configure Preserve quoting when passing the arguments to the build directory 2008-08-27 09:50:44 +02:00
Copyright Debian needs a more precise wording of the license 2005-12-14 09:51:11 +00:00
INSTALL New file with a sketch of the installation instrucitons 2009-08-12 23:54:41 +02:00
LGPL Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in Now we're using GIT; and some helpful remarks. 2014-02-23 11:21:20 +01:00
README.1st Now we're using GIT; and some helpful remarks. 2014-02-23 11:21:20 +01:00

You can find the preprocessed documentation in ./doc in HTML format.


About testing:
--------------

make check
	to (get, initialize and) run the tests

make -C build/tests do-regressions 
make -C build/tests do-ansi
make -C build/tests do-quicklisp
make -C build/tests do-mop-tests
	runs the specified tests