Update of /project/eclipse/cvsroot/eclipse/lib/ice
In directory common-lisp.net:/tmp/cvs-serv30631/lib/ice
Modified Files:
system.lisp
Log Message:
- system(s).lisp files now handles asdsf system description as well as
mk-defsystem. Both system are created if both package present in the lisp
environment.
- compile.lisp has been removed. Compilation/Load operations are defined in
eclipse/system.lisp.
- added an asdf:operate :around overload for sbcl to avoid compilation warnings
relatives to structured constant redefinition that break the compilation and
drop the user into the debuger.
- six new configure options added:
- --with-load-switch : to indicate the command line argument of the lisp
machine for loading a file.
- --with-eval-switch : to indicate the command line argument of the lisp
machine for evaluating forms.
- --with-core-switch : to indicate the command line argument of the lisp
machine to start it with an alternative image.
- --with-save-lisp : to indicate the function name for saving a lisp image.
- --with-quit-form : to indicate a particular quit form.
- --with-lisp-system : to indicate the name (the same as the one that is
present in *features*) of the lisp system you want to use in case we know
it (currently sbcl and cmu are known). Use this option if you have a lisp
system we know but its executable is not named as expected (lisp for cmucl
and sbcl for sbcl for instance).
README updated.
sbcl is now completly supported.
Date: Tue Mar 16 13:20:36 2004
Author: ihatchondo