Apply fixes from Hannu Koivisto to support sbcl. Also added asdf
support. His comments: * series.asd: * Initial checkin. * series.system: * Removed logical pathname stuff and made this "self-sufficient", i.e. it is sufficient to just load it; no need to edit pathname translations. * Removed s-install from series system; we certainly don't want Series to install itself to CL-USER whenever the system is compiled/loaded. * s-test.lisp: * Replaced all uses of defconstant with series::defconst-once. * s-package.lisp: * sb-cltl2 module is now required at compile time too. * s-code.lisp: * (defconst-once) New macro. * Replaced all uses of defconstant with it. * RELEASE-NOTES: * Installation instructions based on system definition files. * Updated the list of contributors. * Some cosmetic changes.
Loading
Please sign in to comment