0.7.1.41:
authorWilliam Harold Newman <william.newman@airmail.net>
Sat, 16 Mar 2002 16:12:30 +0000 (16:12 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sat, 16 Mar 2002 16:12:30 +0000 (16:12 +0000)
commitaca45f35fc54bc29e2c79397e3538ff27f6e0db9
tree9becf54ca5a574e7f3b0c3ad72bc0c8eb15188b3
parentfc6400512d98021430dcd7d95c4e5535c6fe9b86
0.7.1.41:
more ordinary name (one *FEATURES* symbol, not two)
for the opposed pair of stack-grows-upward and
stack-grows-downward concepts
...replaced old pair of features with new
 :CONTROL-STACK-GROWS-DOWNWARD-NOT-UPWARD feature
...#!+STACK-GROWS-DOWNWARD becomes
#!+CONTROL-STACK-GROWS-DOWNWARD-NOT-UPWARD
...#!+STACK-GROWS-UPWARD becomes
#!-CONTROL-STACK-GROWS-DOWNWARD-NOT-UPWARD
Since references to the new STACK-EXHAUSTION stuff can be
automatically written into fasl files, the fasl file
version needs to be incremented.
base-target-features.lisp-expr
make-config.sh
src/code/debug-int.lisp
src/code/early-fasl.lisp
src/code/exhaust.lisp
src/code/gc.lisp
src/code/toplevel.lisp
version.lisp-expr