- Feb 11, 1998
-
-
dtc authored
-
- Dec 18, 1997
-
-
dtc authored
-
- Aug 07, 1997
-
-
dtc authored
option, as required by the Hyperspec. From Raymond Toy.
-
- Oct 31, 1994
-
-
ram authored
-
- Feb 12, 1994
-
-
wlott authored
actually work.
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Feb 04, 1994
-
-
wlott authored
correctly.
-
- Nov 30, 1993
-
-
wlott authored
supply NIL for the package, meaning all packages.
-
- Aug 15, 1993
-
-
wlott authored
package-tables, because package-tables gets reordered.
-
- Jul 23, 1993
-
-
ram authored
from any error just once instead of once per symbol.
-
- Jul 15, 1993
-
-
ram authored
call to MEMBER in DO-SYMBOLS so that we don't waste quite so much time dealing with shadowing symbols.
-
- Feb 21, 1993
-
-
ram authored
-
- Feb 19, 1993
-
-
ram authored
-
- Feb 16, 1993
-
-
ram authored
in DEFPACKAGE's detection of defining a package which is really a nickname. Improved handling of deleted packages (most operations signal an error.)
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Nov 30, 1992
-
-
phg authored
-
- Nov 04, 1992
-
-
phg authored
-
- May 18, 1992
- May 16, 1992
-
-
wlott authored
the :USE lists. Changed IN-PACKAGE to not wrap an eval-when around %IN-PACKAGE, because the compiler needs to handle it in magic ways.
-
- May 15, 1992
-
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
old-style IN-PACKAGE, it will use the old behavior. Rewrote DEFPACKAGE to tell you about inconsistencies between the package and the DEFPACKAGE form. Rewrote the DO-mumble-SYMBOLS iterators in order to stamp out more uses of prog. They now wrap the user body in an flet and then just use regular looping constructs to grovel through the packages.
-
- Mar 13, 1992
-
-
ram authored
going down a collision chain.
-
- Feb 24, 1992
- Feb 12, 1992
-
-
wlott authored
.,
-
- Dec 14, 1991
-
-
wlott authored
-
- May 28, 1991
-
-
ram authored
-
- Mar 13, 1991
-
-
wlott authored
have been removed. Otherwise, if you rename a package to be one of it's nicknames, then the entry for that package will be lost when the nickname entry is removed.
-
- Feb 11, 1991
-
-
ram authored
compile time as well as at load time. Not sure if this is right, but I like it.
-
- Feb 08, 1991
-
-
ram authored
-
- Feb 07, 1991
- Jan 31, 1991
-
-
ram authored
-
- Jan 30, 1991
-
-
ram authored
Changed PACKAGE-NAME, and other exported package slots to be %'ed, with an interface stub that accepts package names as well as packages. All uses internal to this file are the %mumbles. This also has the effect of making these accessors externally read-only. Changed SHADOW to accept strings as well as symbols. I believe these changes fix the last X3J13 package cleanups we didn't comply with.
-
- Dec 04, 1990
-
-
wlott authored
-
- Nov 21, 1990
-
-
wlott authored
-