2.20.18: Fix ensure-use so it removes packages that should NOT be used.
authorFrancois-Rene Rideau <fare@tunes.org>
Tue, 17 Apr 2012 20:42:17 +0000 (16:42 -0400)
committerFrancois-Rene Rideau <fare@tunes.org>
Tue, 17 Apr 2012 20:42:17 +0000 (16:42 -0400)
commit3a4d5a9ec98ae1e1a9a793eccc7de879304aacce
tree6d5038a377c69ca1fa9874319be14ad240372f32
parent79f2788fe1eca01be2a3e72a93000eab983237fd
2.20.18: Fix ensure-use so it removes packages that should NOT be used.
This matters if you e.g. open asdf.lisp in LispWorks before you load it,
in which case it will automatically create an ASDF package
with a default use list that pulls in symbols from LispWorks's own defsystem.
Also, export strcat.
asdf.asd
asdf.lisp