0.pre7.14.flaky4.10:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 23 Aug 2001 22:11:58 +0000 (22:11 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 23 Aug 2001 22:11:58 +0000 (22:11 +0000)
fixed FLOAT-RADIX problem in float.pure.lisp
found bug 120a/120b in the #!-SB-INTERPRETER case of
POSSIBLY-AN-INTERPRETED-FRAME, and rewrote it to
work around the bug
made INTERNAL-EVAL go on to call the function even when
FAILURE-P, since that's the right thing to do when
e.g. there are type mismatch errors on code paths
which turn out never to be executed
similarly, made COMPILE set FDEFINITION even when FAILURE-P
also fixed bug in COMPILE (and added test case): it's
supposed to set MACRO-FUNCTION when NAME names a macro


No differences found