0.7.12.36:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 11 Feb 2003 15:42:34 +0000 (15:42 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 11 Feb 2003 15:42:34 +0000 (15:42 +0000)
commitcec71f1e4e1ead387f2ea642f760e553b6053f2b
tree8632a4424a69358e07f396fd8613e807d1a74659
parent98f3f617894ce24a40764aa98606ce68c5482cf0
0.7.12.36:
More install.sh patching
... $gnumake everywhere
... ${GNUMAKE} not $(GNUMAKE}
Export FUN-INFO-DERIVE-TYPE and friends
... now DEFOPTIMIZER can work in any package that uses SB-C
Install new contrib: SB-ROTATE-BYTE
... implements <http://www.telent.net/ROTATE-BYTE>
... has compiler logic to do so efficiently for (byte 32 0) on
x86: see the README.
13 files changed:
NEWS
contrib/sb-rotate-byte/Makefile [new file with mode: 0644]
contrib/sb-rotate-byte/README [new file with mode: 0644]
contrib/sb-rotate-byte/compiler.lisp [new file with mode: 0644]
contrib/sb-rotate-byte/package.lisp [new file with mode: 0644]
contrib/sb-rotate-byte/rotate-byte-tests.lisp [new file with mode: 0644]
contrib/sb-rotate-byte/rotate-byte.lisp [new file with mode: 0644]
contrib/sb-rotate-byte/sb-rotate-byte.asd [new file with mode: 0644]
contrib/sb-rotate-byte/x86-vm.lisp [new file with mode: 0644]
install.sh
make-target-contrib.sh
package-data-list.lisp-expr
version.lisp-expr