0.7.3.7:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 1 May 2002 13:56:51 +0000 (13:56 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 1 May 2002 13:56:51 +0000 (13:56 +0000)
commitd93e034b8a53d8e3d8d6fa8b768cb5952d3ee548
treefa2baeffc6428186824dbb754e750b9ec755e73a
parentba38798a5ca26b90647a1993f348806cb32f2d1b
0.7.3.7:
More CLISP bootstrapping fixes:
... #\f is the exponent marker for single-floats, not #\s, so
s/*fp-constant-0s0*/*fp-constant-0f0*/ (and 1s0->1f0)
use 0f0 rather than 0s0 in initializing them, in genesis,
and in transformations
... don't do possibly-destructive operations on possibly-read-only
strings in genesis
Now first genesis runs under clisp!
src/code/early-impl.lisp
src/code/gc.lisp
src/code/x86-vm.lisp
src/compiler/array-tran.lisp
src/compiler/generic/genesis.lisp
src/compiler/x86/float.lisp
src/compiler/x86/parms.lisp
version.lisp-expr