Embeddable Common-Lisp main repository.
Find a file
jjgarcia 38134ccfdc When a variable has a lexical reference from a local function, this varible
must be stored in a vector. The number of these vectors (i.e. the "lexical
level") was not properly computed: sample bogus code
   (funcall
    (compile nil
            '(lambda (b)
               (labels ((%f8 nil -39011))
                 (flet ((%f4 (f4-1 f4-2 &optional (f4-3 (%f8)) (f4-4 b))
                             (%f8)))
                   (%f4 -260093 -75538 -501684 (let ((v9 (%f8))) -3))))))
2003-11-06 08:34:32 +00:00
contrib Initial revision 2001-06-26 17:14:44 +00:00
src When a variable has a lexical reference from a local function, this varible 2003-11-06 08:34:32 +00:00
ANNOUNCEMENT Release 0.9c 2003-10-30 11:04:13 +00:00
configure Use user-supplied DPP to build the C files. machines.h is no longer required. 2003-07-23 13:09:37 +00:00
Copyright Change e-mail address. 2003-08-06 15:06:53 +00:00
LGPL Initial revision 2001-06-26 17:14:44 +00:00
Makefile.in RedHat uses rpmbuild instead of rpm for building rpms. 2003-10-23 09:10:29 +00:00
README.1st Initial revision 2001-06-26 17:14:44 +00:00

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