- May 18, 1992
-
-
wlott authored
NIL before warning in %defpackage.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
assembler.
-
wlott authored
-
wlott authored
-
wlott authored
old assemblers.
-
wlott authored
-
wlott authored
assembler.
-
wlott authored
Changed new-backend to use more packages.
-
wlott authored
instead of dolist-ing across the list and calling the function on each element.
-
wlott authored
arglist if the current arg destructured.
-
wlott authored
-
wlott authored
-
- May 16, 1992
-
-
wlott authored
with respect to the state of the package system before the form was read, not after.
-
wlott authored
-
wlott authored
needed an extra level of quoting.
-
wlott authored
because it doesn't.
-
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
interpret (eval-when (eval ...) ...) during the cold load.
-
wlott authored
-
wlott authored
-
wlott authored
assignments and extra )'s were missed.
-
wlott authored
-
wlott authored
-
ram authored
tracing of macros. When tracing an already traced function, untrace and retrace it, instead of ignoring the second request. Moved the undefined error for UNTRACE to the UNTRACE-1 subfunction, instead of signalling it at macroexpand time. In TRACE-1, added an assertion that there isn't already an entry in the trace breakpoint table, since sometimes we seem to be forgetting about breakpoints.
-
wlott authored
problems for argument type proclamations. Also removed extra )'s.
-
wlott authored
-
wlott authored
some debugging code #+nil'ed out so that I don't have to rewrite it from scratch next time I want it. And removed an extra ``)''.
-
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.
-
ram authored
-