- Aug 20, 1993
-
-
ram authored
compiled.
-
- Aug 17, 1993
-
-
ram authored
undefined warnings (where the default handler can be multiply instantiated.)
-
- Aug 15, 1993
-
-
ram authored
tail, consider that like having only one successor.
-
- Aug 06, 1993
-
-
ram authored
-
- Aug 03, 1993
- Jul 21, 1993
-
-
ram authored
two advantages: 1] compiler-warning and warn are now equivalent, so uses of WARN will be counted in the warning total and given source context. 2] user handlers can be defined.
-
- Jul 20, 1993
-
-
ram authored
since in some cases (for types) the lexenv may not be bound.
-
- May 02, 1993
-
-
ram authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Sep 22, 1992
-
-
ram authored
-
- Sep 19, 1992
-
-
ram authored
block.
-
- Sep 07, 1992
-
-
ram authored
Added some block compilation & inline expansion declarations, rearranged stuff for more locality. MAYBE-REMOVE-FREE-FUNCTION is history.
-
- Aug 03, 1992
-
-
ram authored
-
- Jun 03, 1992
-
-
ram authored
might create dead code.
-
- Jun 02, 1992
-
-
ram authored
DEST has been UNLINK-NODE'ed.
-
- Apr 18, 1992
-
-
ram authored
invariant that :LET lambdas always have a combination and bind node. We fix the problem we were running into by being more careful about deleting LETs when we see a combination, since the REF for the combination might have already been deleted. We might have been the 2n'd to last ref.
-
- Apr 09, 1992
-
-
ram authored
Deletion of the REF should suffice, and will avoid problems with deleting twice.
-
- Feb 23, 1992
-
-
ram authored
Make DELETE-COMPONENT set COMPONENT-KIND to :DELETED so that we can detect inconsistencies more easily.
-
- Jan 24, 1992
-
-
ram authored
-
- Jan 21, 1992
-
-
ram authored
the namestring and not the pathname.
-
- Dec 14, 1991
-
-
wlott authored
-
- Dec 11, 1991
-
-
ram authored
new block which needs a DFN assigned. Added :ASSIGNMENT to various dispatches off of FUNCTIONAL-KIND. In DELETE-LAMBDA, remove the lambda from its tail-set. Whenever we try let conversion, try assignment conversion if it fails. Changed DELETE-RETURN not to delete the function from the tail set. Fixed DELETE-COMPONENT to set FUNCTIONAL-KIND to NIL before calling DELETE-LAMBDA so that we can delete random kinds of lambdas.
-
- Nov 20, 1991
-
-
wlott authored
continuation-asserted-type to *wild-type* so that the compiler doesn't decide that there is a type error.
-
- Nov 18, 1991
-
-
wlott authored
(foo foo-args (bar bar-args) more-foo-args) into (foo foo-args bar-args more-foo-args)
-
- Nov 14, 1991
-
-
ram authored
:DELETED-BLOCK-STARTs.
-
- Nov 13, 1991
-
-
ram authored
-
- Nov 09, 1991
-
-
ram authored
-
- Nov 06, 1991
-
-
ram authored
parser for DEFMETHOD that gets qualifiers and specializers.
-
- Sep 03, 1991
-
-
ram authored
-
- Jul 18, 1991
-
-
wlott authored
-
- Jul 11, 1991
-
-
ram authored
-
- May 31, 1991
-
-
ram authored
-
- Apr 20, 1991
-
-
ram authored
MAKE-INTERFACE-COOKIE.
-
- Apr 04, 1991
-
-
ram authored
-
- Apr 03, 1991
-
-
ram authored
escape and cleanup lambdas.
-
- Apr 02, 1991
-
-
wlott authored
-
- Mar 27, 1991
-
-
wlott authored
-
- Mar 11, 1991
-
-
ram authored
quality.
-
- Mar 10, 1991
-
-
ram authored
semi-inline calls work right. Also, added some assertions in function deletion.
-