0.6.12.5:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 9 May 2001 00:02:00 +0000 (00:02 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 9 May 2001 00:02:00 +0000 (00:02 +0000)
commit63fcb94b875a97e468d9add229e220ecceec2352
treeb3b2918cce3ae89ed8b6dcfabaa6721a9af1ec8e
parent4cf50b1896b25f5337e7c258b0b560da00d47993
0.6.12.5:
made tests/foreign.test.sh more OpenBSD-friendly
more Alpha patch tweaking..
..removed extra "#define QSHOW 1" so that C-level
describe_internal_error() becomes a debugging-only
thing again
..copied boilerplate text into the head of the new files
(and moved some information from the head of the new
files to CREDITS)
..lotso cosmetic formatting changes
..deleted src/compiler/alpha/print.lisp, since it's
redundant with src/compiler/alpha/show.lisp
..deleted "dead file" src/runtime/alpha-validate.h
..removed in-the-flow-of-control EXPORTs and USE-PACKAGEs
(in favor of centralized control in
package-data.lisp-expr)
54 files changed:
CREDITS
NEWS
src/assembly/alpha/alloc.lisp
src/assembly/alpha/arith.lisp
src/assembly/alpha/array.lisp
src/assembly/alpha/assem-rtns.lisp
src/assembly/alpha/support.lisp
src/code/alpha-vm.lisp
src/code/target-eval.lisp
src/code/x86-vm.lisp
src/compiler/alpha/alloc.lisp
src/compiler/alpha/arith.lisp
src/compiler/alpha/array.lisp
src/compiler/alpha/backend-parms.lisp
src/compiler/alpha/c-call.lisp
src/compiler/alpha/call.lisp
src/compiler/alpha/cell.lisp
src/compiler/alpha/char.lisp
src/compiler/alpha/debug.lisp
src/compiler/alpha/float.lisp
src/compiler/alpha/insts.lisp
src/compiler/alpha/macros.lisp
src/compiler/alpha/memory.lisp
src/compiler/alpha/move.lisp
src/compiler/alpha/nlx.lisp
src/compiler/alpha/parms.lisp
src/compiler/alpha/pred.lisp
src/compiler/alpha/print.lisp [deleted file]
src/compiler/alpha/sap.lisp
src/compiler/alpha/show.lisp
src/compiler/alpha/static-fn.lisp
src/compiler/alpha/subprim.lisp
src/compiler/alpha/system.lisp
src/compiler/alpha/target-insts.lisp
src/compiler/alpha/type-vops.lisp
src/compiler/alpha/values.lisp
src/compiler/alpha/vm.lisp
src/compiler/x86/target-insts.lisp
src/runtime/Config.alpha-linux
src/runtime/Config.x86-bsd
src/runtime/Config.x86-linux
src/runtime/alpha-arch.c
src/runtime/alpha-assem.S
src/runtime/alpha-linux-os.c
src/runtime/alpha-lispregs.h
src/runtime/alpha-validate.h [deleted file]
src/runtime/gc.c
src/runtime/interrupt.c
src/runtime/ld-script.alpha-linux
src/runtime/x86-linux-os.c
tests/foreign.test.sh
tests/interface.pure.lisp
tools-for-build/grovel_headers.c
version.lisp-expr