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)
commit6e56c996a816d0c20f19a3fbf61a7c86b104178c
treec82ee9c897708524dabe0ba271d4ac9c18fe6a4c
parentac955573b3c4115511244304047add6158430395
0.pre7.14.flaky4.10:
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
BUGS
src/code/debug-int.lisp
src/code/float.lisp
src/code/target-eval.lisp
src/compiler/target-main.lisp
tests/float.pure.lisp
version.lisp-expr