Skip to content
Commit 4970f6a7 authored by rtoy's avatar rtoy
Browse files

Make the stack checking feature actually work on Darwin. Previously,

stack overflows would crash lisp.

Darwin-os.c:
o Need to check for stack overflow in the sigbus handler.  (Without
  that, it's treated as a regular bus error.)
o Add the rest of the infrastructure to handle the stack overflow.

release-20c.txt:
o Update
parent d0c8d6d5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment