2.26.68: self-upgrade now works somewhat on SBCL and CCL.
authorFrancois-Rene Rideau <tunes@google.com>
Thu, 10 Jan 2013 04:42:36 +0000 (23:42 -0500)
committerFrancois-Rene Rideau <tunes@google.com>
Thu, 10 Jan 2013 05:26:03 +0000 (00:26 -0500)
commitb6d6fb0693c17ea9b2d508b44659d6933c3331be
tree31e18e1ec7bf43d60f4b07c01de2ea22c8bb540c
parentfe4086bb4151e007f19e8efeab4a5a8c668283f2
2.26.68: self-upgrade now works somewhat on SBCL and CCL.

Fixed corner bugs in the package surgery.
Stopped using fmakunbound as part of the package definition;
it should happen as part of with-upgrade,
or, for now, systematically with defgeneric* and defun*.
Added special magic for ASDF fixup, that will have to be enhanced.
asdf.asd
header.lisp
interface.lisp
lisp-action.lisp
package.lisp
upgrade.lisp
utility.lisp