0.7.1.38:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 14 Mar 2002 15:10:44 +0000 (15:10 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 14 Mar 2002 15:10:44 +0000 (15:10 +0000)
commit2481b0d0f223640c43032f75b689608f8fa332db
tree91fac4ff981e4e72103339ddbfc8a1fcb1d019e3
parent48c94a6a909311ec67d1218ba79af2d664a38fa2
0.7.1.38:
catching stack overflow, part III...
...redid *STACK-EXHAUSTION* value as SAP, because although
FIXNUM is cute and should be implementable efficiently,
it seems to be awfully annoying to work with
...made %DETECT-STACK-EXHAUSTION actually check for the
problem
...set up machinery to try to handle the problem reasonably
gracefully
...added basic regression test
moved EXPORT of '*SHEBANG-BACKEND-SUBFEATURES* alongside
EXPORT of '*SHEBANG-FEATURES* so that chill.lisp
works again
TODO
doc/sbcl.1
package-data-list.lisp-expr
src/code/exhaust.lisp
src/cold/shared.lisp
src/cold/shebang.lisp
tests/exhaust.impure.lisp [new file with mode: 0644]
tests/foreign.test.sh
version.lisp-expr