0.6.12.14:
authorWilliam Harold Newman <william.newman@airmail.net>
Fri, 25 May 2001 22:52:31 +0000 (22:52 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Fri, 25 May 2001 22:52:31 +0000 (22:52 +0000)
commit68a83a65688bb578163c502e045da298d20a1f0c
tree9ccc7fa698df085f60ec0c09566a977ca9dc2052
parentb19093fa94d6e1785abee99c35c9a610e8777671
0.6.12.14:
fixes from Arthur Lemmens' 2001-05-05 sbcl-devel message I..
..wrapped an EVAL-WHEN around the definition of +EMPTY-HT-SLOT+
..removed irrelevant COUNT term in in LOOP form in
compiler/x86/call.lisp
..moved DEFCONDITION SIMPLE-TYPE-ERROR from error.lisp to
late-target-error.lisp
..moved DEFUN DO-PENDING-INTERRUPT from signal.lisp to
target-signal.lisp, since its definition ("magically
converted to a BREAK instruction") only makes sense
to Python (and causes a warning in Lispworks)
BUGS
src/code/error.lisp
src/code/late-target-error.lisp
src/code/primordial-extensions.lisp
src/code/signal.lisp
src/code/target-signal.lisp
src/compiler/globaldb.lisp
src/compiler/x86/call.lisp
src/compiler/x86/static-fn.lisp
version.lisp-expr