0.6.11.27:
authorWilliam Harold Newman <william.newman@airmail.net>
Tue, 27 Mar 2001 19:50:40 +0000 (19:50 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Tue, 27 Mar 2001 19:50:40 +0000 (19:50 +0000)
commit0b3ec4b1d978b887db175b7b3bada8e727683e15
tree368cca6389bc098d7afe17c90d0b4a1287785247
parent334af30b26555f0bf706f7157b399bdbd4fad548
0.6.11.27:
redid BYTE-BLT to use memmove(3) (so GENESIS will work again!)
deleted unused %SP-BYTE-BLT, and some unused stuff in SB!SYS
added error checking in DEF!STRUCT to catch any programmer
errors of (DEFSTRUCT FOO ..) followed by
(DEF!STRUCT (.. (:INCLUDE FOO)) ..)
MNA MAKE-LOAD-FORM UNIX-HOST bug and patch (fixing a
particular instance of the DEF!STRUCT programmer error)
16 files changed:
package-data-list.lisp-expr
src/code/bit-bash.lisp
src/code/debug-var-io.lisp
src/code/defbangstruct.lisp
src/code/float-trap.lisp
src/code/mipsstrops.lisp
src/code/misc-aliens.lisp [new file with mode: 0644]
src/code/pathname.lisp
src/code/stream.lisp
src/code/target-pathname.lisp
src/compiler/generic/vm-tran.lisp
src/compiler/srctran.lisp
src/compiler/x86/sap.lisp
src/runtime/ldso-stubs.S
stems-and-flags.lisp-expr
version.lisp-expr