0.7.10.18:
authorWilliam Harold Newman <william.newman@airmail.net>
Sat, 14 Dec 2002 22:10:06 +0000 (22:10 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sat, 14 Dec 2002 22:10:06 +0000 (22:10 +0000)
commit148e3820ad314a9b59d0133c1d60eaac4af9118b
tree677df6eaf42dd4c886e49e84c8c8fece93e9a6dd
parent0957d59ccfaf3db9aaf79a7f4909a40ea0ca0dcd
0.7.10.18:
merged Robert E. Brown shush-the-compiler patch (sbcl-devel
2002-12-13)
minor changes...
...removed DECLAIM FTYPE for
SLOT-ACCESSOR-INLINE-EXPANSION-DESIGNATORS on the
theory that it's too fragile (since (1) S-A-I-E-D does
currently return functions, but could validly return
nonfunctions in some later implementation, and (2)
SBCL's declarations-are-assertions still doesn't work
right for DECLAIM FTYPE)
...sometimes used THE instead of DECLARE
(didn't do yet, but still intend to: add some documentation
related to drichards' #lisp question about :NOT-HOST)
34 files changed:
TODO
make-host-2.sh
src/code/defbangstruct.lisp
src/code/defstruct.lisp
src/code/early-format.lisp
src/code/early-setf.lisp
src/code/fdefinition.lisp
src/code/final.lisp
src/code/gc.lisp
src/code/late-format.lisp
src/code/late-type.lisp
src/code/ntrace.lisp
src/code/primordial-extensions.lisp
src/code/print.lisp
src/code/profile.lisp
src/code/target-defstruct.lisp
src/code/target-error.lisp
src/code/target-type.lisp
src/code/time.lisp
src/code/toplevel.lisp
src/code/type-class.lisp
src/cold/defun-load-or-cload-xcompiler.lisp
src/cold/shared.lisp
src/cold/with-stuff.lisp
src/compiler/assem.lisp
src/compiler/control.lisp
src/compiler/disassem.lisp
src/compiler/fndb.lisp
src/compiler/generic/genesis.lisp
src/compiler/ir1report.lisp
src/compiler/macros.lisp
src/compiler/main.lisp
src/compiler/represent.lisp
src/compiler/srctran.lisp