Skip to content
  • rtoy's avatar
    Make the stack checking feature actually work on Darwin. Previously, · 4970f6a7
    rtoy authored
    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
    4970f6a7