0.7.1.20:
authorWilliam Harold Newman <william.newman@airmail.net>
Fri, 15 Feb 2002 17:10:02 +0000 (17:10 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Fri, 15 Feb 2002 17:10:02 +0000 (17:10 +0000)
commit68fd2d2dd6f265669a8957accd8a33e62786a97e
treeb6b2d16d918d361b26dfe99d5a726c6933354bae
parent63cef087068afc157283c0a05ae1f16b962303aa
0.7.1.20:
merged CSR SPARC port patch (sbcl-devel 2002-02-12, plus
lotso new files through FTP)
tweaking patch...
...s/ARCH_HAS_FOO/ARCH_HAS_FOO_IN_SIGCONTEXT/
...updated sbcl.1
...added 'typedef os_context_register' for OpenBSD
...added ARCH_HAS_STACK_POINTER for x86 (and added
x86-arch.h to hold it)
...renamed fpregister and fp.register to float.register (to
avoid the ambiguity with "frame pointer" that I
experienced when first trying to figure this out,
since even though for a given architecture it's pretty
unambiguous, in architecture-neutral code it's not)
...added x86-bsd-os.h
72 files changed:
NEWS
TODO
build-order.lisp-expr
doc/sbcl.1
make-config.sh
src/assembly/sparc/alloc.lisp [new file with mode: 0644]
src/assembly/sparc/arith.lisp [new file with mode: 0644]
src/assembly/sparc/array.lisp [new file with mode: 0644]
src/assembly/sparc/assem-rtns.lisp [new file with mode: 0644]
src/assembly/sparc/support.lisp [new file with mode: 0644]
src/code/alpha-vm.lisp
src/code/cold-init.lisp
src/code/sc-offset.lisp [new file with mode: 0644]
src/code/sparc-vm.lisp [new file with mode: 0644]
src/code/target-hash-table.lisp
src/cold/warm.lisp
src/compiler/aliencomp.lisp
src/compiler/dump.lisp
src/compiler/early-aliencomp.lisp [new file with mode: 0644]
src/compiler/generic/genesis.lisp
src/compiler/sparc/alloc.lisp [new file with mode: 0644]
src/compiler/sparc/arith.lisp [new file with mode: 0644]
src/compiler/sparc/array.lisp [new file with mode: 0644]
src/compiler/sparc/backend-parms.lisp [new file with mode: 0644]
src/compiler/sparc/c-call.lisp [new file with mode: 0644]
src/compiler/sparc/call.lisp [new file with mode: 0644]
src/compiler/sparc/cell.lisp [new file with mode: 0644]
src/compiler/sparc/char.lisp [new file with mode: 0644]
src/compiler/sparc/debug.lisp [new file with mode: 0644]
src/compiler/sparc/float.lisp [new file with mode: 0644]
src/compiler/sparc/insts.lisp [new file with mode: 0644]
src/compiler/sparc/macros.lisp [new file with mode: 0644]
src/compiler/sparc/memory.lisp [new file with mode: 0644]
src/compiler/sparc/move.lisp [new file with mode: 0644]
src/compiler/sparc/nlx.lisp [new file with mode: 0644]
src/compiler/sparc/parms.lisp [new file with mode: 0644]
src/compiler/sparc/pred.lisp [new file with mode: 0644]
src/compiler/sparc/sap.lisp [new file with mode: 0644]
src/compiler/sparc/show.lisp [new file with mode: 0644]
src/compiler/sparc/static-fn.lisp [new file with mode: 0644]
src/compiler/sparc/subprim.lisp [new file with mode: 0644]
src/compiler/sparc/system.lisp [new file with mode: 0644]
src/compiler/sparc/target-insts.lisp [new file with mode: 0644]
src/compiler/sparc/type-vops.lisp [new file with mode: 0644]
src/compiler/sparc/values.lisp [new file with mode: 0644]
src/compiler/sparc/vm.lisp [new file with mode: 0644]
src/runtime/Config.sparc-linux [new file with mode: 0644]
src/runtime/alpha-arch.c
src/runtime/alpha-arch.h [new file with mode: 0644]
src/runtime/alpha-linux-os.c
src/runtime/alpha-linux-os.h [new file with mode: 0644]
src/runtime/bsd-os.h
src/runtime/gc.c
src/runtime/interrupt.c
src/runtime/linux-os.c
src/runtime/linux-os.h
src/runtime/lispregs.h
src/runtime/os-common.c
src/runtime/os.h
src/runtime/print.c
src/runtime/purify.c
src/runtime/sparc-arch.c [new file with mode: 0644]
src/runtime/sparc-arch.h [new file with mode: 0644]
src/runtime/sparc-assem.S [new file with mode: 0644]
src/runtime/sparc-linux-os.c [new file with mode: 0644]
src/runtime/sparc-linux-os.h [new file with mode: 0644]
src/runtime/sparc-lispregs.h [new file with mode: 0644]
src/runtime/x86-arch.h [new file with mode: 0644]
src/runtime/x86-bsd-os.h [new file with mode: 0644]
src/runtime/x86-linux-os.c
src/runtime/x86-linux-os.h [new file with mode: 0644]
version.lisp-expr