0.8.4.27:
authorChristophe Rhodes <csr21@cam.ac.uk>
Fri, 17 Oct 2003 14:27:44 +0000 (14:27 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Fri, 17 Oct 2003 14:27:44 +0000 (14:27 +0000)
commit6387a29a5c3aae2cb319dcaf803fb2df24eea46d
tree4e945f7b28379e18e2be41151d57dcccd79d7920
parent85c1cf858999279da6f4f470c4f3c582ad9f2dbf
0.8.4.27:
OK, here's the deal.
... *MODULE-PROVIDER-FUNCTIONS* no longer call PROVIDE.  It's
now the job of user code to do that (as it probably
should always have been.
... OK, so as a result, our one-file contribs now need to
PROVIDE themselves.  Make it so.
... fix asdf-install/asdf autorequiration; an installed sbcl
can now require asdf-install (as well as all the other
asdfized contribs) as the first command in a clean core
... update contrib/{README,STANDARDS} to match what we currently
do.
contrib/README
contrib/STANDARDS
contrib/asdf-install/Makefile
contrib/asdf/asdf.lisp
contrib/sb-executable/sb-executable.lisp
contrib/sb-introspect/sb-introspect.lisp
src/code/module.lisp
version.lisp-expr