Embeddable Common-Lisp main repository.
Find a file
jjgarcia 9c09789e75 The interpreter, the printer and the compiler now share a common stack.
This stack is also used to build the Invocation History records, which keep
track of which functions are called and which are their local environments.
With these changes, the debugger now works to the extend that it inspecting
these Invocation History Records with :backtrace, :up, :down, :variables,
now output the rights values.
2001-09-05 18:09:20 +00:00
contrib Initial revision 2001-06-26 17:14:44 +00:00
src The interpreter, the printer and the compiler now share a common stack. 2001-09-05 18:09:20 +00:00
configure Initial revision 2001-06-26 17:14:44 +00:00
Copyright Initial revision 2001-06-26 17:14:44 +00:00
LGPL Initial revision 2001-06-26 17:14:44 +00:00
Makefile Avoid passing files throug the preprocessor, as it corrupts paths. For 2001-08-18 10:55:10 +00:00
Makefile.in The list of files in the source tarball was outdated 2001-07-31 19:51:46 +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.