0.8.13.26:
authorNathan Froyd <froydnj@cs.rice.edu>
Wed, 4 Aug 2004 22:15:31 +0000 (22:15 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Wed, 4 Aug 2004 22:15:31 +0000 (22:15 +0000)
commitace140856e6b3f92bb06597092a59753f1e59142
tree68cd74ed9f4471b5bf37e59c53dc9a124aeb675d
parentb9a60d8c091096ce7f90073de9b3d26ec7433387
0.8.13.26:
* Rename {32,64}BIT-LOGICAL-FOO to WORD-LOGICAL-FOO in all ports.
  This builds and passes all tests on x86, but I am unsure about
  its effects on other ports.
* Declare SB!VM:WORD with DEF!TYPE so it is known to both the
  host compiler and the cross-compiler (and we can use it in
  DEFKNOWN declarations, e.g.)
* Fix errors in debug.impure.lisp test
16 files changed:
NEWS
package-data-list.lisp-expr
src/code/bit-bash.lisp
src/code/unix.lisp
src/compiler/alpha/arith.lisp
src/compiler/generic/vm-fndb.lisp
src/compiler/generic/vm-tran.lisp
src/compiler/generic/vm-type.lisp
src/compiler/hppa/arith.lisp
src/compiler/mips/arith.lisp
src/compiler/ppc/arith.lisp
src/compiler/sparc/arith.lisp
src/compiler/x86-64/arith.lisp
src/compiler/x86/arith.lisp
tests/debug.impure.lisp
version.lisp-expr