0.8.1.50
authorDaniel Barlow <dan@telent.net>
Mon, 21 Jul 2003 00:57:05 +0000 (00:57 +0000)
committerDaniel Barlow <dan@telent.net>
Mon, 21 Jul 2003 00:57:05 +0000 (00:57 +0000)
commitb7a8f5313a83dea33ce60551a4fb987b415c2cc6
treeb05899e7e3de483f08f2e040dcfae7d612821a9f
parent28b4b70473ad927acb2aee6d3a8cb3f107b02864
0.8.1.50
Alpha fixes before 0.8.2
... correct type declaration for FOREIGN-SYMBOL-ADDRESS-AS-INTEGER
        (add N-MACHINE-WORD-BITS to all backends for this purpose)

        ... correct argument order in the depths of DATA-VECTOR-SET-C/
    (DEF-SMALL-DATA-VECTOR-FROBS), so Alpha now passes bit
    array tests

run-tests.sh now prints the filename of the failing test just
before stopping, which should save on the effort required to
misinterpret the backtrace

delete final full stop from  "  cd tests && sh ./run-tests.sh."
        in make.sh so I can triple-click the line to do exactly that

commit patch for BASE-CHAR-COMPARE/C that Christophe sent me
(alpha/char.lisp).  I hope this is what he wanted ...
15 files changed:
make.sh
package-data-list.lisp-expr
src/code/alpha-vm.lisp
src/code/ppc-vm.lisp
src/code/target-load.lisp
src/compiler/alpha/array.lisp
src/compiler/alpha/char.lisp
src/compiler/alpha/parms.lisp
src/compiler/hppa/parms.lisp
src/compiler/mips/parms.lisp
src/compiler/ppc/parms.lisp
src/compiler/sparc/parms.lisp
src/compiler/x86/parms.lisp
tests/run-tests.sh
version.lisp-expr