0.7.1.32:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 7 Mar 2002 01:00:11 +0000 (01:00 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 7 Mar 2002 01:00:11 +0000 (01:00 +0000)
commitec2616d216958a608581802c47496c0194478dc8
tree49ea18270d38df105fe3a21adbe31274a754b7d7
parent3b50495ad2460a7916cf3ea1ed22d3d1af5229ba
0.7.1.32:
merged MNA cleanups patch (sbcl-devel 2002-03-05)...
...correct FTYPE for SAPINT-TO-CORE, which has been
renamed to SAP-INT-TO-CORE
...dead code removal
...*TARGET-MOST-NEGATIVE-FIXNUM*" is renamed to
+TARGET-MOST-NEGATIVE-FIXNUM+, as well as being defined
as a constant now (same for the POSITIVE).
...SB!KERNEL::ARG-COUNT-ERROR is defined as a stub, to silence
the flood of style-warnings a little bit.
...some other FIXMEs (renaming DEFINE-STORAGE-CLASSES to
!DEFINE-STORAGE-CLASSES, introducing SB-SHOW
dependencies)
further cleanups of MOST-FOOATIVE-FIXNUM stuff...
...renamed again, this time to SB!XC:MOST-FOOATIVE-FIXNUM
...removed now-redundant DEFCONSTANTs in toplevel.lisp
...removed now-redundant #. wrappers
other tweaks to the patch...
...Instead of defining a second version of ARG-COUNT-ERROR
for use at compile time, move the definition of
ARG-COUNT-ERROR earlier so it'll be visible in more
of the code which uses it.
moved src/code/globals.lisp much earlier in build-order.lisp,
since there's no such thing as too early and since the
previous location was too late for some uses of
SB!DEBUG:*STACK-TOP-HINT*
s/sap-int-type/sap-int/
31 files changed:
CREDITS
build-order.lisp-expr
package-data-list.lisp-expr
src/code/class.lisp
src/code/cross-sap.lisp
src/code/cross-type.lisp
src/code/defboot.lisp
src/code/defstruct.lisp
src/code/early-array.lisp
src/code/exhaust.lisp
src/code/fop.lisp
src/code/globals.lisp
src/code/late-type.lisp
src/code/parse-defmacro-errors.lisp
src/code/parse-defmacro.lisp
src/code/target-sap.lisp
src/code/toplevel.lisp
src/cold/compile-cold-sbcl.lisp
src/cold/shared.lisp
src/compiler/alpha/macros.lisp
src/compiler/alpha/vm.lisp
src/compiler/fndb.lisp
src/compiler/generic/early-vm.lisp
src/compiler/generic/genesis.lisp
src/compiler/generic/objdef.lisp
src/compiler/main.lisp
src/compiler/sparc/macros.lisp
src/compiler/sparc/vm.lisp
src/compiler/srctran.lisp
src/compiler/x86/vm.lisp
version.lisp-expr